﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Web.Bootstrap.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Web.Bootstrap">
      <summary>
        <para>Contains classes which implement the main functionality of DevExpress Bootstrap controls for ASP.NET.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.AccordionBootstrapSpecificGroupSettings">
      <summary>
        <para>Stores <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AccordionBootstrapSpecificGroupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AccordionBootstrapSpecificGroupSettings"/> 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.Bootstrap.AccordionBootstrapSpecificGroupSettings.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.AccordionBootstrapSpecificGroupSettings.RenderOption">
      <summary>
        <para>Specifies the Bootstrap render style applied to an <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup">Accordion group</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption"/> enumeration value.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AppointmentEditBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AppointmentEditBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AppointmentInplaceEditBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AppointmentInplaceEditBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AppointmentInplaceEditDialogViewModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AppointmentInplaceEditDialogViewModel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AppointmentInplaceEditDialogViewModel`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AppointmentInplaceEditDialogViewModel`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ArgumentAxisHoverMode">
      <summary>
        <para>Lists values that define chart elements to be highlighted when a user points to an <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ArgumentAxisHoverMode.AllArgumentPoints">
      <summary>
        <para>All argument points are highlighted when a user points to an axis label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ArgumentAxisHoverMode.None">
      <summary>
        <para>None of the argument points are highlighted when a user points to an axis label.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.AxisLabelDisplayMode">
      <summary>
        <para>Lists values that define an <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> label’s display mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisLabelDisplayMode.Rotate">
      <summary>
        <para>Rotates axis labels through the angle specified by the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.RotationAngle">BootstrapChartAxisLabelSettings.RotationAngle</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisLabelDisplayMode.Stagger">
      <summary>
        <para>Arranges axis labels in two rows in a staggering manner. An empty space between the rows is specified by the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.StaggeringSpacing">BootstrapChartAxisLabelSettings.StaggeringSpacing</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisLabelDisplayMode.Standard">
      <summary>
        <para>Does not change the default disposition of axis labels.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.AxisScaleType">
      <summary>
        <para>Lists values that define the type of a chart <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisScaleType.Auto">
      <summary>
        <para>The axis type is determined automatically depending on the type of values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisScaleType.Continuous">
      <summary>
        <para>The axis displays numeric and date-time values using a continuous scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisScaleType.Discrete">
      <summary>
        <para>The axis displays discrete values (categories).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.AxisScaleType.Logarithmic">
      <summary>
        <para>The axis displays numeric values using a logarithmic scale.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.AxisTitleSettings">
      <summary>
        <para>Defines settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> title.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AxisTitleSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AxisTitleSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AxisTitleSettings.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.AxisTitleSettings.Text">
      <summary>
        <para>Specifies the text of the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> title.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.AxisTitleSettingsBase">
      <summary>
        <para>Serves as a base class for settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> title.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AxisTitleSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.AxisTitleSettingsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.AxisTitleSettingsBase.Alignment">
      <summary>
        <para>Specifies a axis title’s position.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration’s value that specifies the title’s horizontal alignment.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.AxisTitleSettingsBase.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.AxisTitleSettingsBase.Margin">
      <summary>
        <para>Provides access to an object used to specify or retrieve the title’s margin settings.</para>
      </summary>
      <value>A MarginSettings object used to control the title’s margin settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BackgroundImageLocation">
      <summary>
        <para>Lists options of the background image location within a <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.Center">
      <summary>
        <para>The image is displayed in the center of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.CenterBottom">
      <summary>
        <para>The image is aligned to the bottom side of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.CenterTop">
      <summary>
        <para>The image is aligned to the top side of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.Full">
      <summary>
        <para>The image is stretched to fill the whole background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.LeftBottom">
      <summary>
        <para>The image is aligned to the bottom left corner of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.LeftCenter">
      <summary>
        <para>An image is aligned to the left side of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.LeftTop">
      <summary>
        <para>The image is aligned to the top left corner of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.RightBottom">
      <summary>
        <para>The image is aligned to the bottom right corner of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.RightCenter">
      <summary>
        <para>The image is aligned to the right side of the background area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BackgroundImageLocation.RightTop">
      <summary>
        <para>The image is aligned to the top right corner of the background area.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordion">
      <summary>
        <para>Represents the web navigation bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordion.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.AccessibilityCompliant">
      <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.Bootstrap.BootstrapAccordion.ActiveGroup">
      <summary>
        <para>Gets or sets the active group within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object that represents the active group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.BackColor">
      <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.Bootstrap.BootstrapAccordion.BackgroundImage">
      <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.Bootstrap.BootstrapAccordion.Border">
      <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.Bootstrap.BootstrapAccordion.BorderBottom">
      <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.Bootstrap.BootstrapAccordion.BorderColor">
      <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.Bootstrap.BootstrapAccordion.BorderLeft">
      <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.Bootstrap.BootstrapAccordion.BorderRight">
      <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.Bootstrap.BootstrapAccordion.BorderStyle">
      <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.Bootstrap.BootstrapAccordion.BorderTop">
      <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.Bootstrap.BootstrapAccordion.BorderWidth">
      <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.Bootstrap.BootstrapAccordion.CollapseImage">
      <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.Bootstrap.BootstrapAccordion.CssClass">
      <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.Bootstrap.BootstrapAccordion.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117840/site-navigation/accordion">Accordion</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.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.Bootstrap.BootstrapAccordion.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="P:DevExpress.Web.Bootstrap.BootstrapAccordion.Cursor">
      <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.Bootstrap.BootstrapAccordion.DisabledStyle">
      <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.Bootstrap.BootstrapAccordion.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.Bootstrap.BootstrapAccordion.EnableHotTrack">
      <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.Bootstrap.BootstrapAccordion.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.Bootstrap.BootstrapAccordion.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.Bootstrap.BootstrapAccordion.ExpandImage">
      <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.Bootstrap.BootstrapAccordion.Font">
      <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.Bootstrap.BootstrapAccordion.ForeColor">
      <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.Bootstrap.BootstrapAccordion.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.Bootstrap.BootstrapAccordion.GroupContentStyle">
      <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.Bootstrap.BootstrapAccordion.GroupDataBound">
      <summary>
        <para>Occurs after a group has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.GroupDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which group settings of a bound BootstrapAccordion should be obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupDataFields"/> object that contains the required mapping properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.GroupHeaderImage">
      <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.Bootstrap.BootstrapAccordion.GroupHeaderImageCollapsed">
      <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.Bootstrap.BootstrapAccordion.GroupHeaderStyle">
      <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.Bootstrap.BootstrapAccordion.GroupHeaderStyleCollapsed">
      <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.Bootstrap.BootstrapAccordion.Groups">
      <summary>
        <para>Gets the collection of groups in the BootstrapAccordion control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/> object which represents the collection of groups within the BootstrapAccordion control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.GroupSpacing">
      <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.Bootstrap.BootstrapAccordion.HeaderClick">
      <summary>
        <para>Fires when a group header is clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.Height">
      <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.Bootstrap.BootstrapAccordion.ImageFolder">
      <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.Bootstrap.BootstrapAccordion.ItemClick">
      <summary>
        <para>Fires after an item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemCommand">
      <summary>
        <para>Fires when a control contained within a templated item raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemDataBound">
      <summary>
        <para>Occurs after an item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data source fields (attributes of xml elements) from which item settings of a bound BootstrapAccordion should be obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemDataFields"/> object that contains the required mapping properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemImage">
      <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.Bootstrap.BootstrapAccordion.ItemLinkMode">
      <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.Bootstrap.BootstrapAccordion.Items">
      <summary>
        <para>Gets the collection of items within the Accordion control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItems"/> object representing the collection of all the items within the Accordion.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemStyle">
      <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.Bootstrap.BootstrapAccordion.LinkStyle">
      <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.Bootstrap.BootstrapAccordion.LoadingPanelImage">
      <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.Bootstrap.BootstrapAccordion.LoadingPanelStyle">
      <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.Bootstrap.BootstrapAccordion.Paddings">
      <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.Bootstrap.BootstrapAccordion.ParentImages">
      <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.Bootstrap.BootstrapAccordion.ParentStyles">
      <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.Bootstrap.BootstrapAccordion.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.RightToLeft">
      <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.Bootstrap.BootstrapAccordion.SelectedItem">
      <summary>
        <para>Gets or sets the selected item within the BootstrapAccordion control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object representing the selected item.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordion.SpriteCssFilePath">
      <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.Bootstrap.BootstrapAccordion.SpriteImageUrl">
      <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.Bootstrap.BootstrapAccordion.Theme">
      <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.Bootstrap.BootstrapAccordionCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117840/site-navigation/accordion">Accordion</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.AccordionSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.ExpandButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.GroupContent">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a group content container element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.GroupHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the group header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.HeaderCollapsedSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.IconCollapseGroup">
      <summary>
        <para>The CSS class of an icon displayed by the Collapse Group button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.IconExpandGroup">
      <summary>
        <para>The CSS class of an icon displayed by the Expand Group button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an accordion item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionCssClasses.TemplateSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/16045/components/site-navigation-and-layout/navigation-bar/visual-elements">group</see> within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderIconCssClass">BootstrapAccordionGroup.HeaderIconCssClass</see> property.</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.Bootstrap.BootstrapAccordionGroup.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderIconCssClass">BootstrapAccordionGroup.HeaderIconCssClass</see> property.</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.Bootstrap.BootstrapAccordionGroup.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderIconCssClass">BootstrapAccordionGroup.HeaderIconCssClass</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> 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.Bootstrap.BootstrapAccordionGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> class with the specified 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.Bootstrap.BootstrapAccordionGroup.Accordion">
      <summary>
        <para>Gets the Accordion object to which the current group belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> object representing the Accordion that contains the group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.AllowDragging">
      <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.Bootstrap.BootstrapAccordionGroup.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.Bootstrap.BootstrapAccordionGroup.CollapseImage">
      <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.Bootstrap.BootstrapAccordionGroup.ContentCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the accordion group’s content container element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.ContentStyle">
      <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.Bootstrap.BootstrapAccordionGroup.ExpandImage">
      <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.Bootstrap.BootstrapAccordionGroup.HeaderBadge">
      <summary>
        <para>Gets settings of a badge displayed within the accordion group’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an accordion group’s header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderCssClassCollapsed">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a collapsed accordion group’s header element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderIconCollapsedCssClass">
      <summary>
        <para>Gets or sets the CSS class of the image displayed within a collapsed accordion group’s header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderIconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the image displayed within an accordion group’s header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderImage">
      <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.Bootstrap.BootstrapAccordionGroup.HeaderImageCollapsed">
      <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.Bootstrap.BootstrapAccordionGroup.HeaderStyle">
      <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.Bootstrap.BootstrapAccordionGroup.HeaderStyleCollapsed">
      <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.Bootstrap.BootstrapAccordionGroup.ItemBulletStyle">
      <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.Bootstrap.BootstrapAccordionGroup.ItemCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the accordion group’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.ItemImage">
      <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.Bootstrap.BootstrapAccordionGroup.ItemImagePosition">
      <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.Bootstrap.BootstrapAccordionGroup.ItemLinkMode">
      <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.Bootstrap.BootstrapAccordionGroup.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.Bootstrap.BootstrapAccordionItemCollection"/> object representing the collection of the group’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.ItemStyle">
      <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.Bootstrap.BootstrapAccordionGroup.NavBar">
      <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.Bootstrap.BootstrapAccordionGroup.TextCssClass">
      <summary>
        <para>Specifies CSS classes applied to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup">Accordion group</see>‘s text.</para>
      </summary>
      <value>A string that specifies CSS class names.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventArgs">
      <summary>
        <para>Provides data for cancellable events which concern manipulations on groups.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordionGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the group related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventArgs.Group">
      <summary>
        <para>Gets a group for which the event is fired.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the group for which the event is raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ExpandedChanged">BootstrapAccordion.ExpandedChanged</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.HeaderClick">BootstrapAccordion.HeaderClick</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/16045/components/site-navigation-and-layout/navigation-bar/visual-elements">groups</see> within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/> class with the specified owner.</para>
      </summary>
      <param name="navBar">An <see cref="T:DevExpress.Web.ASPxNavBar"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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.Bootstrap.BootstrapAccordionGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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 identifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderCssClass">BootstrapAccordionGroup.HeaderCssClass</see> property.</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.Bootstrap.BootstrapAccordionGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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 identifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderCssClass">BootstrapAccordionGroup.HeaderCssClass</see> property.</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.Bootstrap.BootstrapAccordionGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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 identifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the group’s header. Initializes the group’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroup.HeaderCssClass">BootstrapAccordionGroup.HeaderCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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.Bootstrap.BootstrapAccordionGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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.Bootstrap.BootstrapAccordionGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapAccordionGroup})">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.CollapseAll(DevExpress.Web.Bootstrap.BootstrapAccordionGroup)">
      <summary>
        <para>Collapses all groups but the specified one.</para>
      </summary>
      <param name="exceptGroup">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the group whose expansion state should not be changed.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapAccordionGroup,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionGroup})">
      <summary>
        <para>Returns the group that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required group.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object that represents the group that meets the specified criteria; null if the group has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionGroup})">
      <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.Bootstrap.BootstrapAccordionGroupCollection.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.Bootstrap.BootstrapAccordionGroup"/> 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.Bootstrap.BootstrapAccordionGroupCollection.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.Bootstrap.BootstrapAccordionGroup"/> 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.Bootstrap.BootstrapAccordionGroupCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapAccordionGroup})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionGroup})">
      <summary>
        <para>Returns the zero-based index of the specified group in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified group in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection"/>.</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.Bootstrap.BootstrapAccordionGroup"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionGroup})">
      <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.Bootstrap.BootstrapAccordionGroupCommandEventArgs">
      <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.Bootstrap.BootstrapAccordionGroupCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordionGroup,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCommandEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> 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="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCommandEventArgs.Group">
      <summary>
        <para>Gets a group object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.GroupCommand">BootstrapAccordion.GroupCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which group settings of a bound <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupDataFields.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordion)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupDataFields"/> class specifying its owner.</para>
      </summary>
      <param name="accordion">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> object specifying the Accordion control that will own the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroupDataFields.Accordion">
      <summary>
        <para>Gets the Accordion object to which the current object belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> object representing the Accordion control owning the current object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroupDataFields.HeaderIconCssClassField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) providing names of CSS classes that define 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.Bootstrap.BootstrapAccordionGroupDataFields.HeaderImageUrlField">
      <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.Bootstrap.BootstrapAccordionGroupDataFields.NavBar">
      <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.Bootstrap.BootstrapAccordionGroupEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on groups.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionGroupEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordionGroup)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the group for which the event has fired.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionGroupEventArgs.Group">
      <summary>
        <para>Gets a group for which the event is fired.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the group for which the event is raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ExpandedChanged">BootstrapAccordion.ExpandedChanged</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.GroupDataBound">BootstrapAccordion.GroupDataBound</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/16045/components/site-navigation-and-layout/navigation-bar/visual-elements">item</see> within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">BootstrapAccordionItem.IconCssClass</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.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.Bootstrap.BootstrapAccordionItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">BootstrapAccordionItem.IconCssClass</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.NavBarItem.NavigateUrl">NavBarItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">BootstrapAccordionItem.IconCssClass</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> 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.Bootstrap.BootstrapAccordionItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> 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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.Accordion">
      <summary>
        <para>Gets the accordion object to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> object representing the accordion that contains the current item.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItem.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.Bootstrap.BootstrapAccordionItem.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the accordion item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.Group">
      <summary>
        <para>Gets the group to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup"/> object representing the group that contains the item.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the accordion item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.Image">
      <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.Bootstrap.BootstrapAccordionItem.NavBar">
      <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.Bootstrap.BootstrapAccordionItem.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the item’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/16045/components/site-navigation-and-layout/navigation-bar/visual-elements">items</see> within a <see href="https://docs.devexpress.com/AspNet/16045/components/site-navigation-and-layout/navigation-bar/visual-elements">group</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.#ctor(DevExpress.Web.NavBarGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.NavBarGroup"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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.Bootstrap.BootstrapAccordionItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">BootstrapAccordionItem.IconCssClass</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.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.Bootstrap.BootstrapAccordionItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">BootstrapAccordionItem.IconCssClass</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.NavBarItem.NavigateUrl">NavBarItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapAccordionItem.IconCssClass">BootstrapAccordionItem.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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.Bootstrap.BootstrapAccordionItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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.Bootstrap.BootstrapAccordionItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapAccordionItem})">
      <summary>
        <para>Appends an array of items to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapAccordionItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionItem})">
      <summary>
        <para>Returns the item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object that represents the item that meets the specified criteria; null if the item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionItem})">
      <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.Bootstrap.BootstrapAccordionItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item 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, that is 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.Bootstrap.BootstrapAccordionItem"/> 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.Bootstrap.BootstrapAccordionItemCollection.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.Bootstrap.BootstrapAccordionItem"/> 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.Bootstrap.BootstrapAccordionItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapAccordionItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionItem})">
      <summary>
        <para>Returns the zero-based index of the specified item in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified item in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object which represents the item at the specified position.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapAccordionItem})">
      <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.Bootstrap.BootstrapAccordionItemCommandEventArgs">
      <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.Bootstrap.BootstrapAccordionItemCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordionItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> 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="P:DevExpress.Web.Bootstrap.BootstrapAccordionItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemCommand">BootstrapAccordion.ItemCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which item settings of a bound <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemDataFields.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordion)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemDataFields"/> class specifying its owner.</para>
      </summary>
      <param name="accordion">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> object specifying the Accordion control that will own the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItemDataFields.Accordion">
      <summary>
        <para>Gets the Accordion object to which the current object belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/> object representing the Accordion control owning the current object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItemDataFields.IconCssClassField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides CSS class names 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.Bootstrap.BootstrapAccordionItemDataFields.ImageUrlField">
      <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.Bootstrap.BootstrapAccordionItemDataFields.NavBar">
      <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.Bootstrap.BootstrapAccordionItemEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItemEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapAccordionItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object representing the item related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAccordionItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemClick">BootstrapAccordion.ItemClick</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapAccordion.ItemDataBound">BootstrapAccordion.ItemDataBound</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionItems">
      <summary>
        <para>Represents a collection of existing items for a specific <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordion"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItems.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItems"/> class.</para>
      </summary>
      <param name="navBar">An  object representing the navigation bar.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAccordionItems.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 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.Bootstrap.BootstrapAccordionItem"/> 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.Bootstrap.BootstrapAccordionItems.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 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.Bootstrap.BootstrapAccordionItem"/> 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.Bootstrap.BootstrapAccordionItems.Item(System.Int32)">
      <summary>
        <para>Returns a <see cref="T:DevExpress.Web.NavBarItem"/> object from the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItems"/> at the specified index.</para>
      </summary>
      <param name="index">An integer value representing the zero-based index of the item to retrieve from the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItems"/>.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionItem"/> object representing an item with the specified index.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption">
      <summary>
        <para>Lists Bootstrap styles that can be applied to an <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroup">Accordion group</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Danger">
      <summary>
        <para>The danger style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Dark">
      <summary>
        <para>The dark style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Info">
      <summary>
        <para>The info style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Light">
      <summary>
        <para>The light style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.None">
      <summary>
        <para>Styles are not applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Primary">
      <summary>
        <para>The primary style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Secondary">
      <summary>
        <para>The secondary style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Success">
      <summary>
        <para>The success style is applied to a group.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapAccordionRenderOption.Warning">
      <summary>
        <para>The warning style is applied to a group.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAgendaView">
      <summary>
        <para>Represents an <see href="https://docs.devexpress.com/AspNetBootstrap/120306/scheduler/views">Agenda View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAgendaView.AgendaViewStyles">
      <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.Bootstrap.BootstrapAgendaView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAgendaView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Agenda View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAgendaView.DisplayName">
      <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.Bootstrap.BootstrapAgendaView.MenuCaption">
      <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.Bootstrap.BootstrapAgendaView.ShortDisplayName">
      <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.Bootstrap.BootstrapAgendaView.Styles">
      <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.Bootstrap.BootstrapAgendaViewAppointmentRowCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewAppointmentRowCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAgendaViewCssClasses.AlternateDateHeader">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.Appointment">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAgendaViewCssClasses.DateHeader">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.DayHeader">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.GroupSeparatorHorizontal">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.GroupSeparatorVertical">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.HorizontalResourceHeader">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.LeftTopCorner">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.MoreButton">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.RightTopCorner">
      <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.Bootstrap.BootstrapAgendaViewCssClasses.VerticalResourceHeader">
      <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.Bootstrap.BootstrapAgendaViewElementCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewElementCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewHorizontalDateHeaderCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewHorizontalDateHeaderCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewHorizontalDateHeaderCssClassesBase.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewHorizontalDateHeaderCssClassesBase"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewTodayHorizontalDateHeaderCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewTodayHorizontalDateHeaderCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewTodayVerticalDateHeaderCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewTodayVerticalDateHeaderCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewTodayVerticalDateHeaderCssClassesBase.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewTodayVerticalDateHeaderCssClassesBase"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAgendaViewVerticalDateHeaderCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaViewVerticalDateHeaderCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, displays the content of all pages.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties"/> 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.Bootstrap.BootstrapAllButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon to display within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties.Image">
      <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.Bootstrap.BootstrapAllButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapAllButtonProperties.ShowDefaultText">
      <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.Bootstrap.BootstrapAppointmentLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapAppointmentStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.Add(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Adds a new appointment label item with the specified settings to the collection.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string containing the menu caption for the command used to set the label for an appointment.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.Add(System.Object,System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Adds a new appointment label item with the specified settings to the collection.</para>
      </summary>
      <param name="id">An object that is the unique label identifier.</param>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string containing the menu caption for the command used to set the label for an appointment.</param>
      <param name="labelColor">A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.Add(System.Object,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new appointment label item with the specified settings to the collection.</para>
      </summary>
      <param name="id">An object that is the unique label identifier.</param>
      <param name="text">A string that is the name of the label displayed in label editors.</param>
      <param name="backgroundCssClass">A string value that specifies the name of a CSS class applied to the label’s background element.</param>
      <param name="textCssClass">A string value that specifies the name of a CSS class applied to the label’s text element.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.Add(System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Adds a new appointment label item with the specified settings to the collection.</para>
      </summary>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string containing the menu caption for the command used to set the label for an appointment.</param>
      <param name="labelColor">A <see cref="T:System.Drawing.Color"/> specifying the color that represents the label.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new appointment label item with the specified settings to the collection.</para>
      </summary>
      <param name="text">A string that is the name of the label displayed in label editors.</param>
      <param name="backgroundCssClass">A string value that specifies the name of a CSS class applied to the label’s background element.</param>
      <param name="textCssClass">A string value that specifies the name of a CSS class applied to the label’s text element.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentLabelCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new appointment label item with the specified settings to the collection.</para>
      </summary>
      <param name="displayName">A string that is the name of the label displayed in label editors.</param>
      <param name="menuCaption">A string containing the menu caption for the command used to set the label for an appointment.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatus.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentStatus"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapAppointmentStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Adds a new appointment status item with the specified settings to the collection.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates an appointment’s availability.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <param name="color">An integer value indicating the position at which the new element was inserted.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.Add(DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String)">
      <summary>
        <para>Adds a new appointment status item with the specified settings to the collection.</para>
      </summary>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates an appointment’s availability.</param>
      <param name="text">A string that is the name of the status used in editors.</param>
      <param name="cssClass">A string value that specifies the name of a CSS class applied to the status marker element.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.Add(System.Drawing.Color,System.String,System.String)">
      <summary>
        <para>Adds a new appointment status item with the specified settings to the collection.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.Add(System.Object,DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String,System.Drawing.Color)">
      <summary>
        <para>Adds a new appointment status item with the specified settings to the collection.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates the availability.</param>
      <param name="displayName">A string that is the name of the status used in editors.</param>
      <param name="menuCaption">A string that is the name of the status used in menus.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> value that specifies the color of the appointment status.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.Add(System.Object,DevExpress.XtraScheduler.AppointmentStatusType,System.String,System.String)">
      <summary>
        <para>Adds a new appointment status item with the specified settings to the collection.</para>
      </summary>
      <param name="id">An object that is the unique status identifier.</param>
      <param name="type">An <see cref="T:DevExpress.XtraScheduler.AppointmentStatusType"/> enumeration member which indicates an appointment’s availability.</param>
      <param name="text">A string that is the name of the status used in editors.</param>
      <param name="cssClass">A string value that specifies the name of a CSS class applied to the status marker element.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStatusCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new appointment status item with the specified settings to the collection.</para>
      </summary>
      <param name="text">A string that is the name of the status used in editors.</param>
      <param name="cssClass">A string value that specifies the name of a CSS class applied to the status marker element.</param>
      <returns>An integer value indicating the position at which the new element was inserted.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapAppointmentStorage">
      <summary>
        <para>Represents a storage which holds a collection of appointments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAppointmentStorage.#ctor(DevExpress.Web.ASPxScheduler.ASPxSchedulerStorage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAppointmentStorage"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAxisBreaksCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAxisBreaksCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAxisBreakStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapAxisBreakStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAxisBreakStyle.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapAxisBreakStyle.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties">
      <summary>
        <para>Contains settings specific to badges.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBadgeProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBadgeProperties.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.Bootstrap.BootstrapBadgeProperties.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the badge element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBadgeProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the badge.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBadgeProperties.Text">
      <summary>
        <para>Specifies the text displayed within the badge.</para>
      </summary>
      <value>A <see cref="T:System.String"/> specifying the badge text.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapBinaryImage">
      <summary>
        <para>Represents an editor capable of displaying images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.BackColor">
      <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.Bootstrap.BootstrapBinaryImage.BackgroundImage">
      <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.Bootstrap.BootstrapBinaryImage.Border">
      <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.Bootstrap.BootstrapBinaryImage.BorderBottom">
      <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.Bootstrap.BootstrapBinaryImage.BorderColor">
      <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.Bootstrap.BootstrapBinaryImage.BorderLeft">
      <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.Bootstrap.BootstrapBinaryImage.BorderRight">
      <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.Bootstrap.BootstrapBinaryImage.BorderStyle">
      <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.Bootstrap.BootstrapBinaryImage.BorderTop">
      <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.Bootstrap.BootstrapBinaryImage.BorderWidth">
      <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.Bootstrap.BootstrapBinaryImage.ButtonPanelStyle">
      <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.Bootstrap.BootstrapBinaryImage.ButtonStyle">
      <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.Bootstrap.BootstrapBinaryImage.Caption">
      <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.Bootstrap.BootstrapBinaryImage.CaptionCellStyle">
      <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.Bootstrap.BootstrapBinaryImage.CaptionSettings">
      <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.Bootstrap.BootstrapBinaryImage.CaptionStyle">
      <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.Bootstrap.BootstrapBinaryImage.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImage"/>.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.CssClass">
      <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.Bootstrap.BootstrapBinaryImage.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119043/data-editors/binary-image">Binary Image</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.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.Bootstrap.BootstrapBinaryImage.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="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.Cursor">
      <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.Bootstrap.BootstrapBinaryImage.DeleteButtonImage">
      <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.Bootstrap.BootstrapBinaryImage.DisabledStyle">
      <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.Bootstrap.BootstrapBinaryImage.DropZoneStyle">
      <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.Bootstrap.BootstrapBinaryImage.EditingSettings">
      <summary>
        <para>Provides access to the binary image editing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase"/> object that contains the edit settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.EmptyImage">
      <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.Bootstrap.BootstrapBinaryImage.EmptyImageUrl">
      <summary>
        <para>Sets the URL of an image which is displayed by the editor if the editor’s value is null.</para>
      </summary>
      <value>A string value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.EmptyValueTextStyle">
      <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.Bootstrap.BootstrapBinaryImage.Font">
      <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.Bootstrap.BootstrapBinaryImage.ForeColor">
      <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.Bootstrap.BootstrapBinaryImage.ImageFolder">
      <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.Bootstrap.BootstrapBinaryImage.InvalidStyle">
      <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.Bootstrap.BootstrapBinaryImage.OpenDialogButtonImage">
      <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.Bootstrap.BootstrapBinaryImage.ParentImages">
      <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.Bootstrap.BootstrapBinaryImage.ParentStyles">
      <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.Bootstrap.BootstrapBinaryImage.ProgressBarIndicatorStyle">
      <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.Bootstrap.BootstrapBinaryImage.ProgressBarStyle">
      <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.Bootstrap.BootstrapBinaryImage.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImage.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImage.RootStyle">
      <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.Bootstrap.BootstrapBinaryImage.SpriteCssFilePath">
      <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.Bootstrap.BootstrapBinaryImage.SpriteImageUrl">
      <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.Bootstrap.BootstrapBinaryImage.Theme">
      <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.Bootstrap.BootstrapBinaryImage.ValidationSettings">
      <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.Bootstrap.BootstrapBinaryImageClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the Binary Image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettings">
      <summary>
        <para>Contains settings that relate to the editing functionality of the Binary Image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettings"/> 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.Bootstrap.BootstrapBinaryImageEditingSettings.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="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase">
      <summary>
        <para>Serves as a base class for classes that contain settings that relate to the editing functionality of the Binary Image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase"/> 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.Bootstrap.BootstrapBinaryImageEditingSettingsBase.UploadSettings">
      <summary>
        <para>Provides access to the binary image upload settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadSettings"/> object that contains upload settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties">
      <summary>
        <para>Contains settings specific to a binary image editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties"/> 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.Bootstrap.BootstrapBinaryImageEditProperties.ButtonPanelStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.Caption">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.CaptionCellStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.CaptionSettings">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.CaptionStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.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.Bootstrap.BootstrapBinaryImageEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties.DeleteButtonImage">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.DropZoneStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.EditingSettings">
      <summary>
        <para>Provides access to the binary image editing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditingSettingsBase"/> object that contains the edit settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties.EmptyImage">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.EmptyValueTextStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.OpenDialogButtonImage">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.ProgressBarIndicatorStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.ProgressBarStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.RootStyle">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.Style">
      <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.Bootstrap.BootstrapBinaryImageEditProperties.ValidationSettings">
      <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.Bootstrap.BootstrapBinaryImageUploadSettings">
      <summary>
        <para>Contains settings that relate to the editor’s upload functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadSettings"/> 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.Bootstrap.BootstrapBinaryImageUploadSettings.UploadValidationSettings">
      <summary>
        <para>Gets the upload validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadValidationSettings">
      <summary>
        <para>Contains settings that relate to the validation of image files, uploaded using the editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadValidationSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBinaryImageUploadValidationSettings.ErrorStyle">
      <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.Bootstrap.BootstrapBrowseButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBrowseButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapBrowseButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapBrowseButtonProperties"/> 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.Bootstrap.BootstrapBrowseButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapBrowseButtonProperties.Image">
      <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.Bootstrap.BootstrapBrowseButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapButton">
      <summary>
        <para>Represents the button control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButton.AccessibilityCompliant">
      <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.Bootstrap.BootstrapButton.BackColor">
      <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.Bootstrap.BootstrapButton.BackgroundImage">
      <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.Bootstrap.BootstrapButton.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButton.Border">
      <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.Bootstrap.BootstrapButton.BorderBottom">
      <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.Bootstrap.BootstrapButton.BorderColor">
      <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.Bootstrap.BootstrapButton.BorderLeft">
      <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.Bootstrap.BootstrapButton.BorderRight">
      <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.Bootstrap.BootstrapButton.BorderStyle">
      <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.Bootstrap.BootstrapButton.BorderTop">
      <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.Bootstrap.BootstrapButton.BorderWidth">
      <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.Bootstrap.BootstrapButton.CheckedStyle">
      <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.Bootstrap.BootstrapButton.CssClass">
      <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.Bootstrap.BootstrapButton.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117898/data-editors/button">Button</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButton.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.Bootstrap.BootstrapButton.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="P:DevExpress.Web.Bootstrap.BootstrapButton.Cursor">
      <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.Bootstrap.BootstrapButton.DisabledStyle">
      <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.Bootstrap.BootstrapButton.FocusRectBorder">
      <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.Bootstrap.BootstrapButton.FocusRectPaddings">
      <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.Bootstrap.BootstrapButton.Font">
      <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.Bootstrap.BootstrapButton.ForeColor">
      <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.Bootstrap.BootstrapButton.Height">
      <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.Bootstrap.BootstrapButton.HorizontalAlign">
      <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.Bootstrap.BootstrapButton.HoverStyle">
      <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.Bootstrap.BootstrapButton.Image">
      <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.Bootstrap.BootstrapButton.ImagePosition">
      <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.Bootstrap.BootstrapButton.ImageSpacing">
      <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.Bootstrap.BootstrapButton.ImageUrl">
      <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.Bootstrap.BootstrapButton.Native">
      <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.Bootstrap.BootstrapButton.Paddings">
      <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.Bootstrap.BootstrapButton.ParentImages">
      <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.Bootstrap.BootstrapButton.ParentStyles">
      <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.Bootstrap.BootstrapButton.PressedStyle">
      <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.Bootstrap.BootstrapButton.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButton.RenderMode">
      <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.Bootstrap.BootstrapButton.RightToLeft">
      <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.Bootstrap.BootstrapButton.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117900/data-editors/button-edit">BootstrapButton</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButton.SpriteCssFilePath">
      <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.Bootstrap.BootstrapButton.SpriteImageUrl">
      <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.Bootstrap.BootstrapButton.Theme">
      <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.Bootstrap.BootstrapButton.VerticalAlign">
      <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.Bootstrap.BootstrapButton.Wrap">
      <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.Bootstrap.BootstrapButtonBootstrapSpecificSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/117900/data-editors/button-edit">BootstrapButton</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettings.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettings.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.Bootstrap.BootstrapButtonBootstrapSpecificSettings.Sizing">
      <summary>
        <para>Specifies the sizing mode of the Button elements.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSizing"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettingsBase">
      <summary>
        <para>Serves as a base class for classes that provide Bootstrap-specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettingsBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonBootstrapSpecificSettingsBase.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.Bootstrap.BootstrapButtonBootstrapSpecificSettingsBase.RenderOption">
      <summary>
        <para>Specifies Bootstrap-specific styles that can be applied to the editors that contain edit buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRenderOption"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117898/data-editors/button">Button</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses.ButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses.Icon">
      <summary>
        <para>The CSS class of an icon displayed by the button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonCssClasses.Text">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the button text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapButtonEdit">
      <summary>
        <para>Represents an edit control with embedded buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.AccessibilityCompliant">
      <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.Bootstrap.BootstrapButtonEdit.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapButtonEdit.BackColor">
      <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.Bootstrap.BootstrapButtonEdit.BackgroundImage">
      <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.Bootstrap.BootstrapButtonEdit.Border">
      <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.Bootstrap.BootstrapButtonEdit.BorderBottom">
      <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.Bootstrap.BootstrapButtonEdit.BorderColor">
      <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.Bootstrap.BootstrapButtonEdit.BorderLeft">
      <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.Bootstrap.BootstrapButtonEdit.BorderRight">
      <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.Bootstrap.BootstrapButtonEdit.BorderStyle">
      <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.Bootstrap.BootstrapButtonEdit.BorderTop">
      <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.Bootstrap.BootstrapButtonEdit.BorderWidth">
      <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.Bootstrap.BootstrapButtonEdit.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapButtonEdit.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.ButtonStyle">
      <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.Bootstrap.BootstrapButtonEdit.CaptionCellStyle">
      <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.Bootstrap.BootstrapButtonEdit.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.CaptionStyle">
      <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.Bootstrap.BootstrapButtonEdit.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.CssClass">
      <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.Bootstrap.BootstrapButtonEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117900/data-editors/button-edit">Button Edit</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.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.Bootstrap.BootstrapButtonEdit.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="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.Cursor">
      <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.Bootstrap.BootstrapButtonEdit.DisabledStyle">
      <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.Bootstrap.BootstrapButtonEdit.EnableFocusedStyle">
      <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.Bootstrap.BootstrapButtonEdit.FocusedStyle">
      <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.Bootstrap.BootstrapButtonEdit.Font">
      <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.Bootstrap.BootstrapButtonEdit.ForeColor">
      <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.Bootstrap.BootstrapButtonEdit.Height">
      <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.Bootstrap.BootstrapButtonEdit.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> value that specifies the text content of the editor’s help text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.HelpTextStyle">
      <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.Bootstrap.BootstrapButtonEdit.HorizontalAlign">
      <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.Bootstrap.BootstrapButtonEdit.ImageFolder">
      <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.Bootstrap.BootstrapButtonEdit.InvalidStyle">
      <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.Bootstrap.BootstrapButtonEdit.MaskHintStyle">
      <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.Bootstrap.BootstrapButtonEdit.Native">
      <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.Bootstrap.BootstrapButtonEdit.NullTextStyle">
      <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.Bootstrap.BootstrapButtonEdit.Paddings">
      <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.Bootstrap.BootstrapButtonEdit.ParentImages">
      <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.Bootstrap.BootstrapButtonEdit.ParentStyles">
      <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.Bootstrap.BootstrapButtonEdit.ReadOnlyStyle">
      <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.Bootstrap.BootstrapButtonEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.RightToLeft">
      <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.Bootstrap.BootstrapButtonEdit.RootStyle">
      <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.Bootstrap.BootstrapButtonEdit.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEdit.SpriteCssFilePath">
      <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.Bootstrap.BootstrapButtonEdit.SpriteImageUrl">
      <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.Bootstrap.BootstrapButtonEdit.Theme">
      <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.Bootstrap.BootstrapButtonEdit.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117900/data-editors/button-edit">Button Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.Button">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.ClearButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Clear button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Button Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.IconClearButton">
      <summary>
        <para>The CSS class of an icon displayed by an editor’s Clear button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.IconEllipsis">
      <summary>
        <para>The CSS class of an icon displayed by an editor’s ellipsis button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditCssClasses.NullText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Null Text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties">
      <summary>
        <para>Contains settings specific to a button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties"/> 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.Bootstrap.BootstrapButtonEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapButtonEditProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.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.Bootstrap.BootstrapButtonEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.Height">
      <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.Bootstrap.BootstrapButtonEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.MaskHintStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapButtonEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties.Style">
      <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.Bootstrap.BootstrapButtonEditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCalendar">
      <summary>
        <para>Represents the calendar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendar.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendar"/> 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.Bootstrap.BootstrapCalendar.AccessibilityCompliant">
      <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.Bootstrap.BootstrapCalendar.BackColor">
      <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.Bootstrap.BootstrapCalendar.BackgroundImage">
      <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.Bootstrap.BootstrapCalendar.Border">
      <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.Bootstrap.BootstrapCalendar.BorderBottom">
      <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.Bootstrap.BootstrapCalendar.BorderColor">
      <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.Bootstrap.BootstrapCalendar.BorderLeft">
      <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.Bootstrap.BootstrapCalendar.BorderRight">
      <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.Bootstrap.BootstrapCalendar.BorderStyle">
      <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.Bootstrap.BootstrapCalendar.BorderTop">
      <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.Bootstrap.BootstrapCalendar.BorderWidth">
      <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.Bootstrap.BootstrapCalendar.ButtonStyle">
      <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.Bootstrap.BootstrapCalendar.CaptionCellStyle">
      <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.Bootstrap.BootstrapCalendar.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendar.CaptionStyle">
      <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.Bootstrap.BootstrapCalendar.CellDisabledStyle">
      <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.Bootstrap.BootstrapCalendar.CellOtherPeriodStyle">
      <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.Bootstrap.BootstrapCalendar.CellOutOfRangeStyle">
      <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.Bootstrap.BootstrapCalendar.CellSelectedStyle">
      <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.Bootstrap.BootstrapCalendar.CellStyle">
      <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.Bootstrap.BootstrapCalendar.CssClass">
      <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.Bootstrap.BootstrapCalendar.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117903/data-editors/calendar">Calendar</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.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="P:DevExpress.Web.Bootstrap.BootstrapCalendar.Cursor">
      <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.Bootstrap.BootstrapCalendar.DayDisabledStyle">
      <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.Bootstrap.BootstrapCalendar.DayHeaderStyle">
      <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.Bootstrap.BootstrapCalendar.DayOtherMonthStyle">
      <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.Bootstrap.BootstrapCalendar.DayOutOfRangeStyle">
      <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.Bootstrap.BootstrapCalendar.DaySelectedStyle">
      <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.Bootstrap.BootstrapCalendar.DayStyle">
      <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.Bootstrap.BootstrapCalendar.DayWeekendStyle">
      <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.Bootstrap.BootstrapCalendar.DisabledStyle">
      <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.Bootstrap.BootstrapCalendar.EnableFocusedStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavFooterStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavHeaderBackElementImage">
      <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.Bootstrap.BootstrapCalendar.FastNavHeaderBackElementRtlImage">
      <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.Bootstrap.BootstrapCalendar.FastNavHeaderStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavItemAreaStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavItemOtherPeriodStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavItemStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavMonthAreaStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavMonthStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavNextPeriodImage">
      <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.Bootstrap.BootstrapCalendar.FastNavNextYearImage">
      <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.Bootstrap.BootstrapCalendar.FastNavPrevPeriodImage">
      <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.Bootstrap.BootstrapCalendar.FastNavPrevYearImage">
      <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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.FastNavStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavYearAreaStyle">
      <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.Bootstrap.BootstrapCalendar.FastNavYearStyle">
      <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.Bootstrap.BootstrapCalendar.FocusedStyle">
      <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.Bootstrap.BootstrapCalendar.Font">
      <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.Bootstrap.BootstrapCalendar.FooterStyle">
      <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.Bootstrap.BootstrapCalendar.ForeColor">
      <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.Bootstrap.BootstrapCalendar.HeaderStyle">
      <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.Bootstrap.BootstrapCalendar.Height">
      <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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.ImageFolder">
      <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.Bootstrap.BootstrapCalendar.InvalidStyle">
      <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.Bootstrap.BootstrapCalendar.LoadingDivStyle">
      <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.Bootstrap.BootstrapCalendar.LoadingPanelImage">
      <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.Bootstrap.BootstrapCalendar.LoadingPanelStyle">
      <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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.MonthGridPaddings">
      <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.Bootstrap.BootstrapCalendar.Native">
      <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.Bootstrap.BootstrapCalendar.NextMonthImage">
      <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.Bootstrap.BootstrapCalendar.NextYearImage">
      <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.Bootstrap.BootstrapCalendar.ParentImages">
      <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.Bootstrap.BootstrapCalendar.ParentStyles">
      <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.Bootstrap.BootstrapCalendar.PrevMonthImage">
      <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.Bootstrap.BootstrapCalendar.PrevYearImage">
      <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.Bootstrap.BootstrapCalendar.ReadOnlyStyle">
      <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.Bootstrap.BootstrapCalendar.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendar.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendar.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapCalendar.RightToLeft">
      <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.Bootstrap.BootstrapCalendar.RootStyle">
      <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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.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 headers are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.ShowShadow">
      <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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.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.Bootstrap.BootstrapCalendar.SpriteCssFilePath">
      <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.Bootstrap.BootstrapCalendar.SpriteImageUrl">
      <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.Bootstrap.BootstrapCalendar.Theme">
      <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.Bootstrap.BootstrapCalendar.TodayStyle">
      <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.Bootstrap.BootstrapCalendar.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendar.WeekNumberStyle">
      <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.Bootstrap.BootstrapCalendarCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117903/data-editors/calendar">Calendar</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.Button">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.Day">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.DayDisabled">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s disabled day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.DayHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s day of the week header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.DayOtherMonth">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a calendar day that does not belong to the current month.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.DayOutOfRange">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a calendar day that does not belong the active date range.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.DaySelected">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s selected day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.DayWeekEnd">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s weekend day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.FastNavHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the area that allows a user to return back to the previous mode within the fast navigation area.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.FastNavigation">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s fast navigation panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.FastNavItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the fast navigation area’s item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.FastNavItemOtherPeriod">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the fast navigation area’s items that belong to the neighboring period.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.Footer">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s footer element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.Header">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconFastNavBack">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Back fast navigation panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconFastNavNextPeriod">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Period fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconFastNavNextYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Year fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconFastNavPrevPeriod">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Period fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconFastNavPrevYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Year fast navigation popup panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconNextMonth">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Month button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconNextYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Year button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconPrevMonth">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Month button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.IconPrevYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Year button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.MonthGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.Today">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s current day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarCssClasses.WeekNumber">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s week number element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties">
      <summary>
        <para>Contains settings specific to a calendar’s fast navigation panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties"/> 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.Bootstrap.BootstrapCalendarFastNavProperties.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.Bootstrap.BootstrapCalendarFastNavProperties.EnablePopupAnimation">
      <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.Bootstrap.BootstrapCalendarProperties">
      <summary>
        <para>Contains settings specific to a calendar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendarProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCalendarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarProperties"/> 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.Bootstrap.BootstrapCalendarProperties.ButtonStyle">
      <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.Bootstrap.BootstrapCalendarProperties.CellDisabledStyle">
      <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.Bootstrap.BootstrapCalendarProperties.CellOtherPeriodStyle">
      <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.Bootstrap.BootstrapCalendarProperties.CellOutOfRangeStyle">
      <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.Bootstrap.BootstrapCalendarProperties.CellSelectedStyle">
      <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.Bootstrap.BootstrapCalendarProperties.CellStyle">
      <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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.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="P:DevExpress.Web.Bootstrap.BootstrapCalendarProperties.DayDisabledStyle">
      <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.Bootstrap.BootstrapCalendarProperties.DayHeaderStyle">
      <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.Bootstrap.BootstrapCalendarProperties.DayOtherMonthStyle">
      <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.Bootstrap.BootstrapCalendarProperties.DayOutOfRangeStyle">
      <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.Bootstrap.BootstrapCalendarProperties.DaySelectedStyle">
      <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.Bootstrap.BootstrapCalendarProperties.DayStyle">
      <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.Bootstrap.BootstrapCalendarProperties.DayWeekendStyle">
      <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.Bootstrap.BootstrapCalendarProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavFooterStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavHeaderBackElementImage">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavHeaderBackElementRtlImage">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavHeaderStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavItemAreaStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavItemOtherPeriodStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavItemStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavMonthAreaStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavMonthStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavNextPeriodImage">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavNextYearImage">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavPrevPeriodImage">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavPrevYearImage">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavProperties">
      <summary>
        <para>Gets the settings of the calendar’s dropdown fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties"/> object that contains the fast navigation panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarProperties.FastNavStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavYearAreaStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FastNavYearStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FocusedStyle">
      <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.Bootstrap.BootstrapCalendarProperties.FooterStyle">
      <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.Bootstrap.BootstrapCalendarProperties.HeaderStyle">
      <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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.InvalidStyle">
      <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.Bootstrap.BootstrapCalendarProperties.LoadingPanelImage">
      <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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.MonthGridPaddings">
      <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.Bootstrap.BootstrapCalendarProperties.NextMonthImage">
      <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.Bootstrap.BootstrapCalendarProperties.NextYearImage">
      <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.Bootstrap.BootstrapCalendarProperties.PickerType">
      <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.Bootstrap.BootstrapCalendarProperties.PrevMonthImage">
      <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.Bootstrap.BootstrapCalendarProperties.PrevYearImage">
      <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.Bootstrap.BootstrapCalendarProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.ShowShadow">
      <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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.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.Bootstrap.BootstrapCalendarProperties.Style">
      <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.Bootstrap.BootstrapCalendarProperties.TodayStyle">
      <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.Bootstrap.BootstrapCalendarProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCalendarProperties.WeekNumberStyle">
      <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.Bootstrap.BootstrapCallbackPanel">
      <summary>
        <para>Represents a panel control that acts as a container for other controls and allows its content to be updated, via callbacks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.BackColor">
      <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.Bootstrap.BootstrapCallbackPanel.BackgroundImage">
      <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.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.Border">
      <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.Bootstrap.BootstrapCallbackPanel.BorderBottom">
      <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.Bootstrap.BootstrapCallbackPanel.BorderColor">
      <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.Bootstrap.BootstrapCallbackPanel.BorderLeft">
      <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.Bootstrap.BootstrapCallbackPanel.BorderRight">
      <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.Bootstrap.BootstrapCallbackPanel.BorderStyle">
      <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.Bootstrap.BootstrapCallbackPanel.BorderTop">
      <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.Bootstrap.BootstrapCallbackPanel.BorderWidth">
      <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.Bootstrap.BootstrapCallbackPanel.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>BootstrapClientCallbackPanel.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanel"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the panel’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanel"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanel"/>.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.ContentCollection">
      <summary>
        <para>Provides access to a collection of the <see href="https://docs.devexpress.com/AspNetBootstrap/118288/site-layout/callback-panel">Callback Panel</see>‘s content controls.</para>
      </summary>
      <value>An object that is a collection of content controls.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.CssClass">
      <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.Bootstrap.BootstrapCallbackPanel.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118288/site-layout/callback-panel">Callback Panel</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanelCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.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="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.Cursor">
      <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.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.DisabledStyle">
      <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.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.EncodeHtml">
      <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.Bootstrap.BootstrapCallbackPanel.Font">
      <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.Bootstrap.BootstrapCallbackPanel.ForeColor">
      <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.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.LinkStyle">
      <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.Bootstrap.BootstrapCallbackPanel.LoadingPanelImage">
      <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.Bootstrap.BootstrapCallbackPanel.LoadingPanelStyle">
      <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.Bootstrap.BootstrapCallbackPanel.PanelCollection">
      <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.Bootstrap.BootstrapCallbackPanel.ParentImages">
      <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.Bootstrap.BootstrapCallbackPanel.ParentStyles">
      <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.Bootstrap.BootstrapCallbackPanel.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCallbackPanel.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.Bootstrap.BootstrapCallbackPanel.Theme">
      <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.Bootstrap.BootstrapCallbackPanelClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the Bootstrap Callback Panel control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCallbackPanelClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanelClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanelCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118288/site-layout/callback-panel">Callback Panel</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCallbackPanelCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCallbackPanelCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCancelButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCancelButtonProperties"/> 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.Bootstrap.BootstrapCancelButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCancelButtonProperties.Image">
      <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.Bootstrap.BootstrapCancelButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapCaptionPosition">
      <summary>
        <para>Lists values that define the position of an editor’s caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCaptionPosition.After">
      <summary>
        <para>The caption is displayed after the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCaptionPosition.Before">
      <summary>
        <para>The caption is displayed before the editor.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardView">
      <summary>
        <para>A server Card View control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.AccessibilityCompliant">
      <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.Bootstrap.BootstrapCardView.BackColor">
      <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.Bootstrap.BootstrapCardView.BackgroundImage">
      <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.Bootstrap.BootstrapCardView.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.Bootstrap.BootstrapCardView.BeforeColumnSorting">
      <summary>
        <para>Occurs before a column is sorted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.BeforeHeaderFilterFillItems">
      <summary>
        <para>Enables you to provide custom filter items instead of default ones displayed within a <see href="https://docs.devexpress.com/AspNetBootstrap/119577/card-view/filtering/header-filter">Header Filter</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.Border">
      <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.Bootstrap.BootstrapCardView.BorderBottom">
      <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.Bootstrap.BootstrapCardView.BorderColor">
      <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.Bootstrap.BootstrapCardView.BorderLeft">
      <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.Bootstrap.BootstrapCardView.BorderRight">
      <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.Bootstrap.BootstrapCardView.BorderStyle">
      <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.Bootstrap.BootstrapCardView.BorderTop">
      <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.Bootstrap.BootstrapCardView.BorderWidth">
      <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.Bootstrap.BootstrapCardView.CardLayoutCreated">
      <summary>
        <para>Occurs when the card layout has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.CardLayoutItemsCreated">
      <summary>
        <para>Occurs when the card layout has been created.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.CardLayoutProperties">
      <summary>
        <para>Provides access to the settings allowing you to customize a card layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties"/> object that contains the card layout settings.</value>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.CellEditorInitialize">
      <summary>
        <para>Enables the cell editors displayed within the edit cells to be initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/>.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.Columns">
      <summary>
        <para>Provides access to a CardView’s columns collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCollection"/> object that represents a collection of columns within the CardView.</value>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.CommandButtonInitialize">
      <summary>
        <para>Enables you to initialize individual command buttons.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.CssClass">
      <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.Bootstrap.BootstrapCardView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.CssClassesEditor">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of cell editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridEditorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.CssClassesFormLayout">
      <summary>
        <para>Provides access to CSS classes applied to the form layout’s visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutCssClasses"/> object that contains CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.CssClassesPager">
      <summary>
        <para>Provides access to CSS classes applied to the pager’s visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridPagerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.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.Bootstrap.BootstrapCardView.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="P:DevExpress.Web.Bootstrap.BootstrapCardView.Cursor">
      <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.Bootstrap.BootstrapCardView.CustomButtonInitialize">
      <summary>
        <para>Enables you to initialize custom command buttons.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomColumnDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any cell.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomColumnSort">
      <summary>
        <para>Enables you to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomFilterExpressionDisplayText">
      <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.Bootstrap.BootstrapCardView.CustomUnboundColumnData">
      <summary>
        <para>Enables you to supply data to unbound columns.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.EditFormLayoutProperties">
      <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.Bootstrap.BootstrapCardView.EnablePagingCallbackAnimation">
      <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.Bootstrap.BootstrapCardView.EnablePagingGestures">
      <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.Bootstrap.BootstrapCardView.FilterControlColumnsCreated">
      <summary>
        <para>Occurs after all filter control columns have been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapCardView.FilterControlCriteriaValueEditorCreate">
      <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.Bootstrap.BootstrapCardView.FilterControlCriteriaValueEditorInitialize">
      <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.Bootstrap.BootstrapCardView.FilterControlCustomValueDisplayText">
      <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.Bootstrap.BootstrapCardView.FilterControlOperationVisibility">
      <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.Bootstrap.BootstrapCardView.FilterControlParseValue">
      <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.Bootstrap.BootstrapCardView.Font">
      <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.Bootstrap.BootstrapCardView.ForeColor">
      <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.Bootstrap.BootstrapCardView.HeaderFilterFillItems">
      <summary>
        <para>Enables you to add custom filter items which filter data by the current column to ones displayed within a Header Filter.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.Images">
      <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.Bootstrap.BootstrapCardView.ImagesEditors">
      <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.Bootstrap.BootstrapCardView.ImagesFilterControl">
      <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.Bootstrap.BootstrapCardView.IsFilterControlVisible">
      <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.Bootstrap.BootstrapCardView.KeyboardSupport">
      <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.Bootstrap.BootstrapCardView.Paddings">
      <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.Bootstrap.BootstrapCardView.ParentImages">
      <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.Bootstrap.BootstrapCardView.ParentStyles">
      <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.Bootstrap.BootstrapCardView.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.RightToLeft">
      <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.Bootstrap.BootstrapCardView.Settings">
      <summary>
        <para>Provides access to the Card View’s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSettings"/> object that contains the BootstrapCardView’s display options.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsBehavior">
      <summary>
        <para>Provides access to the Card View’s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBehaviorSettings"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsCommandButton">
      <summary>
        <para>Gets the settings of the Card View’s command buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings"/> object containing the settings of the Card View’s command buttons.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsDataSecurity">
      <summary>
        <para>Provides access to the Card View’s security settings that allow disabling data modification operations such as editing, inserting and deleting.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDataSecuritySettings"/> object containing data security settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsEditing">
      <summary>
        <para>Provides access to the Card View’s editing settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditingSettings"/> object that contains the Card View’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsFilterControl">
      <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.Bootstrap.BootstrapCardView.SettingsLayout">
      <summary>
        <para>Provides access to a CardView control’s layout settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings"/> object that contains a chart control’s legend settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.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.Bootstrap.BootstrapCardViewPagerSettings"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different Card View’s popup elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewPopupControlSettings"/> object that contains the popup element settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.SettingsText">
      <summary>
        <para>Provides access to the Card View’s text settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextSettings"/> object that contains the control’s text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.Styles">
      <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.Bootstrap.BootstrapCardView.StylesEditors">
      <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.Bootstrap.BootstrapCardView.StylesFilterControl">
      <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.Bootstrap.BootstrapCardView.StylesPager">
      <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.Bootstrap.BootstrapCardView.StylesPopup">
      <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.Bootstrap.BootstrapCardView.StylesToolbar">
      <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.Bootstrap.BootstrapCardView.SummaryDisplayText">
      <summary>
        <para>Enables to provide custom display text for any summary value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.Theme">
      <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.Bootstrap.BootstrapCardView.ToolbarItemClick">
      <summary>
        <para>Fires after a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardView.Toolbars">
      <summary>
        <para>Gets the collection of toolbars in the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.BeforeColumnSorting">BootstrapCardView.BeforeColumnSorting</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn,DevExpress.Data.ColumnSortOrder,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that represents the processed data column. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventArgs.Column">BootstrapCardViewBeforeColumnSortingEventArgs.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventArgs.Column">
      <summary>
        <para>Gets a column whose sort or group order has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that represents the processed data column.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.BeforeColumnSorting">BootstrapCardView.BeforeColumnSorting</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeColumnSortingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.BeforeHeaderFilterFillItems">BootstrapCardView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs"/> class.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> supported object that is the data column containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs.Column">BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.BeforeHeaderFilterFillItems">BootstrapCardView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBeforeHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewBehaviorSettings">
      <summary>
        <para>Provides behavior options for BootstrapCardViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBehaviorSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewBehaviorSettings.AllowEllipsisInText">
      <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.Bootstrap.BootstrapCardViewBehaviorSettings.EnableCustomizationWindow">
      <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.Bootstrap.BootstrapCardViewBinaryImageColumn">
      <summary>
        <para>Represents a data column that displays images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewBinaryImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBinaryImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewBinaryImageColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBinaryImageColumn"/> 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.Bootstrap.BootstrapCardViewBinaryImageColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewBinaryImageColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewBinaryImageColumn.PropertiesBinaryImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties"/> object that contains settings specific to a binary image editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewButtonEditColumn">
      <summary>
        <para>Represents a data column with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewButtonEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewButtonEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewButtonEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewButtonEditColumn"/> 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.Bootstrap.BootstrapCardViewButtonEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewButtonEditColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewButtonEditColumn.PropertiesButtonEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CardLayoutItemsCreated">BootstrapCardView.CardLayoutItemsCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapFormLayoutProperties,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventArgs"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutProperties"/> object that contains settings related to the FormLayout used in the processed card. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventArgs.Properties">BootstrapCardViewCardLayoutItemsCreatedEventArgs.Properties</see> property.</param>
      <param name="visibleIndex">An integer zero-based index that identifies the processed card.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventArgs.Properties">
      <summary>
        <para>Contains settings related to the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> used in the processed card.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutProperties"/> object that represents settings of the current card’s <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see>.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CardLayoutItemsCreated">BootstrapCardView.CardLayoutItemsCreated</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the Card View that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCardLayoutItemsCreatedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCheckColumn">
      <summary>
        <para>Represents a Boolean data column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCheckColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCheckColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCheckColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCheckColumn"/> 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.Bootstrap.BootstrapCardViewCheckColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCheckColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewCheckColumn.PropertiesCheckEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties"/> object that contains settings specific to a check box editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the BootstrapCardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewClientSideEvents.CustomizationWindowCloseUp">
      <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.Bootstrap.BootstrapCardViewColumn">
      <summary>
        <para>Serves as a base for classes that represent data columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> 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.Bootstrap.BootstrapCardViewColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewColumn.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.Bootstrap.BootstrapCardViewColumn.BatchEditModifiedCellStyle">
      <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.Bootstrap.BootstrapCardViewColumn.CardView">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> control to which the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> is assigned.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> data column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.HeaderBadge">
      <summary>
        <para>Gets settings of a badge displayed within the column header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.HeaderStyle">
      <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.Bootstrap.BootstrapCardViewColumn.HorizontalAlign">
      <summary>
        <para>Specifies the card view column’s horizontal alignment.</para>
      </summary>
      <value>One of the 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. values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.Settings">
      <summary>
        <para>Provides access to the column’s options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnSettings"/> object that contains the column’s options.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.SettingsHeaderFilter">
      <summary>
        <para>Provides access to the column’s header filter settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDataColumnHeaderFilterSettings"/> object that contains the header filter settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumn.ShowInCustomizationForm">
      <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.Bootstrap.BootstrapCardViewColumn.ShowInFilterControl">
      <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.Bootstrap.BootstrapCardViewColumnCollection">
      <summary>
        <para>Represents the BootstrapCardView‘s column collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCollection"/> class with the specified owner.</para>
      </summary>
      <param name="webControlObject">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCollection.CardView">
      <summary>
        <para>Gets the Card View that owns the collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCssClasses.#ctor(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.CardViewColumn"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnCssClasses.Control">
      <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.Bootstrap.BootstrapCardViewColumnCssClasses.Header">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a column header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomUnboundColumnData">BootstrapCardView.CustomUnboundColumnData</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDataEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn,System.Int32,System.Object,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDataEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that represents the unbound column. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDataEventArgs.Column">BootstrapCardViewColumnDataEventArgs.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.Bootstrap.BootstrapCardViewColumnDataEventArgs.Column">
      <summary>
        <para>Gets the unbound column currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that represents the unbound column.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDataEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomUnboundColumnData">BootstrapCardView.CustomUnboundColumnData</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDataEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDateRangeCalendarSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDateRangePickerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDateRangePickerSettings.PickerType">
      <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.Bootstrap.BootstrapCardViewColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomColumnDisplayText">BootstrapCardView.CustomColumnDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDisplayTextEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn,System.Int32,System.Object,DevExpress.Web.GridColumnDisplayTextEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDisplayTextEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDisplayTextEventArgs.Column">
      <summary>
        <para>Gets the data column that refers to the card currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> descendant that represents the data column which refers to the processed cell.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomColumnDisplayText">BootstrapCardView.CustomColumnDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem">
      <summary>
        <para>Represents a layout item within the Card View’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.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.Bootstrap.BootstrapCardViewColumnLayoutItem.BackColor">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.BackgroundImage">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.BeginRow">
      <summary>
        <para>Specifies whether an item should be rendered within a new row.</para>
      </summary>
      <value>true, to render an item within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.Border">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.BorderBottom">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.BorderLeft">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.BorderRight">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.BorderTop">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.CaptionCellStyle">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.CaptionSettings">
      <summary>
        <para>Provides access to the layout item caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing the layout item caption settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.CaptionStyle">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.ColSpan">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.ColumnSpan">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.CssClass">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a Form Layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.Height">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within a layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnLayoutItem.HelpTextStyle">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.NestedControlCellStyle">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.Paddings">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.ParentContainerStyle">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.RowSpan">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.SpanRules">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.TabImage">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.VerticalAlign">
      <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.Bootstrap.BootstrapCardViewColumnLayoutItem.Width">
      <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.Bootstrap.BootstrapCardViewColumnSettings">
      <summary>
        <para>Contains settings that relate to the sorting and filtering functionality of a <see href="https://docs.devexpress.com/AspNetBootstrap/119574/card-view/columns">column</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewColumnSettings.AllowEllipsisInText">
      <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.Bootstrap.BootstrapCardViewColumnSettings.ShowInFilterControl">
      <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.Bootstrap.BootstrapCardViewComboBoxColumn">
      <summary>
        <para>Represents a data column with the combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewComboBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewComboBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewComboBoxColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewComboBoxColumn"/> 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.Bootstrap.BootstrapCardViewComboBoxColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewComboBoxColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewComboBoxColumn.PropertiesComboBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties"/> object that contains settings specific to a combo box editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CommandButtonInitialize">BootstrapCardView.CommandButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem,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.Bootstrap.BootstrapCardViewCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem"/> 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.Bootstrap.BootstrapCardViewCommandButtonEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem,DevExpress.Web.CardViewCommandButtonType,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem"/> 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.Bootstrap.BootstrapCardViewCommandButtonEventArgs.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to the processed command button element.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs.Image">
      <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.Bootstrap.BootstrapCardViewCommandButtonEventArgs.LayoutItem">
      <summary>
        <para>Gets the command layout item which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem"/> object that is the command layout item which owns the processed button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs.Styles">
      <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.Bootstrap.BootstrapCardViewCommandButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CommandButtonInitialize">BootstrapCardView.CommandButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings.Image">
      <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.Bootstrap.BootstrapCardViewCommandButtonSettings.Styles">
      <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.Bootstrap.BootstrapCardViewCommandButtonsSettings">
      <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.Bootstrap.BootstrapCardViewCommandButtonsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.CancelButton">
      <summary>
        <para>Gets the Cancel command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.DeleteButton">
      <summary>
        <para>Gets the Delete command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.EditButton">
      <summary>
        <para>Gets the Edit command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.EndlessPagingShowMoreCardsButton">
      <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.Bootstrap.BootstrapCardViewCommandButtonsSettings.NewButton">
      <summary>
        <para>Gets the New command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.RecoverButton">
      <summary>
        <para>Gets the Recover command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.SearchPanelApplyButton">
      <summary>
        <para>Gets settings of the Apply command button displayed in the search panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.SearchPanelClearButton">
      <summary>
        <para>Gets settings of the Clear command button displayed in the search panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.SelectButton">
      <summary>
        <para>Gets the Select command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonsSettings.UpdateButton">
      <summary>
        <para>Gets the Update command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem">
      <summary>
        <para>Represents a layout item for a command button within the Card View’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem"/> class.</para>
      </summary>
      <param name="caption">A string value specifying the command layout item’s caption.</param>
      <param name="name">A string value specifying the command layout item’s name.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.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.Bootstrap.BootstrapCardViewCommandLayoutItem.BackColor">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.BackgroundImage">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.BeginRow">
      <summary>
        <para>Specifies whether a command layout item should be rendered within a new row.</para>
      </summary>
      <value>true, to render an item within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.Border">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.BorderBottom">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.BorderLeft">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.BorderRight">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.BorderTop">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.CaptionSettings">
      <summary>
        <para>Provides access to the command layout item’s caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing the item caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.ColSpan">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.ColumnSpan">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.CssClass">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a Form Layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.CustomButtons">
      <summary>
        <para>Gets the collection of custom buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonCollection"/> object which represents the collection of custom buttons.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.Height">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within a layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem.HelpTextStyle">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.NestedControlCellStyle">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.Paddings">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.ParentContainerStyle">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.RowSpan">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.SpanRules">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.TabImage">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.VerticalAlign">
      <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.Bootstrap.BootstrapCardViewCommandLayoutItem.Width">
      <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.Bootstrap.BootstrapCardViewCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.Card">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a card element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardFooter">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a card footer element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a card header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewCardSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewCommandItemSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewContentSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewEditCardSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewHeaderPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewSummaryPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CardViewSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.CommandItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a command item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.Content">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the content container element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.EditFormCard">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Edit Form element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.EmptyCard">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an empty card element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.ErrorCard">
      <summary>
        <para>Gets or sets the name of a CSS class applied to cards with validation errors.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.FocusedCard">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the currently focused card element.</para>
      </summary>
      <value>Gets or sets the name of a CSS class applied to the currently focused card element.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.Header">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.HeaderPanel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the header panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.IconToolbarShowCardFooter">
      <summary>
        <para>The CSS class of an icon displayed within the Card Footer toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.IconToolbarShowCardHeader">
      <summary>
        <para>The CSS class of an icon displayed within the Card Header toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.IconToolbarShowHeaderPanel">
      <summary>
        <para>The CSS class of an icon displayed within the Header Panel toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.IconToolbarShowSummaryPanel">
      <summary>
        <para>The CSS class of an icon displayed within the Summary Panel toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.SelectedCard">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a selected card element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.SummaryItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a summary item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCssClasses.SummaryPanel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the summary panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomButtonInitialize">BootstrapCardView.CustomButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomColumnSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomColumnSort">BootstrapCardView.CustomColumnSort</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCustomColumnSortEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn,System.Object,System.Object,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomColumnSortEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> supported object that represents the column that contains the values to compare. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomColumnSortEventArgs.Column">BootstrapCardViewCustomColumnSortEventArgs.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.Bootstrap.BootstrapCardViewCustomColumnSortEventArgs.Column">
      <summary>
        <para>Gets the column whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> descendant that represents the column that contains the values to compare.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomColumnSortEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomColumnSort">BootstrapCardView.CustomColumnSort</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomColumnSortEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton">
      <summary>
        <para>Represents a custom command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a custom command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton.Image">
      <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.Bootstrap.BootstrapCardViewCustomCommandButton.Styles">
      <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.Bootstrap.BootstrapCardViewCustomCommandButtonCollection">
      <summary>
        <para>Represents the collection of custom command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CustomButtonInitialize">BootstrapCardView.CustomButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="button">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButton"/> 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.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to the processed custom command button element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs.Image">
      <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.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs.LayoutItem">
      <summary>
        <para>Gets the command layout item which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewCommandLayoutItem"/> object that is the command layout item which owns the processed button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewCustomCommandButtonEventArgs.Styles">
      <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.Bootstrap.BootstrapCardViewDataSecuritySettings">
      <summary>
        <para>Provides security settings that allow disabling data modification operations such as editing, inserting, deleting.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewDataSecuritySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDataSecuritySettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewDataSecuritySettings.AllowDelete">
      <summary>
        <para>Specifies whether card deletion is allowed in the Card View.</para>
      </summary>
      <value>true, to allow card deletion operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewDataSecuritySettings.AllowEdit">
      <summary>
        <para>Specifies whether card editing is allowed in the Card View.</para>
      </summary>
      <value>true, to allow card editing operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewDataSecuritySettings.AllowInsert">
      <summary>
        <para>Specifies whether card inserting is allowed in the Card View.</para>
      </summary>
      <value>true, to allow card insertion operations; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn">
      <summary>
        <para>Represents a data column used to display DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn"/> 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.Bootstrap.BootstrapCardViewDateColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.s</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewDateColumn.PropertiesDateEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditProperties"/> object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewDropDownEditColumn">
      <summary>
        <para>Represents a data column with an editor containing a customizable dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewDropDownEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDropDownEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewDropDownEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDropDownEditColumn"/> 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.Bootstrap.BootstrapCardViewDropDownEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewDropDownEditColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewDropDownEditColumn.PropertiesDropDownEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties"/> object that contains settings specific to a drop-down editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn">
      <summary>
        <para>Serves as a base for classes that represent edit data columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn"/> 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.Bootstrap.BootstrapCardViewEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewEditColumn.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.Bootstrap.BootstrapCardViewEditColumn"/> descendant that represents the data column for the specified data type.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewEditColumn.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.Bootstrap.BootstrapCardViewEditFormPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNetBootstrap/119554/card-view/data-editing">Popup Edit Form</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewEditFormPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditFormPopupSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewEditFormPopupSettings.SettingsAdaptivity">
      <summary>
        <para>Gets or sets the popup edit form‘s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridPopupEditFormAdaptivitySettings"/> object that contains the popup edit form‘s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewEditFormPopupSettings.ShowCollapseButton">
      <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.Bootstrap.BootstrapCardViewEditFormPopupSettings.ShowMaximizeButton">
      <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.Bootstrap.BootstrapCardViewEditFormPopupSettings.ShowPinButton">
      <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.Bootstrap.BootstrapCardViewEditFormPopupSettings.ShowShadow">
      <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.Bootstrap.BootstrapCardViewEditingSettings">
      <summary>
        <para>Provides editing settings for BootstrapCardViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditingSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewEditingSettings.EditFormColumnSpan">
      <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.Bootstrap.BootstrapCardViewEditingSettings.FormLayoutProperties">
      <summary>
        <para>Provides access to the settings allowing you to customize the form layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties"/> object that contains the form layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewEditingSettings.UseFormLayout">
      <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.Bootstrap.BootstrapCardViewEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CellEditorInitialize">BootstrapCardView.CellEditorInitialize</see>  event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewEditorEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn,System.Int32,DevExpress.Web.ASPxEditBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> descendant that represents the data column whose cell editor is being initialized. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewEditorEventArgs.Column">BootstrapCardViewEditorEventArgs.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.Bootstrap.BootstrapCardViewEditorEventArgs.Column">
      <summary>
        <para>Gets the data column whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> descendant that represents the data column whose cell editor is being initialized.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.CellEditorInitialize">BootstrapCardView.CellEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewFlowLayoutSettings">
      <summary>
        <para>Contains settings that relate to the Card View’s flow layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewFlowLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewFlowLayoutSettings"/> class with the specified owner.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> used in the Card View’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties"/> 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.Bootstrap.BootstrapCardViewFormLayoutProperties.AlignItemCaptions">
      <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.Bootstrap.BootstrapCardViewFormLayoutProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.ColCount">
      <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.Bootstrap.BootstrapCardViewFormLayoutProperties.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.Bootstrap.BootstrapCardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.LayoutType">
      <summary>
        <para>Specifies the layout type for the Form Layout items.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.FormLayoutType"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.LeftAndRightCaptionsWidth">
      <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.Bootstrap.BootstrapCardViewFormLayoutProperties.NestedControlWidth">
      <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.Bootstrap.BootstrapCardViewFormLayoutProperties.Paddings">
      <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.Bootstrap.BootstrapCardViewFormLayoutProperties.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.Bootstrap.BootstrapCardViewFormLayoutProperties.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.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing properties common to all the layout item captions.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing properties common to all the help texts.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewFormLayoutProperties.Styles">
      <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.Bootstrap.BootstrapCardViewFormLayoutProperties.UseDefaultPaddings">
      <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.Bootstrap.BootstrapCardViewHeaderFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.HeaderFilterFillItems">BootstrapCardView.HeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewColumn,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that is the data column containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterEventArgs.Column">BootstrapCardViewHeaderFilterEventArgs.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.Bootstrap.BootstrapCardViewHeaderFilterEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.HeaderFilterFillItems">BootstrapCardView.HeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterPopupSettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNetBootstrap/119577/card-view/filtering/header-filter">Header Filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterPopupSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterPopupSettings.ShowCollapseButton">
      <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.Bootstrap.BootstrapCardViewHeaderFilterPopupSettings.ShowShadow">
      <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.Bootstrap.BootstrapCardViewHyperLinkColumn">
      <summary>
        <para>Specifies a data column with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewHyperLinkColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHyperLinkColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewHyperLinkColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHyperLinkColumn"/> 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.Bootstrap.BootstrapCardViewHyperLinkColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHyperLinkColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewHyperLinkColumn.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.Bootstrap.BootstrapCardViewHyperLinkColumn.PropertiesHyperLinkEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewHyperLinkColumn.ShowUrlAsDisplayText">
      <summary>
        <para>Specifies whether or not the value from the column’s data field can be used as a column cell’s display text.</para>
      </summary>
      <value>true, if the data value can be used as the display text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewImageColumn">
      <summary>
        <para>epresents a data column that displays images located at the specified URLs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewImageColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewImageColumn"/> 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.Bootstrap.BootstrapCardViewImageColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewImageColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewImageColumn.PropertiesImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageEditProperties"/> object that contains settings specific to an image editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup">
      <summary>
        <para>Represents a layout group within the FormLayout used in the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup"/> class.</para>
      </summary>
      <param name="caption">A string value specifying the command layout item’s name.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.AlignItemCaptions">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.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.Bootstrap.BootstrapCardViewLayoutGroup.BackColor">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.BackgroundImage">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.BeginRow">
      <summary>
        <para>Specifies whether a group should be rendered within a new row.</para>
      </summary>
      <value>true, to render a group within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.Border">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.BorderBottom">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.BorderLeft">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.BorderRight">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.BorderTop">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.CellStyle">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.ColSpan">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.ColumnSpan">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.CssClass">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> control’s form layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.GridSettings">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.GroupBoxDecoration">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.GroupBoxStyle">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.Height">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.Items">
      <summary>
        <para>Provides access to the layout group’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.Paddings">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.ParentContainerStyle">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.RowSpan">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutGroup.SpanRules">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.TabImage">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.UseDefaultPaddings">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.VerticalAlign">
      <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.Bootstrap.BootstrapCardViewLayoutGroup.Width">
      <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.Bootstrap.BootstrapCardViewLayoutItemCollection">
      <summary>
        <para>Represents a collection of layout items within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> used in the Card View’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings">
      <summary>
        <para>Contains settings that relate to the CardView’s layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.CardColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.CardColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.CardColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.CardColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewLayoutSettings.CardColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewMemoColumn">
      <summary>
        <para>Represents a data column used to display memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewMemoColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewMemoColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewMemoColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewMemoColumn"/> 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.Bootstrap.BootstrapCardViewMemoColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewMemoColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewMemoColumn.PropertiesMemoEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemoProperties"/> object that contains settings specific to a memo editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings">
      <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.Bootstrap.BootstrapCardViewPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.AllButton">
      <summary>
        <para>Gets the All button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties"/> object that contains the All button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.CurrentPageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of the numeric button that corresponds to the selected page.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.FirstPageButton">
      <summary>
        <para>Gets the First button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties"/> object that contains the First button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.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="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.LastPageButton">
      <summary>
        <para>Gets the Last button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties"/> object that contains the Last button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.NextPageButton">
      <summary>
        <para>Gets the Next button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties"/> object that contains the Next button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.PageSizeItemSettings">
      <summary>
        <para>Gets the Page Size Item element’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewPageSizeItemSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.PrevPageButton">
      <summary>
        <para>Gets the Previous button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPrevButtonProperties"/> object that contains the Previous button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPagerSettings.SettingsFlowLayout">
      <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.Bootstrap.BootstrapCardViewPagerSettings.SettingsTableLayout">
      <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.Bootstrap.BootstrapCardViewPagerSettings.ShowDefaultImages">
      <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.Bootstrap.BootstrapCardViewPagerSettings.ShowSeparators">
      <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.Bootstrap.BootstrapCardViewPageSizeItemSettings">
      <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.Bootstrap.BootstrapCardViewPageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewPageSizeItemSettings"/> 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.Bootstrap.BootstrapCardViewPopupControlSettings">
      <summary>
        <para>Contains specific settings for different popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewPopupControlSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPopupControlSettings.CustomizationWindow">
      <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.Bootstrap.BootstrapCardViewPopupControlSettings.EditForm">
      <summary>
        <para>Provides access to the Popup Edit Form’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewEditFormPopupSettings"/> object that contains the Edit Form’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewPopupControlSettings.FilterControl">
      <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.Bootstrap.BootstrapCardViewPopupControlSettings.HeaderFilter">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/119577/card-view/filtering/header-filter">Header Filter</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewHeaderFilterPopupSettings"/> object that contains the Header Filter’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewProgressBarColumn">
      <summary>
        <para>Represents a data column with the progress bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewProgressBarColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewProgressBarColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewProgressBarColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewProgressBarColumn"/> 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.Bootstrap.BootstrapCardViewProgressBarColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewProgressBarColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewProgressBarColumn.PropertiesProgressBar">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties"/> object that contains settings specific to a progress bar.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the appearance and functionality of command buttons displayed within the Search Panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings.ButtonType">
      <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.Bootstrap.BootstrapCardViewSearchPanelCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the render mode of command buttons in the search panel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewSettings">
      <summary>
        <para>Provides view options for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewSettings.EnableFilterControlPopupMenuScrolling">
      <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.Bootstrap.BootstrapCardViewSettings.LayoutMode">
      <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.Bootstrap.BootstrapCardViewSettings.ShowFilterBar">
      <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.Bootstrap.BootstrapCardViewSpinEditColumn">
      <summary>
        <para>Represents a data column used to display numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewSpinEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSpinEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewSpinEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSpinEditColumn"/> 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.Bootstrap.BootstrapCardViewSpinEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSpinEditColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewSpinEditColumn.PropertiesSpinEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties"/> object that contains settings specific to a spin editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewSummaryDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.SummaryDisplayText">BootstrapCardView.SummaryDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewSummaryDisplayTextEventArgs.Item">
      <summary>
        <para>Gets a summary item whose value is being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> object that represents the summary item whose value is being processed.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewSummaryDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.SummaryDisplayText">BootstrapCardView.SummaryDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewSummaryDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the tabbed group’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup.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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.BackgroundImage">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.BeginRow">
      <summary>
        <para>Specifies whether a group should be rendered within a new row.</para>
      </summary>
      <value>true, to render a group within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Border">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.BorderBottom">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.BorderLeft">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.BorderRight">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.BorderTop">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Caption">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.ColSpan">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.ColumnSpan">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> control’s tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Height">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.HorizontalAlign">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Images">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Paddings">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.PageControl">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.ParentContainerStyle">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.RowSpan">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewTabbedLayoutGroup.ShowGroupDecoration">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.SpanRules">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Styles">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.TabImage">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.TabPosition">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.TabSpacing">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.VerticalAlign">
      <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.Bootstrap.BootstrapCardViewTabbedLayoutGroup.Width">
      <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.Bootstrap.BootstrapCardViewTagBoxColumn">
      <summary>
        <para>A data column with the tag box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTagBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTagBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTagBoxColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTagBoxColumn"/> 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.Bootstrap.BootstrapCardViewTagBoxColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTagBoxColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewTagBoxColumn.PropertiesTagBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties"/> object that contains settings specific to a tag box editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextColumn">
      <summary>
        <para>Represents a data column used to display string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTextColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTextColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextColumn"/> 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.Bootstrap.BootstrapCardViewTextColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewTextColumn.PropertiesTextEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties"/> object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextSettings">
      <summary>
        <para>Provides text options for BootstrapCardViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTextSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewTextSettings.ContextMenuClearFilter">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuClearGrouping">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuClearSorting">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuCollapseDetailRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuCollapseRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuDeleteRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuEditRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuExpandDetailRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuExpandRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuFullCollapse">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuFullExpand">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuGroupByColumn">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuGroupSummary">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuHideColumn">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuNewRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuRefresh">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowColumn">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowCustomizationWindow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowFilterEditor">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowFilterRow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowFilterRowMenu">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowFooter">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowGroupPanel">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuShowSearchPanel">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSortAscending">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSortDescending">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSummaryAverage">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSummaryCount">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSummaryMax">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSummaryMin">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSummaryNone">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuSummarySum">
      <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.Bootstrap.BootstrapCardViewTextSettings.ContextMenuUngroupColumn">
      <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.Bootstrap.BootstrapCardViewTextSettings.CustomizationWindowCaption">
      <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.Bootstrap.BootstrapCardViewTextSettings.CustomizationWindowFooterText">
      <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.Bootstrap.BootstrapCardViewTextSettings.FilterBarClear">
      <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.Bootstrap.BootstrapCardViewTextSettings.FilterBarCreateFilter">
      <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.Bootstrap.BootstrapCardViewTextSettings.FilterControlPopupCaption">
      <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.Bootstrap.BootstrapCardViewTextSettings.ToolbarShowCustomizationWindow">
      <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.Bootstrap.BootstrapCardViewTextSettings.ToolbarShowFilterEditor">
      <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.Bootstrap.BootstrapCardViewTimeEditColumn">
      <summary>
        <para>Represents a data column used to display and edit time portions of DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTimeEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTimeEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewTimeEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTimeEditColumn"/> 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.Bootstrap.BootstrapCardViewTimeEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewTimeEditColumn"/> class with the specified field name.</para>
      </summary>
      <param name="fieldName">A see cref=”T:System.String”/&gt; 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.Bootstrap.BootstrapCardViewTimeEditColumn.PropertiesTimeEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties"/> object that contains settings specific to a time editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar">
      <summary>
        <para>A base class for the Card View’s toolbar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar.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.Bootstrap.BootstrapCardViewToolbar.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the toolbar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar.ItemAlign">
      <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.Bootstrap.BootstrapCardViewToolbar.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.Bootstrap.BootstrapCardViewToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar.ShowInsidePanel">
      <summary>
        <para>Specifies whether or not the Card View’s toolbar is shown within the Panel element.</para>
      </summary>
      <value>true, to display a toolbar within the Panel element; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection">
      <summary>
        <para>Represents the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/>‘s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection.Add">
      <summary>
        <para>Adds a new toolbar to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar"/> object representing the newly created toolbar.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a card view’s toolbar object with the specified <see cref="P:DevExpress.Web.GridToolbar.Name">GridToolbar.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.GridToolbar.Name">GridToolbar.Name</see> property value of the required object.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbar"/> object with a specific value of the <see cref="P:DevExpress.Web.GridToolbar.Name">GridToolbar.Name</see> property.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCollection"/>.</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.Bootstrap.BootstrapCardViewToolbar"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking toolbar items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.Cancel">
      <summary>
        <para>A command that discards any changes made to the current card and switches the Card View to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.Delete">
      <summary>
        <para>A command that deletes the current card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.DeleteSelectedCardsOnPage">
      <summary>
        <para>A command that deletes the selected cards on a page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.Edit">
      <summary>
        <para>A command that allows editing the current card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.New">
      <summary>
        <para>A command that creates a new card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.ShowCardFooter">
      <summary>
        <para>A command that controls the card footer visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.ShowCardHeader">
      <summary>
        <para>A command that controls the card header visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.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.Bootstrap.BootstrapCardViewToolbarCommand.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.Bootstrap.BootstrapCardViewToolbarCommand.ShowSummaryPanel">
      <summary>
        <para>A command that controls the “Summary Panel” visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand.Update">
      <summary>
        <para>A command that saves all the changes made to the current card and switches the Card View to browse mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem">
      <summary>
        <para>Implements the Card View’s toolbar item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> class with the specified 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.MenuItem.Text">MenuItem.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.AdaptivePriority">
      <summary>
        <para>Specifies the priority of item hiding in adaptive mode.</para>
      </summary>
      <value>An Int32 value that specifies the item priority.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.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.Bootstrap.BootstrapCardViewToolbarItem.Items">
      <summary>
        <para>Gets a collection that contains child items of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem.SettingsBootstrap">
      <summary>
        <para>Provides access to a <see href="https://docs.devexpress.com/AspNetBootstrap/119629/card-view">Card View</see> toolbar item’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase">
      <summary>
        <para>Implements the base toolbar item functionality for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.AdaptivePriority">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.AdaptiveText">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.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.Bootstrap.BootstrapCardViewToolbarItemBase.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.Command">
      <summary>
        <para>Gets or sets a command to execute when the item is clicked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarCommand"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the toolbar item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.EnableScrolling">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.Image">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.Items">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.ItemStyle">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.Menu">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.Parent">
      <summary>
        <para>Gets the immediate parent toolbar item to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase"/> object representing the toolbar item’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase.PopOutImage">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.ScrollButtonStyle">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.ScrollDownButtonImage">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.ScrollUpButtonImage">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.SubMenuItemImage">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.SubMenuItemStyle">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.SubMenuPopOutImage">
      <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.Bootstrap.BootstrapCardViewToolbarItemBase.SubMenuStyle">
      <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.Bootstrap.BootstrapCardViewToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.ToolbarItemClick">BootstrapCardView.ToolbarItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemClickEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemClickEventArgs"/> class for the specified toolbar item.</para>
      </summary>
      <param name="item">An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase"/> class that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object that is the toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapCardView.ToolbarItemClick">BootstrapCardView.ToolbarItemClick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAccordionGroupCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection">
      <summary>
        <para>Represents a collection of a <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/>‘s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection"/> class with the specified root item.</para>
      </summary>
      <param name="rootItem">A <see cref="T:DevExpress.Web.GridToolbarItem"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.Add">
      <summary>
        <para>Adds a new toolbar item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object representing the newly created toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.IconCssClass">BootstrapGridViewToolbarItemBase.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.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.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.Bootstrap.BootstrapCardViewToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="items">A list of <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <summary>
        <para>Returns the toolbar item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object that represents the toolbar item that meets the specified criteria; null if the toolbar item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <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.Bootstrap.BootstrapCardViewToolbarItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <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.Bootstrap.BootstrapCardViewToolbarItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar item object with the specified <see cref="P:DevExpress.Web.GridToolbarItem.Name">GridToolbarItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.GridToolbarItem.Name">GridToolbarItem.Name</see> property value of the required object.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object with a specific value of the <see cref="P:DevExpress.Web.GridToolbarItem.Name">GridToolbarItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a toolbar 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.Bootstrap.BootstrapCardViewToolbarItem"/> 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.Bootstrap.BootstrapCardViewToolbarItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <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.Bootstrap.BootstrapCardViewToolbarItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <summary>
        <para>Searches for the specified item and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="match">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem"/> 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="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection"/>.</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.Bootstrap.BootstrapCardViewToolbarItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItem})">
      <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.Bootstrap.BootstrapCardViewToolbarMenuItem">
      <summary>
        <para>An individual item within a Card View toolbar item’s drop-down menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> class with the specified 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.MenuItem.Text">MenuItem.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem.DropDownMode">
      <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.Bootstrap.BootstrapCardViewToolbarMenuItem.Items">
      <summary>
        <para>Gets a collection that contains child items of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection">
      <summary>
        <para>Represents a collection of a <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> toolbar item’s nested items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/> class with the specified parent item.</para>
      </summary>
      <param name="parent">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarItemBase"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.Add">
      <summary>
        <para>Adds a new toolbar menu item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object representing the newly created toolbar menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.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.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.IconCssClass">BootstrapGridViewToolbarItemBase.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.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.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.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <summary>
        <para>Returns the toolbar menu item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required toolbar menu item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object that represents the toolbar menu item that meets the specified criteria; null if the toolbar menu item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns a menu item object with the specified <see cref="P:DevExpress.Web.GridToolbarItem.Name">GridToolbarItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.GridToolbarItem.Name">GridToolbarItem.Name</see> property value of the required object.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object with a specific value of the <see cref="P:DevExpress.Web.GridToolbarItem.Name">GridToolbarItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a menu item 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.Bootstrap.BootstrapCardViewToolbarMenuItem"/> 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.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <summary>
        <para>Searches for the specified item and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="match">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem"/> 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="P:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection"/>.</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.Bootstrap.BootstrapCardViewToolbarMenuItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapCardViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapChart">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChart.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.AdjustOnZoom">
      <summary>
        <para>Specifies whether or not to adjust the value axis when zooming the widget.</para>
      </summary>
      <value>true, to adjust the value axis when zooming; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.ArgumentAxis">
      <summary>
        <para>Specifies argument axis options for the Chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis"/> object containing options related to the Chart’s argument axis.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.AutoHidePointMarkers">
      <summary>
        <para>Specifies whether to hide series point markers automatically to reduce visual clutter.</para>
      </summary>
      <value>true, to hide series point markers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/>.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChart.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.CrosshairEnabled">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNetBootstrap/118710/charts/chart-types/chart/crosshair">crosshair</see> is displayed.</para>
      </summary>
      <value>true if the crosshair is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.CrosshairLabelVisible">
      <summary>
        <para>Makes the <see href="https://docs.devexpress.com/AspNetBootstrap/118710/charts/chart-types/chart/crosshair">crosshair</see> labels visible. Applies only if the crosshair feature is enabled by the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChart.CrosshairEnabled">BootstrapChart.CrosshairEnabled</see> property.</para>
      </summary>
      <value>true to make the crosshair labels visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.DefaultPane">
      <summary>
        <para>Specifies the default pane for the chart <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string containing the name of the default pane.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.MaxBubbleSize">
      <summary>
        <para>Specifies a coefficient determining the diameter of the largest bubble in a bubble <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the diameter of the largest bubble.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.MinBubbleSize">
      <summary>
        <para>Specifies the diameter of the smallest bubble in a bubble <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> measured in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the diameter of the smallest bubble in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.Panes">
      <summary>
        <para>Defines the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control’s panes collection.</para>
      </summary>
      <value>An array of strings specifying the names of chart panes.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.ResolveLabelOverlapping">
      <summary>
        <para>Specifies how the chart must behave when <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> point labels overlap.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartResolveLabelOverlapping"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.Rotated">
      <summary>
        <para>Specifies a value that defines whether to swap chart axes.</para>
      </summary>
      <value>true, to swap chart axes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.SeriesCollection">
      <summary>
        <para>Specifies options for Chart widget <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.SettingsCommonSeries">
      <summary>
        <para>Provides access to settings applied to all series displayed by the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries"/> object containing series settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.SettingsScrollBar">
      <summary>
        <para>Provides access to the Chart’s scroll bar settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings"/> object that contains scroll bar settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.SettingsZoomAndPan">
      <summary>
        <para>Configures zooming and panning.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.SynchronizeMultiAxes">
      <summary>
        <para>Indicates whether to synchronize value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> when they are displayed on a single pane.</para>
      </summary>
      <value>true to synchronize value axes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChart.ValueAxisCollection">
      <summary>
        <para>Provides access to a collection of the Chart control’s value axes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection"/> object that is a collection of the Chart’s value axes.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings">
      <summary>
        <para>Stores settings related to char controls’ adaptive behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings.Height">
      <summary>
        <para>Specifies the widget’s height small enough for the layout to begin adapting.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings.KeepLabels">
      <summary>
        <para>Specifies whether or not to preserve point labels when the layout is adapting.</para>
      </summary>
      <value>true to preserve point labels; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings.Width">
      <summary>
        <para>Specifies the widget’s width small enough for the layout to begin adapting.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings">
      <summary>
        <para>Stores chart series aggregation settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings"/> 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.Bootstrap.BootstrapChartAggregationSettings.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="M:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.Enabled">
      <summary>
        <para>Enables data aggregation.</para>
      </summary>
      <value>true to enable data aggregation; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.Method">
      <summary>
        <para>Specifies how to aggregate series points.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.OnCalculate">
      <summary>
        <para>Specifies a client function performing custom aggregation. Applies only if the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.Method">BootstrapChartAggregationSettings.Method</see> property is set to “custom“.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> animation options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings"/> 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.Bootstrap.BootstrapChartAnimationSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings.Duration">
      <summary>
        <para>Specifies how long the animation runs in milliseconds.</para>
      </summary>
      <value>An integer value that specifies how long the animation runs in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings.Easing">
      <summary>
        <para>Specifies the easing function of the animation.</para>
      </summary>
      <value>One of the VizAnimationEasing enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings.Enabled">
      <summary>
        <para>Enables the animation in the widget.</para>
      </summary>
      <value>true to enable the animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings.MaxPointCountSupported">
      <summary>
        <para>Specifies how many series points the widget should have before the animation will be disabled.</para>
      </summary>
      <value>An integer value that specifies the maximum number of series points.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries">
      <summary>
        <para>Stores settings supported by a series of the Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries.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.Bootstrap.BootstrapChartAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAreaSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase">
      <summary>
        <para>Serves a base for classes that store settings for <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> of the Area type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase.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.Bootstrap.BootstrapChartAreaSeriesBase.Point">
      <summary>
        <para>Configures <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAreaSeriesBase.ValueField">
      <summary>
        <para>Specifies which data source field provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control’s argument axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.AggregationGroupWidth">
      <summary>
        <para>Specifies the length of aggregation intervals in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the length of aggregation intervals.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.AggregationInterval">
      <summary>
        <para>Specifies the length of aggregation intervals in axis units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the length of aggregation intervals.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.AggregationIntervalUnit">
      <summary>
        <para>Specifies the time measurement unit used to calculate aggregation intervals for date-time axes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VizTimeInterval"/> enumeration value specifying a time measurement unit.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.ArgumentType">
      <summary>
        <para>Gets or sets the type of argument values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that identifies the type of argument values.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.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.Bootstrap.BootstrapChartArgumentAxis.AxisDivisionFactor">
      <summary>
        <para>Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the “continuous“ and “logarithmic“ <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">types</see>.</para>
      </summary>
      <value>An integer value specifying the minimum distance in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.Categories">
      <summary>
        <para>Specifies the order of categories on an <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> of the “discrete“ type.</para>
      </summary>
      <value>An array of <see cref="T:System.String"/> values specifying the order of categories.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.CustomPositionAxis">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxis">value axis</see> along which the argument axis is shifted.</para>
      </summary>
      <value>A string that specifies a value axis’ <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">name</see>.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.Holidays">
      <summary>
        <para>Explicitly specifies particular days to be excluded from the axis, when <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.WorkdaysOnly">BootstrapRangeSelectorScale.WorkdaysOnly</see> is set to true.</para>
      </summary>
      <value>A collection of dates to exclude from the axis.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.HoverMode">
      <summary>
        <para>Specifies chart elements to be highlighted when a user points to an <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> label.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.ArgumentAxisHoverMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.Position">
      <summary>
        <para>Specifies the argument <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> position.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.UIElementPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.SingleWorkdays">
      <summary>
        <para>Explicitly specifies particular days to be included in the axis, when <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.WorkdaysOnly">BootstrapRangeSelectorScale.WorkdaysOnly</see> is set to true.</para>
      </summary>
      <value>A collection of dates to include in the axis.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.VisualRangeEndString">
      <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.Bootstrap.BootstrapChartArgumentAxis.VisualRangeLengthSettings">
      <summary>
        <para>Specifies the length of an axis’ displayed range.</para>
      </summary>
      <value>An integer number (for numeric axes) or an object of the <see cref="T:DevExpress.Web.Bootstrap.VisualRangeLengthSettings"/> class (for date-time axes).</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.VisualRangeStartString">
      <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.Bootstrap.BootstrapChartArgumentAxis.VisualRangeUpdateMode">
      <summary>
        <para>Specifies how the axis’s visual range should behave when chart data is updated.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.VisualRangeUpdateMode"/> enumeration’s values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.WorkdaysOnly">
      <summary>
        <para>If set to true, leaves only workdays on the axis.</para>
      </summary>
      <value>true, to leave only workdays on the axis; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartArgumentAxis.WorkWeek">
      <summary>
        <para>Specifies which days are workdays.</para>
      </summary>
      <value>A collection of numeric values specifying workdays.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings">
      <summary>
        <para>Stores settings of a <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control’s axis labels.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings"/> 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.Bootstrap.BootstrapChartAxisLabelSettings.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="M:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.DisplayMode">
      <summary>
        <para>Allows you to rotate or stagger <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels. Applies to the horizontal axis only.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.AxisLabelDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.Format">
      <summary>
        <para>Formats a value before it is displayed in an <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> label.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.IndentFromAxis">
      <summary>
        <para>Adds a pixel-measured empty space between an <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> and its labels.</para>
      </summary>
      <value>An integer value specifying the size of the indentation.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.OnClientCustomizeHint">
      <summary>
        <para>Customizes the hint that appears when a user points to an axis label.</para>
      </summary>
      <value>A string value that specifies a JavaScript function (either a function name or an entire function code) that returns the text for the hint to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.OnClientCustomizeText">
      <summary>
        <para>Customizes the text displayed by axis labels.</para>
      </summary>
      <value>A string specifying a JavaScript function (either a function name or an entire function code) that returns the text for the label to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.OverlappingBehavior">
      <summary>
        <para>Specifies how to arrange <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels when there is not enough space to keep all of them.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.OverlappingBehavior"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.RotationAngle">
      <summary>
        <para>Specifies the rotation angle of axis labels when the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.OverlappingBehavior">BootstrapChartAxisLabelSettings.OverlappingBehavior</see> property is set to “Rotate”.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the rotation angle.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.StaggeringSpacing">
      <summary>
        <para>Specifies the pixel-measured empty space between staggered rows when the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.OverlappingBehavior">BootstrapChartAxisLabelSettings.OverlappingBehavior</see> property is set to “Stagger”.</para>
      </summary>
      <value>An integer values specifying the space between staggered rows in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.Visible">
      <summary>
        <para>Specifies the visibility of <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels.</para>
      </summary>
      <value>true, if axis labels are visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control’s axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.MinorTickInterval">
      <summary>
        <para>Specifies the interval between minor ticks.</para>
      </summary>
      <value>The interval.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.MinorTickIntervalUnit">
      <summary>
        <para>Specifies interval measure unit.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.Position">
      <summary>
        <para>Relocates the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.UIElementPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.TickInterval">
      <summary>
        <para>Specifies the interval between regular ticks.</para>
      </summary>
      <value>The interval.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.TickIntervalUnit">
      <summary>
        <para>Specifies interval measure unit.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.TitleSettings">
      <summary>
        <para>Specifies settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> title.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.AxisTitleSettings"/> object that specifies title settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.TitleText">
      <summary>
        <para>Specifies the text of the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> title.</para>
      </summary>
      <value>A string that specifies the axis title.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.VisualRangeEnd">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.VisualRangeStart">BootstrapChartAxisSettings.VisualRangeStart</see> option, focuses the widget on a specific chart segment. Applies only to the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> of the “continuous“ and “logarithmic“ type.</para>
      </summary>
      <value>An object that specifies the maximum value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.VisualRangeSettings">
      <summary>
        <para>Focuses the widget on a specific chart segment.</para>
      </summary>
      <value>Specifies the limits of the displayed axis range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.VisualRangeStart">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.VisualRangeEnd">BootstrapChartAxisSettings.VisualRangeEnd</see> option, focuses the widget on a specific chart segment. Applies only to the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> of the “continuous“ and “logarithmic“ type.</para>
      </summary>
      <value>An object that specifies the minimum value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.WholeRangeEnd">
      <summary>
        <para>Specifies an end value of a range where an axis can be zoomed and panned.</para>
      </summary>
      <value>An object specifying the end range value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.WholeRangeStart">
      <summary>
        <para>Specifies a start value of a range where an axis can be zoomed and panned.</para>
      </summary>
      <value>An object specifying the start range value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartAxisSettingsBase">
      <summary>
        <para>Serves as a base for classes storing chart <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAxisSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAxisSettingsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartAxisSettingsBase.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettingsBase.ConstantLineStyle">
      <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.Bootstrap.BootstrapChartAxisSettingsBase.Label">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> label settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings"/> object containing the settings of axis labels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettingsBase.TitleSettings">
      <summary>
        <para>Specifies settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> title.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.AxisTitleSettingsBase"/> object that specifies title settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartBarSeries">
      <summary>
        <para>Stores settings for series of the Bar <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBarSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBarSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeries.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.Bootstrap.BootstrapChartBarSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase">
      <summary>
        <para>Serves as a base for classes that store settings for <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> of the Bar type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.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.Bootstrap.BootstrapChartBarSeriesBase.BarPadding">
      <summary>
        <para>Controls the padding and consequently the width of all bars in a series using relative units. Ignored if the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.BarWidth">BootstrapChartBarSeriesBase.BarWidth</see> property is specified.</para>
      </summary>
      <value>A decimal number from 0 to 1.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.BarWidth">
      <summary>
        <para>Specifies a fixed width for all bars in a <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>, measured in pixels. Takes precedence over the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.BarPadding">BootstrapChartBarSeriesBase.BarPadding</see> property.</para>
      </summary>
      <value>An integer number that specifies bar width in pixels.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.CornerRadius">
      <summary>
        <para>Makes bar <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> look rounded.</para>
      </summary>
      <value>An integer value that specifies a corner radius.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.MinBarSize">
      <summary>
        <para>Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels.</para>
      </summary>
      <value>An integer number specifying the minimal bar size in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBarSeriesBase.ValueField">
      <summary>
        <para>Specifies which data source field provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>A string value that specifies the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartBase">
      <summary>
        <para>Serves as a base for Bootstrap <see href="https://docs.devexpress.com/AspNetBootstrap/118575/charts">chart controls</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.ClientInstanceName">
      <summary>
        <para>Gets or sets a chart control’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBase"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBase"/> descendants.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartClientSideEventsBase"/> object which allows assigning handlers to the client-side events available to <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBase"/> descendants</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBase.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.OnClientCustomizeLabel">
      <summary>
        <para>Customizes the appearance of an individual point label on the client side.</para>
      </summary>
      <value>An object providing information about the series point that the label belongs to.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.OnClientCustomizePoint">
      <summary>
        <para>Specifies a client-side callback function that customizes the appearance of an individual series point on the client side.</para>
      </summary>
      <value>A string specifying a JavaScript function that returns an <b>object</b> providing information about the series point.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.PointSelectionMode">
      <summary>
        <para>Specifies whether a single point or multiple points can be selected in the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">chart</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartElementSelectionMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.SeriesCollection">
      <summary>
        <para>Provides access to options for <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> widget <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.SettingsAdaptivity">
      <summary>
        <para>Provide access to settings related to the chart control’s adaptive behavior.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAdaptivitySettings"/> object containing chart adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.SettingsAnimation">
      <summary>
        <para>Provides access to a chart control’s animation settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAnimationSettings"/> object that contains a chart control’s animation settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.SettingsCommonSeries">
      <summary>
        <para>Provides access to settings applied to all series displayed by the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> descendant object containing series settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.SettingsLegend">
      <summary>
        <para>Provides access to a chart control’s legend settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings"/> object that contains a chart control’s legend settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBase.SettingsToolTip">
      <summary>
        <para>Provides access to a chart control’s tooltip settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings"/> object that contains a chart control’s tooltip settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries">
      <summary>
        <para>Stores settings supported by a series of the Bubble <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries.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.Bootstrap.BootstrapChartBubbleSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries.SizeField">
      <summary>
        <para>Specifies which data source field provides size values for bubbles.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartBubbleSeries.ValueField">
      <summary>
        <para>Specifies which data source field provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartCandleStickSeries">
      <summary>
        <para>Stores settings supported by a series of the CandleStick <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCandleStickSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCandleStickSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCandleStickSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCandleStickSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCandleStickSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartClientSideEvents.ZoomEnd">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChart.ZoomEnd</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.Bootstrap.BootstrapChartClientSideEvents.ZoomStart">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChart.ZoomStart</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.Bootstrap.BootstrapChartClientSideEventsBase">
      <summary>
        <para>Serves as the base class for classes containing client-side event handlers for <see href="https://docs.devexpress.com/AspNetBootstrap/118575/charts">Charts</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartClientSideEventsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartClientSideEventsBase.Done">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.Done</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.Bootstrap.BootstrapChartClientSideEventsBase.LegendClick">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.LegendClick</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.Bootstrap.BootstrapChartClientSideEventsBase.PointClick">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.PointClick</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.Bootstrap.BootstrapChartClientSideEventsBase.PointHoverChanged">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.PointHoverChanged</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.Bootstrap.BootstrapChartClientSideEventsBase.PointSelectionChanged">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.PointSelectionChanged</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.Bootstrap.BootstrapChartClientSideEventsBase.TooltipHidden">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.TooltipHidden</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.Bootstrap.BootstrapChartClientSideEventsBase.TooltipShown">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.TooltipShown</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.Bootstrap.BootstrapChartCommonAxisSettings">
      <summary>
        <para>Stores settings common for all <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> of a <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.AllowDecimals">
      <summary>
        <para>Specifies whether to allow decimal values on the axis.</para>
      </summary>
      <value>true, to allow decimal values on the axis; otherwise, the axis contains integer values only (false).</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.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.Bootstrap.BootstrapChartCommonAxisSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.CustomPosition">
      <summary>
        <para>Specifies the position of one axis in relation to the value of another axis.</para>
      </summary>
      <value>The other axis’ value that corresponds to the axes cross point.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.CustomPositionString">
      <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.Bootstrap.BootstrapChartCommonAxisSettings.DiscreteAxisDivisionMode">
      <summary>
        <para>Specifies whether ticks and grid lines should cross <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels or lie between them. Applies only to the axes of the “discrete“ type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.DiscreteAxisDivisionMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.EndOnTick">
      <summary>
        <para>Specifies whether to force the axis to start and end on ticks.</para>
      </summary>
      <value>true to force the axis to start and end on ticks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.GridVisible">
      <summary>
        <para>Specifies whether grid lines are visible.</para>
      </summary>
      <value>One of the DefaultBoolean  enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.Inverted">
      <summary>
        <para>Inverts the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>true to invert the axis; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.MaxValueMargin">
      <summary>
        <para>Controls the empty space between the maximum <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points and the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>. Applies only to the axes of the “continuous“ and “logarithmic“ type.</para>
      </summary>
      <value>A double value that specifies the empty space.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.MinorGridVisible">
      <summary>
        <para>Specifies whether the minor grid is visible.</para>
      </summary>
      <value>true to make the minor grid visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.MinorTickLength">
      <summary>
        <para>Specifies the length of minor ticks in pixels.</para>
      </summary>
      <value>An integer number that specifies the length of minor ticks in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.MinorTickSettings">
      <summary>
        <para>Configures the appearance of minor axis ticks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.TickSettings"/> object that contains settings for minor axis ticks.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.MinorTickVisible">
      <summary>
        <para>Specifies whether minor ticks are visible.</para>
      </summary>
      <value>true to make minor ticks visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.MinValueMargin">
      <summary>
        <para>Controls the empty space between the minimum <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points and the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>. Applies only to the axes of the “continuous“ and “logarithmic“ type.</para>
      </summary>
      <value>A double value that specifies the empty space.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.Offset">
      <summary>
        <para>Specifies the shift of an axis along another axis in pixels.</para>
      </summary>
      <value>A decimal value that specifies a shift in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.SetTicksAtUnitBeginning">
      <summary>
        <para>This functionality is deprecated as redundant.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.TickLength">
      <summary>
        <para>Specifies the length of ticks in pixels.</para>
      </summary>
      <value>An integer number that specifies the length of ticks in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.TickSettings">
      <summary>
        <para>Configures the appearance of major axis ticks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.TickSettings"/> object that contains settings for major axis ticks.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.TickVisible">
      <summary>
        <para>Specifies whether ticks are visible.</para>
      </summary>
      <value>true to make ticks visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.ValueMarginsEnabled">
      <summary>
        <para>Adds an empty space between the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> and the minimum and maximum <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>true to add an empty space; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonAxisSettings.Visible">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> line is visible.</para>
      </summary>
      <value>true to make the axis line visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries">
      <summary>
        <para>Specifies settings common for all series in the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries.Name">
      <summary>
        <para>Specifies the name that identifies the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string specifying the series name.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase">
      <summary>
        <para>Serves as a base for classes storing settings of chart <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.ArgumentField">
      <summary>
        <para>Gets or sets the name of a data field providing arguments for series points.</para>
      </summary>
      <value>A string specifying the name of a data field.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.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.Bootstrap.BootstrapChartCommonSeriesBase.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Color">
      <summary>
        <para>Specifies the series color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the series element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Label">
      <summary>
        <para>Provides access to point label settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings"/> object containing label settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.MaxLabelCount">
      <summary>
        <para>Specifies a limit for the number of point labels.</para>
      </summary>
      <value>An integer value specifying a limit for the number of point labels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">
      <summary>
        <para>Specifies the name that identifies the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string specifying the series name.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Owner">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> class with the specified owner.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.TagField">
      <summary>
        <para>Specifies which data source field provides auxiliary data for <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine">
      <summary>
        <para>Stores settings of a Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118798/charts/chart-types/chart/constant-lines">constant line</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.#ctor(System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine"/> class with the specified value and label text.</para>
      </summary>
      <param name="value">An object that is the constant value.</param>
      <param name="labelText">A <see cref="T:System.String"/> value specifying the text to display in the constant line label.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine"/> class with the specified value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.DisplayBehindSeries">
      <summary>
        <para>Specifies whether to display the constant line behind or in front of the series.</para>
      </summary>
      <value>true, to display the constant line behind the series; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.ExtendAxis">
      <summary>
        <para>Specifies whether to extend the axis to display the <see href="https://docs.devexpress.com/AspNetBootstrap/118798/charts/chart-types/chart/constant-lines">constant line</see>.</para>
      </summary>
      <value>true, if the axis should be extended; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.LabelText">
      <summary>
        <para>Specifies the text of a constant line label. By default, equals to the value of the constant line.</para>
      </summary>
      <value>A string value that specifies the label text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.LabelVisible">
      <summary>
        <para>Specifies whether constant line labels are visible.</para>
      </summary>
      <value>true to make constant line labels visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine"/>.</para>
      </summary>
      <returns>A System.String value, which is the textual representation of the constant line.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.Value">
      <summary>
        <para>Specifies the value indicated by a constant line. Setting this option is required.</para>
      </summary>
      <value>An object that specifies the value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartConstantLine.ValueString">
      <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.Bootstrap.BootstrapChartConstantLineCollection">
      <summary>
        <para>A collection of a Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118798/charts/chart-types/chart/constant-lines">constant lines</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection.Add(System.Object,System.String)">
      <summary>
        <para>Adds a new constant line to the collection and specifies its value and label text.</para>
      </summary>
      <param name="value">An object that is the constant value.</param>
      <param name="labelText">A <see cref="T:System.String"/> value specifying the text to display in the constant line label.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine"/> object representing the newly created constant line.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection.AddRange(System.Collections.ICollection)">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="collection">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartConstantLine"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartConstantLineCollection.GetCustomizedCssClasses">
      <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.Bootstrap.BootstrapChartCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClasses.CrossHairCircle">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the crosshair circle element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClasses.CrossHairLabelRect">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the crosshair label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClasses.CrossHairLabelText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a crosshair label text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClasses.CrossHairLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a crosshair line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClasses.ScrollBar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the scroll bar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase">
      <summary>
        <para>Serves as a base for classes storing CSS settings of <see href="https://docs.devexpress.com/AspNetBootstrap/118575/charts">chart controls</see> included into the DevExpress Bootstrap Controls suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase.ChartSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase.IconExportButton">
      <summary>
        <para>The CSS class of an icon displayed by the Export button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase.LegendMarkers">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a legend marker element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase.LegendRect">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the legend element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase.LegendText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a legend text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings">
      <summary>
        <para>Stores settings that determine how a <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control manages data from a data source before visualizing it.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings"/> 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.Bootstrap.BootstrapChartDataPrepareSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.CheckTypeForAllData">
      <summary>
        <para>Specifies whether the type of each value coming from the data source is validated.</para>
      </summary>
      <value>true, to check the type of each value; otherwise, false to check the type of the first value only.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.ConvertToAxisDataType">
      <summary>
        <para>Converts data coming from a data source into a data type supported by the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>true to convert all data into a data type supported by the axis; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.SortingMethod">
      <summary>
        <para>Specifies the sorting order in which <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points should be drawn.</para>
      </summary>
      <value>A Boolean value or a comparison function that indicates whether a should go before b.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings.SortingMethodString">
      <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.Bootstrap.BootstrapChartFinancialSeriesBase">
      <summary>
        <para>Serves a base for classes that store settings for <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> of the Financial type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.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.Bootstrap.BootstrapChartFinancialSeriesBase.CloseValueField">
      <summary>
        <para>Specifies which data source field provides close values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string values that specifies the data source field.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.HighValueField">
      <summary>
        <para>Specifies which data source field provides high values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string value that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.LowValueField">
      <summary>
        <para>Specifies which data source field provides low values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string values that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.OpenValueField">
      <summary>
        <para>Specifies which data source field provides open values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string value that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFinancialSeriesBase.ReductionLevel">
      <summary>
        <para>Specifies whether high, low, open or close prices of points should be compared.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.FinancialChartReductionLevel"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedAreaSeries">
      <summary>
        <para>Stores settings supported by a series of the Full Stacked Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries">
      <summary>
        <para>Stores settings supported by a series of the Full Stacked Bar <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries.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.Bootstrap.BootstrapChartFullStackedBarSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFullStackedBarSeries.Stack">
      <summary>
        <para>Specifies which stack the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> should belongs to.</para>
      </summary>
      <value>A string specifying the stack.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries">
      <summary>
        <para>Stores settings supported by a series of the Full Stacked Line <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFullStackedLineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineAreaSeries">
      <summary>
        <para>Stores settings supported by a series of the Full Stacked Spline Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries">
      <summary>
        <para>Stores settings supported by a series of the Full Stacked Spline <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartFullStackedSplineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings">
      <summary>
        <para>Stores settings related to a chart <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings"/> 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.Bootstrap.BootstrapChartLegendSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.ColumnCount">
      <summary>
        <para>Specifies how many columns it takes to arrange <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> items.</para>
      </summary>
      <value>An integer value that specifies the column number.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.ColumnItemSpacing">
      <summary>
        <para>Specifies a blank space between <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> columns in pixels.</para>
      </summary>
      <value>An integer value that specifies a blank space between legend columns in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.HorizontalAlignment">
      <summary>
        <para>Specifies a <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see>‘s position on the chart.</para>
      </summary>
      <value>A HorizontalAlign enumeration’s value that specifies the legend’s horizontal alignment.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.HoverMode">
      <summary>
        <para>Specifies what <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> elements to highlight when a corresponding item in the <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> is hovered over.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartLegendHoverMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.ItemsAlignment">
      <summary>
        <para>Specifies the alignment of <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> items.</para>
      </summary>
      <value>One of the HorizontalAlign enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.ItemTextPosition">
      <summary>
        <para>Specifies the position of text relative to the item marker.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.UIElementPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.MarkerSize">
      <summary>
        <para>Specifies the size of item markers in the <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> in pixels.</para>
      </summary>
      <value>An integer value the specifies the size of item markers in the legend in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.OnClientCustomizeHint">
      <summary>
        <para>Specifies a client callback function that returns the text for a hint that appears when a user hovers the mouse pointer over a legend item.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code that returns the text for the hint to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.OnClientCustomizeItems">
      <summary>
        <para>Allows you to change the order, text, and visibility of legend items.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code that returns legend items after customizations.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.OnClientCustomizeText">
      <summary>
        <para>Specifies a client callback function that returns the text to be displayed by a legend item.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code that returns the text for the legend item to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.Orientation">
      <summary>
        <para>Specifies whether to place <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> items horizontally or vertically.</para>
      </summary>
      <value>One of the Orientation enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.Position">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> is located outside or inside the chart’s plot.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.RelativePosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.RowCount">
      <summary>
        <para>Specifies how many rows it takes to arrange <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> items.</para>
      </summary>
      <value>An integer value that specifies the row number.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.RowItemSpacing">
      <summary>
        <para>Specifies a blank space between <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> rows in pixels.</para>
      </summary>
      <value>An integer value that specifies a blank space between legend rows in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.Title">
      <summary>
        <para>Configures the legend title.</para>
      </summary>
      <value>A string value that specifies the title.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.VerticalAlignment">
      <summary>
        <para>Specifies a <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see>‘s vertical position on the chart.</para>
      </summary>
      <value>One of the VerticalAlign enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLegendSettings.Visible">
      <summary>
        <para>Specifies the visibility state of the chart’s <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see>.</para>
      </summary>
      <value>A Boolean value specifying whether or not the chart’s legend is visible.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartLineSeries">
      <summary>
        <para>Stores settings supported by a series of the Line <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartLineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartLineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartLineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartLineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartLineSeries.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.Bootstrap.BootstrapChartLineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLineSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartLineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase">
      <summary>
        <para>Serves a base for classes that store settings for <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> of the Point type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase.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.Bootstrap.BootstrapChartPointSeriesBase.Point">
      <summary>
        <para>Configures series points in Line and Point <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartPointSeriesBase.ValueField">
      <summary>
        <para>Specifies which data source field provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings">
      <summary>
        <para>Stores settings related to chart <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartPointSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> 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.Bootstrap.BootstrapChartPointSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartPointSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartPointSettings.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the series element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartPointSettings.Size">
      <summary>
        <para>Specifies the diameter of <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points in pixels.</para>
      </summary>
      <value>An integer number specifying the diameter of series points in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartPointSettings.Symbol">
      <summary>
        <para>Specifies which symbol should represent series points in scatter, line- and area-like <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartPointSymbol"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartPointSettings.Visible">
      <summary>
        <para>Makes the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points visible.</para>
      </summary>
      <value>true if the series points are visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries">
      <summary>
        <para>Stores settings supported by a series of the Range Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries.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.Bootstrap.BootstrapChartRangeAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartRangeAreaSeries.Point">
      <summary>
        <para>An object defining configuration options for points in range and area <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> type.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries">
      <summary>
        <para>Stores settings supported by a series of the Range Bar <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries.BarPadding">
      <summary>
        <para>Specifies the padding of all bars in a series in relative units.</para>
      </summary>
      <value>The padding.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeBarSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase">
      <summary>
        <para>Serves a base for classes that store settings for <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> of the Range type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase.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.Bootstrap.BootstrapChartRangeSeriesBase.RangeValue1Field">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase.RangeValue2Field">BootstrapChartRangeSeriesBase.RangeValue2Field</see> option, specifies which data source field provides values for a range-like <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
      <value>A string specifying which data source field provides values for a series.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase.RangeValue2Field">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartRangeSeriesBase.RangeValue1Field">BootstrapChartRangeSeriesBase.RangeValue1Field</see> option, specifies which data source field provides values for a range-like <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
      <value>A string specifying which data source field provides values for a series.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries">
      <summary>
        <para>Stores settings supported by a series of the Scatter <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries.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.Bootstrap.BootstrapChartScatterSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartScatterSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings">
      <summary>
        <para>Stores settings related to the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> control’s scrollbars.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings"/> 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.Bootstrap.BootstrapChartScrollBarSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings.Offset">
      <summary>
        <para>Specifies the spacing between the scroll bar and the chart’s plot in pixels.</para>
      </summary>
      <value>An integer number that specifies the offset in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings.Position">
      <summary>
        <para>Specifies the position of the scroll bar in the <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">chart</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.UIElementPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartScrollBarSettings.Visible">
      <summary>
        <para>Specifies whether the scroll bar is visible.</para>
      </summary>
      <value>true to make the scroll bar visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSeries">
      <summary>
        <para>Stores settings of a <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeries.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.Bootstrap.BootstrapChartSeries.CloseValueField">
      <summary>
        <para>Specifies which data source field provides close values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.CornerRadius">
      <summary>
        <para>Makes bars look rounded. Applies only to bar-like <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>An integer number that specifies the corner radius.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.HighValueField">
      <summary>
        <para>Specifies which data source field provides high values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.LowValueField">
      <summary>
        <para>Specifies which data source field provides low values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.MinBarSize">
      <summary>
        <para>Specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels. Applies only to bar-like <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>An integer number that specifies the minimal possible height (or length if the chart is rotated) of a bar in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.OpenValueField">
      <summary>
        <para>Specifies which data source field provides open values for points of a financial <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.Point">
      <summary>
        <para>Configures <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points in scatter, line and area-like series.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.RangeValue1Field">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.RangeValue2Field">BootstrapChartSeries.RangeValue2Field</see> option, specifies which data source field provides values for a range-like <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.RangeValue2Field">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.RangeValue1Field">BootstrapChartSeries.RangeValue1Field</see> option, specifies which data source field provides values for a range-like <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.ReductionLevel">
      <summary>
        <para>Specifies reduction options for financial series: whether high, low, open or close prices of points should be compared.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.FinancialChartReductionLevel"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.SizeField">
      <summary>
        <para>Specifies which data source field provides size values for bubbles. Required by and applies only to bubble <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.Stack">
      <summary>
        <para>Specifies which stack the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> should belongs to. Applies only to stacked bar and full-stacked bar series.</para>
      </summary>
      <value>A string that specifies the stack.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.Type">
      <summary>
        <para>Sets the <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series type</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.SeriesType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeries.ValueField">
      <summary>
        <para>Specifies which data source field provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>A string that specifies the data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase">
      <summary>
        <para>Serves as a base for classes storing settings of a Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase.Aggregation">
      <summary>
        <para>Configures data aggregation for the chart <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings"/> class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase.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.Bootstrap.BootstrapChartSeriesBase.Axis">
      <summary>
        <para>Binds the series to a value axis.</para>
      </summary>
      <value>A string specifying the name of a value axis.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase.Pane">
      <summary>
        <para>Gets or sets the pane which should display the current series.</para>
      </summary>
      <value>A string value specifying the name of a pane.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection">
      <summary>
        <para>A collection of a Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that specifies the owner.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Add">
      <summary>
        <para>Adds a new series to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object representing the newly created series.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapChartSeriesBase)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapChartSeriesBase[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> objects to append to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Chart">
      <summary>
        <para>Gets the Chart that owns the collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/> object that owns the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.FindByName(System.String)">
      <summary>
        <para>Returns a chart series object with the specified <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property value of the required object.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object with a specific value of the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapChartSeriesBase)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapChartSeriesBase)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object to insert.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection"/>.</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.Bootstrap.BootstrapChartSeriesBase"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Item(System.String)">
      <summary>
        <para>Gets a series by its name.</para>
      </summary>
      <param name="seriesName">A <see cref="T:System.String"/> value that specifies the name of the series to get.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object that is a series with the specified name.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapChartSeriesBase)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesBase"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase">
      <summary>
        <para>Serves as a base for the classes the store the chart control <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase"/> class with the specified owner.</para>
      </summary>
      <param name="webControlObject">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.Add(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.AddRange(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.Contains(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Determines whether the collection contains specified series.</para>
      </summary>
      <param name="item">Series to locate in the collection.</param>
      <returns>true, if the collection contains specified series; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.CopyTo(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase[],System.Int32)">
      <summary>
        <para>Copies the items from the chart series collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> array that receives the copied items from the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase"/> collection.</param>
      <param name="index">The first position in the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> array to receive the copied contents.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.IndexOf(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase"/>.</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.Bootstrap.BootstrapChartCommonSeriesBase"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.Item(System.String)">
      <summary>
        <para>Gets a series by its name.</para>
      </summary>
      <param name="seriesName">A <see cref="T:System.String"/> value that specifies the name of the series to get.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object that is a series with the specified name.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.Remove(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollectionBase"/>.</para>
      </summary>
      <returns>A System.String value, which is the textual representation of the chart series collection.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings">
      <summary>
        <para>Stores settings of <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see> series labels.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings"/> 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.Bootstrap.BootstrapChartSeriesLabelSettings.ArgumentFormat">
      <summary>
        <para>Formats the point argument before it will be displayed in the point label.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.ConnectorCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a label connector element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.ConnectorVisible">
      <summary>
        <para>Gets or sets a value specifying the visibility of connectors between series points and their labels.</para>
      </summary>
      <value>true, if connectors are visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.Format">
      <summary>
        <para>Formats the point value before it will be displayed in the point label.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.OnClientCustomizeText">
      <summary>
        <para>Customizes the text displayed by point labels on the client side.</para>
      </summary>
      <value>A string that specifies a JavaScript function (either a function name or an entire function code) that returns the text for the label to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.Position">
      <summary>
        <para>Specifies whether to display point labels inside or outside of series points.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.RelativePosition"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.RadialOffset">
      <summary>
        <para>Gets or sets a value that specifies how to shift labels from their initial position in a radial direction in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the radial offset.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.RectCssClass">
      <summary>
        <para>Specifies the name of the CSS class applied to the rectangle that limits the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> label.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.RotationAngle">
      <summary>
        <para>Gets or sets the angle of rotation applied to point labels.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the angle of rotation.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the label’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesLabelSettings.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of point labels.</para>
      </summary>
      <value>true, if point labels are visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings">
      <summary>
        <para>Stores settings for the <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> template.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings"/> 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.Bootstrap.BootstrapChartSeriesTemplateSettings.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="M:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings.NameField">
      <summary>
        <para>Specifies a data source field that represents the <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> name.</para>
      </summary>
      <value>A string specifying the name of a date source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings.OnClientCustomizeSeries">
      <summary>
        <para>Specifies a client-side callback function that returns an object with individual series settings.</para>
      </summary>
      <value>A string specifying a JavaScript function that returns an <b>object</b> with individual series settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries">
      <summary>
        <para>Stores settings of the Spline Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries.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.Bootstrap.BootstrapChartSplineAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSplineAreaSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries">
      <summary>
        <para>Serves as a base for classes that store settings of the Spline <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries.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.Bootstrap.BootstrapChartSplineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartSplineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStackedAreaSeries">
      <summary>
        <para>Stores settings of the Stacked Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries">
      <summary>
        <para>Stores settings of the Stacked Bar <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries.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.Bootstrap.BootstrapChartStackedBarSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStackedBarSeries.Stack">
      <summary>
        <para>Specifies which stack the <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> should belongs to.</para>
      </summary>
      <value>A string specifying the stack.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries">
      <summary>
        <para>Stores settings of the Stacked Line <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStackedLineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineAreaSeries">
      <summary>
        <para>Stores settings of the Stacked Spline Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries">
      <summary>
        <para>Stores settings of the Stacked Spline <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStackedSplineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries">
      <summary>
        <para>Stores settings of the Step Area <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries.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.Bootstrap.BootstrapChartStepAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStepAreaSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries">
      <summary>
        <para>Stores settings of the Step Line <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries.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.Bootstrap.BootstrapChartStepLineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStepLineSeries.Width">
      <summary>
        <para>Specifies the width of the series line in pixels.</para>
      </summary>
      <value>An integer value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStockSeries">
      <summary>
        <para>Stores settings of the Stock <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStockSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStockSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStockSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStockSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStockSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStrip">
      <summary>
        <para>Represents a chart <see href="https://docs.devexpress.com/AspNetBootstrap/118708/charts/chart-types/chart/strips">strip</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStrip.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStrip.#ctor(System.Object,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/> class with the specified settings.</para>
      </summary>
      <param name="startValue">An object specifying the strip’s start value.</param>
      <param name="endValue">An object specifying the strip’s end value.</param>
      <param name="labelText">A <see cref="T:System.String"/> value specifying the text to display in the strip’s label.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStrip.#ctor(System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/> class with the specified start and end values.</para>
      </summary>
      <param name="startValue">An object specifying the strip’s start value.</param>
      <param name="endValue">An object specifying the strip’s end value.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStrip.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.Bootstrap.BootstrapChartStrip.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.EndValue">
      <summary>
        <para>Along with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.StartValue">BootstrapChartStrip.StartValue</see> option, limits the <see href="https://docs.devexpress.com/AspNetBootstrap/118708/charts/chart-types/chart/strips">strip</see>.</para>
      </summary>
      <value>An object that specifies the end value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.EndValueString">
      <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.Bootstrap.BootstrapChartStrip.LabelText">
      <summary>
        <para>Specifies the text of the <see href="https://docs.devexpress.com/AspNetBootstrap/118708/charts/chart-types/chart/strips">strip</see> label.</para>
      </summary>
      <value>A string that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.StartValue">
      <summary>
        <para>Along with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.EndValue">BootstrapChartStrip.EndValue</see> property, limits the <see href="https://docs.devexpress.com/AspNetBootstrap/118708/charts/chart-types/chart/strips">strip</see>.</para>
      </summary>
      <value>An object that specifies the end value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartStrip.StartValueString">
      <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.Bootstrap.BootstrapChartStrip.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/>.</para>
      </summary>
      <returns>A System.String value, which is the textual representation of the strip.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartStripCollection">
      <summary>
        <para>A collection of chart <see href="https://docs.devexpress.com/AspNetBootstrap/118708/charts/chart-types/chart/strips">strips</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStripCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStripCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStripCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStripCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStripCollection.Add(System.Object,System.Object,System.String)">
      <summary>
        <para>Adds a new strip to the collection and specifies the strips’s start value, end value, and label text.</para>
      </summary>
      <param name="startValue">An object specifying the strip’s start value.</param>
      <param name="endValue">An object specifying the strip’s end value.</param>
      <param name="labelText">A <see cref="T:System.String"/> value specifying the text to display in the strip’s label.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/> object representing the newly created strip.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStripCollection.Add(System.Object,System.Object)">
      <summary>
        <para>Adds a new strip to the collection and specifies the strips’s start and end values.</para>
      </summary>
      <param name="startValue">An object specifying the strip’s start value.</param>
      <param name="endValue">An object specifying the strip’s end value.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/> object representing the newly created strip.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStripCollection.AddRange(System.Collections.ICollection)">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="collection">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartStrip"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartStripCollection.GetCustomizedCssClasses">
      <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.Bootstrap.BootstrapChartTooltipSettings">
      <summary>
        <para>Stores chart <see href="https://docs.devexpress.com/AspNetBootstrap/118703/charts/chart-types/chart/tooltips">tooltip</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings"/> 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="P:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings.ArgumentFormat">
      <summary>
        <para>Specifies a format for arguments of the chart’s <see href="https://docs.devexpress.com/AspNetBootstrap/118711/charts/chart-series">series</see> points.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings.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.Bootstrap.BootstrapChartTooltipSettings.Format">
      <summary>
        <para>Formats the value before it will be displayed in the tooltip.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartTooltipSettings.Shared">
      <summary>
        <para>Specifies the kind of information to display in a tooltip.</para>
      </summary>
      <value>true if the tooltip should display information about all the points that have the same argument as the hovered point at once; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxis">
      <summary>
        <para>Stores settings of the Chart control’s value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxis"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.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.Bootstrap.BootstrapChartValueAxis.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.MultipleAxesSpacing">
      <summary>
        <para>Adds a pixel-measured empty space between two side-by-side value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>. Applies if several value axes are located on one side of the chart.</para>
      </summary>
      <value>An integer number that specifies an empty space in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">
      <summary>
        <para>Specifies the name of the value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>A string that specifies the axis name.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Pane">
      <summary>
        <para>Binds the value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> to a pane.</para>
      </summary>
      <value>A string that specifies a pane.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.ShowZero">
      <summary>
        <para>Specifies whether to show zero on the value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>true to show zero; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.SynchronizedValue">
      <summary>
        <para>Synchronizes two or more value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> with each other at a specific value.</para>
      </summary>
      <value>A decimal value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.ValueType">
      <summary>
        <para>Gets or sets the type of values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that identifies the type of values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.VisualRangeEndString">
      <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.Bootstrap.BootstrapChartValueAxis.VisualRangeStartString">
      <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.Bootstrap.BootstrapChartValueAxis.VisualRangeUpdateMode">
      <summary>
        <para>Specifies how the axis’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.VisualRangeSettings">visual range</see> should behave when chart data is updated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VisualRangeUpdateMode"/> enumeration’s value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection">
      <summary>
        <para>A collection of the Chart control’s value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection.Add">
      <summary>
        <para>Adds a new value axis with default settings to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxis"/> object representing the newly created axis.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection.FindByName(System.String)">
      <summary>
        <para>Returns a value axis with the specified <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">BootstrapChartValueAxis.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">BootstrapChartValueAxis.Name</see> property value of the required value axis.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueAxis"/> object with a specific value of the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">BootstrapChartValueAxis.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueAxisCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">BootstrapChartValueAxis.Name</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A System.String value representing the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartValueAxis.Name">BootstrapChartValueAxis.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.Bootstrap.BootstrapChartValueErrorBarSettings">
      <summary>
        <para>Stores settings of the value error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.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.Bootstrap.BootstrapChartValueErrorBarSettings.CssClass">
      <summary>
        <para>Specifies the name of a CSS class applied to the error bar.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.DisplayMode">
      <summary>
        <para>Specifies whether error bars must be displayed in full or partially.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartValueErrorBarDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.EdgeLength">
      <summary>
        <para>Specifies the length of the lines that indicate the error bar edges.</para>
      </summary>
      <value>An integer number that specifies the length.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.HighValueField">
      <summary>
        <para>Specifies which data field provides high error values.</para>
      </summary>
      <value>A string value that specifies the data field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.LowValueField">
      <summary>
        <para>Specifies which data field provides low error values.</para>
      </summary>
      <value>A string value that specifies the data field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.Type">
      <summary>
        <para>Specifies how error bar values must be calculated.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartValueErrorBarType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings.Value">
      <summary>
        <para>Specifies the value to be used for generating error bars.</para>
      </summary>
      <value>An integer number that specifies the value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings">
      <summary>
        <para>Configures zooming and panning.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.AllowMouseWheel">
      <summary>
        <para>Specifies whether users can use the mouse wheel to zoom the chart. Applies only if zoom is allowed for the argument axis (<see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.ArgumentAxis">BootstrapChartZoomAndPanSettings.ArgumentAxis</see> is set to true) or value axis (<see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.ValueAxis">BootstrapChartZoomAndPanSettings.ValueAxis</see> is set to true).</para>
      </summary>
      <value>true, to allow users using the mouse wheel to zoom the chart; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.AllowTouchGestures">
      <summary>
        <para>Specifies whether users can use touch gestures to zoom or pan the chart. Applies only if zoom and pan are allowed for the argument axis (<see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.ArgumentAxis">BootstrapChartZoomAndPanSettings.ArgumentAxis</see> is set to true) or the value axis (<see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.ValueAxis">BootstrapChartZoomAndPanSettings.ValueAxis</see> is set to true).</para>
      </summary>
      <value>true, to allow users using the touch gestures to zoom the chart; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.ArgumentAxis">
      <summary>
        <para>Specifies whether users are allowed to zoom and/or pan the argument <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartZoomAndPanMode"/> enumeration’s values.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.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.Bootstrap.BootstrapChartZoomAndPanSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.DragBoxStyle">
      <summary>
        <para>Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.DragToZoom">BootstrapChartZoomAndPanSettings.DragToZoom</see> is true.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.DragBoxStyle"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.DragToZoom">
      <summary>
        <para>Enables users to zoom the chart by selecting an area with the drag gesture. Applies only on devices that use a mouse.</para>
      </summary>
      <value>true to allow users zooming the chart with the drag gesture; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.PanKey">
      <summary>
        <para>Specifies the key that enables panning when <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.DragToZoom">BootstrapChartZoomAndPanSettings.DragToZoom</see> is true. Applies only on devices that use a mouse.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.EventKeyModifier"/> enumeration’s values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.ValueAxis">
      <summary>
        <para>Specifies whether users are allowed to zoom and/or pan the value <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartZoomAndPanMode"/> enumeration’s values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCheckBox">
      <summary>
        <para>Represents the check box control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBox.AccessibilityCompliant">
      <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.Bootstrap.BootstrapCheckBox.BackColor">
      <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.Bootstrap.BootstrapCheckBox.BackgroundImage">
      <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.Bootstrap.BootstrapCheckBox.Border">
      <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.Bootstrap.BootstrapCheckBox.BorderBottom">
      <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.Bootstrap.BootstrapCheckBox.BorderColor">
      <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.Bootstrap.BootstrapCheckBox.BorderLeft">
      <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.Bootstrap.BootstrapCheckBox.BorderRight">
      <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.Bootstrap.BootstrapCheckBox.BorderStyle">
      <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.Bootstrap.BootstrapCheckBox.BorderTop">
      <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.Bootstrap.BootstrapCheckBox.BorderWidth">
      <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.Bootstrap.BootstrapCheckBox.CaptionSettings">
      <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.Bootstrap.BootstrapCheckBox.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapCheckBox.CheckBoxStyle">
      <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.Bootstrap.BootstrapCheckBox.CheckedImage">
      <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.Bootstrap.BootstrapCheckBox.CssClass">
      <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.Bootstrap.BootstrapCheckBox.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117901/data-editors/check-box">Check Box</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBox.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.Bootstrap.BootstrapCheckBox.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="P:DevExpress.Web.Bootstrap.BootstrapCheckBox.Cursor">
      <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.Bootstrap.BootstrapCheckBox.DisabledStyle">
      <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.Bootstrap.BootstrapCheckBox.Font">
      <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.Bootstrap.BootstrapCheckBox.ForeColor">
      <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.Bootstrap.BootstrapCheckBox.GrayedImage">
      <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.Bootstrap.BootstrapCheckBox.Height">
      <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.Bootstrap.BootstrapCheckBox.ImageFolder">
      <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.Bootstrap.BootstrapCheckBox.InvalidStyle">
      <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.Bootstrap.BootstrapCheckBox.Layout">
      <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.Bootstrap.BootstrapCheckBox.Native">
      <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.Bootstrap.BootstrapCheckBox.ParentImages">
      <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.Bootstrap.BootstrapCheckBox.ParentStyles">
      <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.Bootstrap.BootstrapCheckBox.ReadOnly">
      <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.Bootstrap.BootstrapCheckBox.ReadOnlyStyle">
      <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.Bootstrap.BootstrapCheckBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBox.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBox.RightToLeft">
      <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.Bootstrap.BootstrapCheckBox.RootStyle">
      <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.Bootstrap.BootstrapCheckBox.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117901/data-editors/check-box">BootstrapCheckBox</see> control’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckboxAndRadioBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBox.SpriteCssFilePath">
      <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.Bootstrap.BootstrapCheckBox.SpriteImageUrl">
      <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.Bootstrap.BootstrapCheckBox.TextAlign">
      <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.Bootstrap.BootstrapCheckBox.TextSpacing">
      <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.Bootstrap.BootstrapCheckBox.Theme">
      <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.Bootstrap.BootstrapCheckBox.ToggleSwitchDisplayMode">
      <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.Bootstrap.BootstrapCheckBox.UncheckedImage">
      <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.Bootstrap.BootstrapCheckBox.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBox.Wrap">
      <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.Bootstrap.BootstrapCheckboxAndRadioBootstrapSpecificSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/117901/data-editors/check-box">BootstrapCheckBox</see>‘s and <see href="https://docs.devexpress.com/AspNetBootstrap/117913/data-editors/radio-button">BootstrapRadioButton</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckboxAndRadioBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckboxAndRadioBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckboxAndRadioBootstrapSpecificSettings.InlineMode">
      <summary>
        <para>Specifies whether or not the checkbox or radio button should be displayed as an inline element.</para>
      </summary>
      <value>true to display the checkbox or radio button as an inline element; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117901/data-editors/check-box">Check Box</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Check Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxList">
      <summary>
        <para>A control to display a list of check boxes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxList"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.AccessibilityCompliant">
      <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.Bootstrap.BootstrapCheckBoxList.BackColor">
      <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.Bootstrap.BootstrapCheckBoxList.BackgroundImage">
      <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.Bootstrap.BootstrapCheckBoxList.Border">
      <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.Bootstrap.BootstrapCheckBoxList.BorderBottom">
      <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.Bootstrap.BootstrapCheckBoxList.BorderColor">
      <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.Bootstrap.BootstrapCheckBoxList.BorderLeft">
      <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.Bootstrap.BootstrapCheckBoxList.BorderRight">
      <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.Bootstrap.BootstrapCheckBoxList.BorderStyle">
      <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.Bootstrap.BootstrapCheckBoxList.BorderTop">
      <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.Bootstrap.BootstrapCheckBoxList.BorderWidth">
      <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.Bootstrap.BootstrapCheckBoxList.CaptionCellStyle">
      <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.Bootstrap.BootstrapCheckBoxList.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.CaptionStyle">
      <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.Bootstrap.BootstrapCheckBoxList.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxList.CheckBoxStyle">
      <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.Bootstrap.BootstrapCheckBoxList.CheckedImage">
      <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.Bootstrap.BootstrapCheckBoxList.CssClass">
      <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.Bootstrap.BootstrapCheckBoxList.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117904/data-editors/check-box-list">Check Box List</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxListCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.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.Bootstrap.BootstrapCheckBoxList.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="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.Cursor">
      <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.Bootstrap.BootstrapCheckBoxList.DisabledStyle">
      <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.Bootstrap.BootstrapCheckBoxList.EnableFocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxList.FocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxList.Font">
      <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.Bootstrap.BootstrapCheckBoxList.ForeColor">
      <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.Bootstrap.BootstrapCheckBoxList.Height">
      <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.Bootstrap.BootstrapCheckBoxList.ImageFolder">
      <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.Bootstrap.BootstrapCheckBoxList.ImageUrlField">
      <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.Bootstrap.BootstrapCheckBoxList.InvalidStyle">
      <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.Bootstrap.BootstrapCheckBoxList.ItemImage">
      <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.Bootstrap.BootstrapCheckBoxList.Items">
      <summary>
        <para>Gets the collection of items in the <see href="https://docs.devexpress.com/AspNetBootstrap/117904/data-editors/check-box-list">Check Box List</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance representing the collection of the editor’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.ItemSpacing">
      <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.Bootstrap.BootstrapCheckBoxList.Native">
      <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.Bootstrap.BootstrapCheckBoxList.Paddings">
      <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.Bootstrap.BootstrapCheckBoxList.ParentImages">
      <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.Bootstrap.BootstrapCheckBoxList.ParentStyles">
      <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.Bootstrap.BootstrapCheckBoxList.ReadOnlyStyle">
      <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.Bootstrap.BootstrapCheckBoxList.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxList.RepeatLayout">
      <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.Bootstrap.BootstrapCheckBoxList.RightToLeft">
      <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.Bootstrap.BootstrapCheckBoxList.RootStyle">
      <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.Bootstrap.BootstrapCheckBoxList.SpriteCssFilePath">
      <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.Bootstrap.BootstrapCheckBoxList.SpriteImageUrl">
      <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.Bootstrap.BootstrapCheckBoxList.TextAlign">
      <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.Bootstrap.BootstrapCheckBoxList.TextSpacing">
      <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.Bootstrap.BootstrapCheckBoxList.TextWrap">
      <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.Bootstrap.BootstrapCheckBoxList.Theme">
      <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.Bootstrap.BootstrapCheckBoxList.UncheckedImage">
      <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.Bootstrap.BootstrapCheckBoxList.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxListCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117904/data-editors/check-box-list">Check Box List</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxListCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxListCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxListCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Check Box List’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxListCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a list item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxListProperties">
      <summary>
        <para>Contains settings specific to a checkbox list editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxListProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxListProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxListProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxListProperties"/> 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.Bootstrap.BootstrapCheckBoxListProperties.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxListProperties.CheckBoxStyle">
      <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.Bootstrap.BootstrapCheckBoxListProperties.CheckedImage">
      <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.Bootstrap.BootstrapCheckBoxListProperties.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.Bootstrap.BootstrapCheckBoxListProperties.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="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxListProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxListProperties.FocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxListProperties.ImageUrlField">
      <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.Bootstrap.BootstrapCheckBoxListProperties.InvalidStyle">
      <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.Bootstrap.BootstrapCheckBoxListProperties.ItemImage">
      <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.Bootstrap.BootstrapCheckBoxListProperties.ItemSpacing">
      <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.Bootstrap.BootstrapCheckBoxListProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapCheckBoxListProperties.RepeatDirection">
      <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.Bootstrap.BootstrapCheckBoxListProperties.RepeatLayout">
      <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.Bootstrap.BootstrapCheckBoxListProperties.Style">
      <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.Bootstrap.BootstrapCheckBoxListProperties.TextAlign">
      <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.Bootstrap.BootstrapCheckBoxListProperties.TextSpacing">
      <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.Bootstrap.BootstrapCheckBoxListProperties.TextWrap">
      <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.Bootstrap.BootstrapCheckBoxListProperties.UncheckedImage">
      <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.Bootstrap.BootstrapCheckBoxListProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties">
      <summary>
        <para>Contains settings specific to a checkbox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties"/> 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.Bootstrap.BootstrapCheckBoxProperties.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapCheckBoxProperties.CheckBoxStyle">
      <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.Bootstrap.BootstrapCheckBoxProperties.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.Bootstrap.BootstrapCheckBoxProperties.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="P:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties.DisplayImageChecked">
      <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.Bootstrap.BootstrapCheckBoxProperties.DisplayImageGrayed">
      <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.Bootstrap.BootstrapCheckBoxProperties.DisplayImageUnchecked">
      <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.Bootstrap.BootstrapCheckBoxProperties.InvalidStyle">
      <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.Bootstrap.BootstrapCheckBoxProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapCheckBoxProperties.Style">
      <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.Bootstrap.BootstrapCheckBoxProperties.ToggleSwitchDisplayMode">
      <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.Bootstrap.BootstrapCheckBoxProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapClearButton">
      <summary>
        <para>Implements the Clear button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapClearButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapClearButton.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> class with the specified owner.</para>
      </summary>
      <param name="control">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapClearButton.Image">
      <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.Bootstrap.BootstrapClearButton.ImagePosition">
      <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.Bootstrap.BootstrapClearButton.Position">
      <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.Bootstrap.BootstrapClearButton.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapClearButton.Width">
      <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.Bootstrap.BootstrapColorEdit">
      <summary>
        <para>Represents a control that allows end users to specify a color.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapColorEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapColorEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.AccessibilityCompliant">
      <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.Bootstrap.BootstrapColorEdit.AnimationType">
      <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.Bootstrap.BootstrapColorEdit.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapColorEdit.BackColor">
      <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.Bootstrap.BootstrapColorEdit.BackgroundImage">
      <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.Bootstrap.BootstrapColorEdit.Border">
      <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.Bootstrap.BootstrapColorEdit.BorderBottom">
      <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.Bootstrap.BootstrapColorEdit.BorderColor">
      <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.Bootstrap.BootstrapColorEdit.BorderLeft">
      <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.Bootstrap.BootstrapColorEdit.BorderRight">
      <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.Bootstrap.BootstrapColorEdit.BorderStyle">
      <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.Bootstrap.BootstrapColorEdit.BorderTop">
      <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.Bootstrap.BootstrapColorEdit.BorderWidth">
      <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.Bootstrap.BootstrapColorEdit.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapColorEdit.Buttons">
      <summary>
        <para>Gets the collection of the Color Edit buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.ButtonStyle">
      <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.Bootstrap.BootstrapColorEdit.CaptionCellStyle">
      <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.Bootstrap.BootstrapColorEdit.CaptionSettings">
      <summary>
        <para>Provides access to the Color Edit’s caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.CaptionStyle">
      <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.Bootstrap.BootstrapColorEdit.ClearButton">
      <summary>
        <para>Gets the settings of the Color Edit’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.ColorIndicatorHeight">
      <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.Bootstrap.BootstrapColorEdit.ColorIndicatorStyle">
      <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.Bootstrap.BootstrapColorEdit.ColorIndicatorWidth">
      <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.Bootstrap.BootstrapColorEdit.ColorPickerStyle">
      <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.Bootstrap.BootstrapColorEdit.ColorTableCellStyle">
      <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.Bootstrap.BootstrapColorEdit.ColorTableStyle">
      <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.Bootstrap.BootstrapColorEdit.CssClass">
      <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.Bootstrap.BootstrapColorEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/400712/data-editors/color-edit">Color Edit</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses"/> object that contains CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.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.Bootstrap.BootstrapColorEdit.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="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.Cursor">
      <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.Bootstrap.BootstrapColorEdit.CustomButtonsPosition">
      <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.Bootstrap.BootstrapColorEdit.DisabledStyle">
      <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.Bootstrap.BootstrapColorEdit.DropDownApplyButton">
      <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.Bootstrap.BootstrapColorEdit.DropDownButton">
      <summary>
        <para>Gets the settings of the Color Edit’s drop-down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the drop-down button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.DropDownCloseButton">
      <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.Bootstrap.BootstrapColorEdit.EnableFocusedStyle">
      <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.Bootstrap.BootstrapColorEdit.FocusedStyle">
      <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.Bootstrap.BootstrapColorEdit.Font">
      <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.Bootstrap.BootstrapColorEdit.ForeColor">
      <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.Bootstrap.BootstrapColorEdit.Height">
      <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.Bootstrap.BootstrapColorEdit.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within the Color Edit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object that contains the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.HelpTextStyle">
      <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.Bootstrap.BootstrapColorEdit.HorizontalAlign">
      <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.Bootstrap.BootstrapColorEdit.ImageFolder">
      <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.Bootstrap.BootstrapColorEdit.InvalidStyle">
      <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.Bootstrap.BootstrapColorEdit.Native">
      <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.Bootstrap.BootstrapColorEdit.NullTextStyle">
      <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.Bootstrap.BootstrapColorEdit.Paddings">
      <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.Bootstrap.BootstrapColorEdit.ParentImages">
      <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.Bootstrap.BootstrapColorEdit.ParentStyles">
      <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.Bootstrap.BootstrapColorEdit.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapColorEdit.PopupVerticalAlign">
      <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.Bootstrap.BootstrapColorEdit.ReadOnlyStyle">
      <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.Bootstrap.BootstrapColorEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapColorEdit.RegisterStyleSheets">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapColorEdit.RightToLeft">
      <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.Bootstrap.BootstrapColorEdit.RootStyle">
      <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.Bootstrap.BootstrapColorEdit.ShowShadow">
      <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.Bootstrap.BootstrapColorEdit.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEdit.SpriteCssFilePath">
      <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.Bootstrap.BootstrapColorEdit.SpriteImageUrl">
      <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.Bootstrap.BootstrapColorEdit.Theme">
      <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.Bootstrap.BootstrapColorEdit.ValidationSettings">
      <summary>
        <para>Gets the Color Edit’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/400712/data-editors/color-edit">Color Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.AutomaticColorItem">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit’s Automatic Color Item.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.ColorGrid">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit’s color grid.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.ColorIndicator">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit’s color indicator.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.ColorItem">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit’s color items.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.ColorPicker">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit’s Color Picker.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.ColorPickerButton">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Picker’s OK and Cancel buttons.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.Control">
      <summary>
        <para>Specifies the name of a CSS class applied to the entire Color Edit’s control.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.CustomColorButton">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit control’s Custom Color button.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditCssClasses.IconDropDownButton">
      <summary>
        <para>Specifies the name of a CSS class applied to the Color Edit’s drop-down button icon.</para>
      </summary>
      <value>A string that specifies the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapColorEditProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNetBootstrap/400712/data-editors/color-edit">Color Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapColorEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapColorEditProperties"/> 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.Bootstrap.BootstrapColorEditProperties.AnimationType">
      <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.Bootstrap.BootstrapColorEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapColorEditProperties.Buttons">
      <summary>
        <para>Gets the collection of Color Edit’s buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object that represents the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapColorEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the Color Edit’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapColorEditProperties.ColorIndicatorHeight">
      <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.Bootstrap.BootstrapColorEditProperties.ColorIndicatorStyle">
      <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.Bootstrap.BootstrapColorEditProperties.ColorIndicatorWidth">
      <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.Bootstrap.BootstrapColorEditProperties.ColorPickerStyle">
      <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.Bootstrap.BootstrapColorEditProperties.ColorTableCellStyle">
      <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.Bootstrap.BootstrapColorEditProperties.ColorTableStyle">
      <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.Bootstrap.BootstrapColorEditProperties.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.Bootstrap.BootstrapColorEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapColorEditProperties.DisplayColorIndicatorHeight">
      <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.Bootstrap.BootstrapColorEditProperties.DisplayColorIndicatorSpacing">
      <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.Bootstrap.BootstrapColorEditProperties.DisplayColorIndicatorStyle">
      <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.Bootstrap.BootstrapColorEditProperties.DisplayColorIndicatorWidth">
      <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.Bootstrap.BootstrapColorEditProperties.DropDownApplyButton">
      <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.Bootstrap.BootstrapColorEditProperties.DropDownButton">
      <summary>
        <para>Gets the settings of the Color Edit’s drop-down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the drop-down button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.DropDownCloseButton">
      <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.Bootstrap.BootstrapColorEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapColorEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapColorEditProperties.Height">
      <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.Bootstrap.BootstrapColorEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an Color Edit’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object that contains the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapColorEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapColorEditProperties.Native">
      <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.Bootstrap.BootstrapColorEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapColorEditProperties.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapColorEditProperties.PopupVerticalAlign">
      <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.Bootstrap.BootstrapColorEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapColorEditProperties.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapColorEditProperties.ShowShadow">
      <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.Bootstrap.BootstrapColorEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapColorEditProperties.Style">
      <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.Bootstrap.BootstrapColorEditProperties.ValidationSettings">
      <summary>
        <para>Gets the Color Edit’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapComboBox">
      <summary>
        <para>Represents an editor which displays a list of items within its dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapComboBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.AccessibilityCompliant">
      <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.Bootstrap.BootstrapComboBox.AnimationType">
      <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.Bootstrap.BootstrapComboBox.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapComboBox.BackColor">
      <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.Bootstrap.BootstrapComboBox.BackgroundImage">
      <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.Bootstrap.BootstrapComboBox.Border">
      <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.Bootstrap.BootstrapComboBox.BorderBottom">
      <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.Bootstrap.BootstrapComboBox.BorderColor">
      <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.Bootstrap.BootstrapComboBox.BorderLeft">
      <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.Bootstrap.BootstrapComboBox.BorderRight">
      <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.Bootstrap.BootstrapComboBox.BorderStyle">
      <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.Bootstrap.BootstrapComboBox.BorderTop">
      <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.Bootstrap.BootstrapComboBox.BorderWidth">
      <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.Bootstrap.BootstrapComboBox.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapComboBox.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.ButtonStyle">
      <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.Bootstrap.BootstrapComboBox.CaptionCellStyle">
      <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.Bootstrap.BootstrapComboBox.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.CaptionStyle">
      <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.Bootstrap.BootstrapComboBox.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.Columns">
      <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.Bootstrap.BootstrapComboBox.CssClass">
      <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.Bootstrap.BootstrapComboBox.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117905/data-editors/combo-box">Combo Box</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.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.Bootstrap.BootstrapComboBox.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="P:DevExpress.Web.Bootstrap.BootstrapComboBox.Cursor">
      <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.Bootstrap.BootstrapComboBox.CustomButtonsPosition">
      <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.Bootstrap.BootstrapComboBox.DataSecurityMode">
      <summary>
        <para>Provides the capability to restrict setting the editor value on the client side to values listed in the server Items collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.DisabledStyle">
      <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.Bootstrap.BootstrapComboBox.DropDownAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether the drop down window’s width depends on the editor size.</para>
      </summary>
      <value>true, to automatically adjust the width to accommodate the editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.DropDownButton">
      <summary>
        <para>Provides access to the settings of the editor’s <see href="https://docs.devexpress.com/AspNetBootstrap/117908/data-editors/dropdown-edit">dropdown button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.DropDownHeight">
      <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.Bootstrap.BootstrapComboBox.DropDownStyle">
      <summary>
        <para>Gets or sets a value that specifies the manner in which end users can change the edit value of the combo box editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DropDownStyle"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.DropDownWidth">
      <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.Bootstrap.BootstrapComboBox.EnableFocusedStyle">
      <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.Bootstrap.BootstrapComboBox.EnableMultiColumn">
      <summary>
        <para>Enables the Combo Box’s multi-column mode.</para>
      </summary>
      <value>true to enable multi-column mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.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 server-side Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.Fields">
      <summary>
        <para>Provides access to a ComboBox’s field collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection"/> object which represents a collection of all the fields within a ComboBox.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.FocusedStyle">
      <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.Bootstrap.BootstrapComboBox.Font">
      <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.Bootstrap.BootstrapComboBox.ForeColor">
      <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.Bootstrap.BootstrapComboBox.Height">
      <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.Bootstrap.BootstrapComboBox.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.HelpTextStyle">
      <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.Bootstrap.BootstrapComboBox.HorizontalAlign">
      <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.Bootstrap.BootstrapComboBox.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides the names of CSS classes that define images 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 CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.ImageFolder">
      <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.Bootstrap.BootstrapComboBox.ImageUrlField">
      <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.Bootstrap.BootstrapComboBox.InvalidStyle">
      <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.Bootstrap.BootstrapComboBox.ItemImage">
      <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.Bootstrap.BootstrapComboBox.ItemRowPrepared">
      <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.Bootstrap.BootstrapComboBox.Items">
      <summary>
        <para>Gets the collection of items displayed in the <see href="https://docs.devexpress.com/AspNetBootstrap/117905/data-editors/combo-box">Combo Box</see> editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance that is the collection of items in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.ItemStyle">
      <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.Bootstrap.BootstrapComboBox.ItemTextCellPrepared">
      <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.Bootstrap.BootstrapComboBox.ListBoxStyle">
      <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.Bootstrap.BootstrapComboBox.LoadingPanelImage">
      <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.Bootstrap.BootstrapComboBox.LoadingPanelStyle">
      <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.Bootstrap.BootstrapComboBox.Native">
      <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.Bootstrap.BootstrapComboBox.NullTextStyle">
      <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.Bootstrap.BootstrapComboBox.Paddings">
      <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.Bootstrap.BootstrapComboBox.ParentImages">
      <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.Bootstrap.BootstrapComboBox.ParentStyles">
      <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.Bootstrap.BootstrapComboBox.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapComboBox.PopupVerticalAlign">
      <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.Bootstrap.BootstrapComboBox.ReadOnlyStyle">
      <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.Bootstrap.BootstrapComboBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapComboBox.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapComboBox.RightToLeft">
      <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.Bootstrap.BootstrapComboBox.RootStyle">
      <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.Bootstrap.BootstrapComboBox.ShowImageInEditBox">
      <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.Bootstrap.BootstrapComboBox.ShowShadow">
      <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.Bootstrap.BootstrapComboBox.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.SpriteCssFilePath">
      <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.Bootstrap.BootstrapComboBox.SpriteImageUrl">
      <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.Bootstrap.BootstrapComboBox.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.Bootstrap.BootstrapComboBox.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the selected item’s text displayed in the editor’s edit box.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBox.Theme">
      <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.Bootstrap.BootstrapComboBox.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117905/data-editors/combo-box">Combo Box</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Combo Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses.IconDropDownButton">
      <summary>
        <para>The CSS class of an icon displayed by the dropdown button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a list item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxCssClasses.ListBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the dropdown list box element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties">
      <summary>
        <para>Contains settings specific to a combobox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties"/> 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.Bootstrap.BootstrapComboBoxProperties.AnimationType">
      <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.Bootstrap.BootstrapComboBoxProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapComboBoxProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.ButtonStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.Columns">
      <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.Bootstrap.BootstrapComboBoxProperties.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.Bootstrap.BootstrapComboBoxProperties.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="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapComboBoxProperties.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.Bootstrap.BootstrapComboBox.Items">BootstrapComboBox.Items</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataSecurityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.DisplayImageSpacing">
      <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.Bootstrap.BootstrapComboBoxProperties.DropDownAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether the drop down window’s width depends on the editor size.</para>
      </summary>
      <value>true, to automatically adjust the width to accommodate the editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s drop down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the fast button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.DropDownHeight">
      <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.Bootstrap.BootstrapComboBoxProperties.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="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.DropDownWidth">
      <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.Bootstrap.BootstrapComboBoxProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.EnableMultiColumn">
      <summary>
        <para>Enables the Combo Box’s multi-column mode.</para>
      </summary>
      <value>true to enable multi-column mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.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 server-side Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.Fields">
      <summary>
        <para>Provides access to a ComboBox’s field collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection"/> object which represents a collection of all the fields within a ComboBox.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.FocusedStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.Height">
      <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.Bootstrap.BootstrapComboBoxProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides the names of CSS classes that define images 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 CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.ImageUrlField">
      <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.Bootstrap.BootstrapComboBoxProperties.InvalidStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.ItemImage">
      <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.Bootstrap.BootstrapComboBoxProperties.Items">
      <summary>
        <para>Gets the collection of items displayed in the <see href="https://docs.devexpress.com/AspNetBootstrap/117905/data-editors/combo-box">Combo Box</see> editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance that is the collection of items in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.ItemStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.ListBoxStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.Native">
      <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.Bootstrap.BootstrapComboBoxProperties.NullTextStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapComboBoxProperties.PopupVerticalAlign">
      <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.Bootstrap.BootstrapComboBoxProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapComboBoxProperties.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapComboBoxProperties.ShowImageInEditBox">
      <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.Bootstrap.BootstrapComboBoxProperties.ShowShadow">
      <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.Bootstrap.BootstrapComboBoxProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties.Style">
      <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.Bootstrap.BootstrapComboBoxProperties.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.Bootstrap.BootstrapComboBoxProperties.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.Bootstrap.BootstrapComboBoxProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapConfigurationSection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapConfigurationSection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapConfigurationSection.AllowClientObjectDeferredInitialization">
      <summary>
        <para>Enables the browser to load and execute included and startup scripts asynchronously when loading a page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart">
      <summary>
        <para>Serves as a base for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/> and <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChart"/> controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart"/> descendants.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents"/> object which allows assigning handlers to the client-side events available to <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart"/> descendants.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.NegativesAsZeroes">
      <summary>
        <para>Forces the chart to treat negative values as zeroes.</para>
      </summary>
      <value>true, to treat negative values as zeros; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.SeriesCollection">
      <summary>
        <para>Specifies options for <see cref="T:DevExpress.Web.Bootstrap.BootstrapChart"/> and <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChart"/> controls’ series.</para>
      </summary>
      <value>An object of the BootstrapCoordinateSystemChartSeriesCollection class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.SeriesSelectionMode">
      <summary>
        <para>Specifies whether a single series or multiple series can be selected in the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.ChartElementSelectionMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.SettingsDataPrepare">
      <summary>
        <para>Provides access to settings that determine how the chart manages data from a data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChart.SettingsSeriesTemplate">
      <summary>
        <para>Provides access to the chart’s series template settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents">
      <summary>
        <para>Serves as the base class for classes containing client-side event handlers for coordinate system charts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents.ArgumentAxisClick">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.ArgumentAxisClick</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.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents.SeriesClick">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.SeriesClick</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.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents.SeriesHoverChanged">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.SeriesHoverChanged</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.Bootstrap.BootstrapCoordinateSystemChartClientSideEvents.SeriesSelectionChanged">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientChartBase.SeriesSelectionChanged</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.Bootstrap.BootstrapCoordinateSystemChartCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a coordinate system chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisConstantLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisConstantLineLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument constant line label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisMinorGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis minor grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisMinorLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis minor label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisStrip">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisStripLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis strip label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ArgumentAxisTitle">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis title element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisConstantLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisConstantLineLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis constant line label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisMinorGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis minor grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisMinorLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis minor label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisStrip">
      <summary>
        <para>Gets or sets the name of a CSS class applied to and axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisStripLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis strip label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.CommonAxisTitle">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis title element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisConstantLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisConstantLineLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisMinorGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis minor grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisMinorLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis minor label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisStrip">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisStripLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis strip label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartCssClasses.ValueAxisTitle">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the value axis title element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries">
      <summary>
        <para>Serves as a base for coordinate system chart <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.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.Bootstrap.BootstrapCoordinateSystemChartSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.HoverMode">
      <summary>
        <para>Specifies series elements to be highlighted when a user points to a series.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.HoverMode"/> enumeration’s values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.IgnoreEmptyPoints">
      <summary>
        <para>Specifies whether a chart ignores null data points or not.</para>
      </summary>
      <value>true, if a chart ignores empty points; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.LegendMarkerCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a legend marker element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.ShowInLegend">
      <summary>
        <para>Gets ore sets a value that specifies whether or not to show the series in the chart’s legend.</para>
      </summary>
      <value>true, to show the series in the chart’s legend; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current chart series.</para>
      </summary>
      <value>true, if the series is visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="webControlObject">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to insert.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection"/>.</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.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Item(System.String)">
      <summary>
        <para>Gets a series by its name.</para>
      </summary>
      <param name="seriesName">A <see cref="T:System.String"/> value that specifies the name of the series to get.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object that is a series with the specified name.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapCssClasses">
      <summary>
        <para>Serves as a base class for classes defining CSS settings of DevExpress Bootstrap Controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapCssClasses.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCssClasses.ControlCssClassKey">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCssClasses.DefaultCursorCssClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCssClasses.DesignModeSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapCssClasses.ImageSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDateEdit">
      <summary>
        <para>A date editor control with a dropdown window containing a calendar and a time editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.AccessibilityCompliant">
      <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.Bootstrap.BootstrapDateEdit.AnimationType">
      <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.Bootstrap.BootstrapDateEdit.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapDateEdit.BackColor">
      <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.Bootstrap.BootstrapDateEdit.BackgroundImage">
      <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.Bootstrap.BootstrapDateEdit.Border">
      <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.Bootstrap.BootstrapDateEdit.BorderBottom">
      <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.Bootstrap.BootstrapDateEdit.BorderColor">
      <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.Bootstrap.BootstrapDateEdit.BorderLeft">
      <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.Bootstrap.BootstrapDateEdit.BorderRight">
      <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.Bootstrap.BootstrapDateEdit.BorderStyle">
      <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.Bootstrap.BootstrapDateEdit.BorderTop">
      <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.Bootstrap.BootstrapDateEdit.BorderWidth">
      <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.Bootstrap.BootstrapDateEdit.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapDateEdit.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.ButtonStyle">
      <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.Bootstrap.BootstrapDateEdit.CalendarProperties">
      <summary>
        <para>Gets the settings of the editor’s dropdown calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties"/> object that contains the dropdown calendar’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.CaptionCellStyle">
      <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.Bootstrap.BootstrapDateEdit.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.CaptionStyle">
      <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.Bootstrap.BootstrapDateEdit.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.CssClass">
      <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.Bootstrap.BootstrapDateEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.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.Bootstrap.BootstrapDateEdit.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="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.Cursor">
      <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.Bootstrap.BootstrapDateEdit.CustomButtonsPosition">
      <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.Bootstrap.BootstrapDateEdit.DisabledStyle">
      <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.Bootstrap.BootstrapDateEdit.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s drop down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the fast button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.EnableFocusedStyle">
      <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.Bootstrap.BootstrapDateEdit.FocusedStyle">
      <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.Bootstrap.BootstrapDateEdit.Font">
      <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.Bootstrap.BootstrapDateEdit.ForeColor">
      <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.Bootstrap.BootstrapDateEdit.Height">
      <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.Bootstrap.BootstrapDateEdit.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.HelpTextStyle">
      <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.Bootstrap.BootstrapDateEdit.HorizontalAlign">
      <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.Bootstrap.BootstrapDateEdit.ImageFolder">
      <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.Bootstrap.BootstrapDateEdit.InvalidStyle">
      <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.Bootstrap.BootstrapDateEdit.MaskHintStyle">
      <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.Bootstrap.BootstrapDateEdit.Native">
      <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.Bootstrap.BootstrapDateEdit.NullTextStyle">
      <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.Bootstrap.BootstrapDateEdit.Paddings">
      <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.Bootstrap.BootstrapDateEdit.ParentImages">
      <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.Bootstrap.BootstrapDateEdit.ParentStyles">
      <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.Bootstrap.BootstrapDateEdit.PopupCalendarOwnerID">
      <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.Bootstrap.BootstrapDateEdit.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapDateEdit.PopupVerticalAlign">
      <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.Bootstrap.BootstrapDateEdit.ReadOnlyStyle">
      <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.Bootstrap.BootstrapDateEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapDateEdit.RightToLeft">
      <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.Bootstrap.BootstrapDateEdit.RootStyle">
      <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.Bootstrap.BootstrapDateEdit.ShowShadow">
      <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.Bootstrap.BootstrapDateEdit.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.SpriteCssFilePath">
      <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.Bootstrap.BootstrapDateEdit.SpriteImageUrl">
      <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.Bootstrap.BootstrapDateEdit.Theme">
      <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.Bootstrap.BootstrapDateEdit.TimeSectionProperties">
      <summary>
        <para>Gets the settings of the editor’s drop-down window time section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeSectionProperties"/> object that contains the time section’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEdit.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarAdaptivitySettings"/> 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.Bootstrap.BootstrapDateEditCalendarCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control’s drop-down calendar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarCssClasses.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarCssClasses"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the root element of the Date Edit’s dropdown calendar.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties">
      <summary>
        <para>Contains settings specific to a date editor’s dropdown calendar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties"/> 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.Bootstrap.BootstrapDateEditCalendarProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties.ButtonStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.CellDisabledStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.CellOtherPeriodStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.CellOutOfRangeStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.CellSelectedStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.CellStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control’s drop-down calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties.DayDisabledStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.DayHeaderStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.DayOtherMonthStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.DayOutOfRangeStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.DaySelectedStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.DayStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.DayWeekendStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavFooterStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavHeaderBackElementImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavHeaderBackElementRtlImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavHeaderStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavItemAreaStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavItemOtherPeriodStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavItemStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavMonthAreaStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavMonthStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavNextPeriodImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavNextYearImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavPrevPeriodImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavPrevYearImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavProperties">
      <summary>
        <para>Gets the settings of the calendar’s dropdown fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCalendarFastNavProperties"/> object that contains the fast navigation panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties.FastNavStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavYearAreaStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FastNavYearStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FocusedStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.FooterStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.HeaderStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.InvalidStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.LoadingPanelImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.MonthGridPaddings">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.NextMonthImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.NextYearImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.PrevMonthImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.PrevYearImage">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.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.Bootstrap.BootstrapDateEditCalendarProperties.Style">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.TodayStyle">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.ValidationSettings">
      <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.Bootstrap.BootstrapDateEditCalendarProperties.WeekNumberStyle">
      <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.Bootstrap.BootstrapDateEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses.Calendar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the dropdown calendar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Date Edit control’s element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses.IconDropDownButton">
      <summary>
        <para>The CSS class of an icon displayed by the dropdown button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses.TimeEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Date Edit control’s time edit element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditCssClasses.TimeSection">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Date Edit control’s time section element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDateEditProperties">
      <summary>
        <para>Contains settings specific to a date editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditProperties"/> 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.Bootstrap.BootstrapDateEditProperties.AnimationType">
      <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.Bootstrap.BootstrapDateEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapDateEditProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapDateEditProperties.CalendarProperties">
      <summary>
        <para>Gets the settings of the editor’s dropdown calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditCalendarProperties"/> object that contains the dropdown calendar’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapDateEditProperties.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.Bootstrap.BootstrapDateEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapDateEditProperties.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s drop down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the fast button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapDateEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapDateEditProperties.Height">
      <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.Bootstrap.BootstrapDateEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapDateEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapDateEditProperties.MaskHintStyle">
      <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.Bootstrap.BootstrapDateEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapDateEditProperties.PickerType">
      <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.Bootstrap.BootstrapDateEditProperties.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapDateEditProperties.PopupVerticalAlign">
      <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.Bootstrap.BootstrapDateEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapDateEditProperties.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapDateEditProperties.ShowShadow">
      <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.Bootstrap.BootstrapDateEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.Style">
      <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.Bootstrap.BootstrapDateEditProperties.TimeSectionProperties">
      <summary>
        <para>Gets the settings of the editor’s drop-down window time section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeSectionProperties"/> object that contains the time section’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control’s time edit.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditCssClasses.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditCssClasses"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the root element of the Date Edit control’s time edit.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control’s time edit.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties"/> 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.Bootstrap.BootstrapDateEditTimeEditProperties.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.Bootstrap.BootstrapDateEditTimeEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control’s time edit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.DecrementButtonStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.Height">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.IncrementButtonStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapDateEditTimeEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties.Style">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control’s time section.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDateEditTimeSectionProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeSectionProperties"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDateEditTimeSectionProperties.Adaptive">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.ClockCellStyle">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.ClockFaceImage">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.HourHandImage">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.MinuteHandImage">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.SecondHandImage">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.ShowHourHand">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.ShowMinuteHand">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.ShowSecondHand">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.TimeEditCellStyle">
      <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.Bootstrap.BootstrapDateEditTimeSectionProperties.TimeEditProperties">
      <summary>
        <para>Gets the time edit settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditTimeEditProperties"/> object that contains the settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDayView">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/120306/scheduler/views">Day View</see></para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDayView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDayView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Day View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDayViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayView.DayViewStyles">
      <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.Bootstrap.BootstrapDayView.DisplayName">
      <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.Bootstrap.BootstrapDayView.MenuCaption">
      <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.Bootstrap.BootstrapDayView.ShortDisplayName">
      <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.Bootstrap.BootstrapDayView.Styles">
      <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.Bootstrap.BootstrapDayViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDayViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayViewCssClasses.AllDayArea">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Day View’s All Day Area.</para>
      </summary>
      <value>An <see cref="T:System.String"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayViewCssClasses.BottomMoreButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Day View’s bottom More button.</para>
      </summary>
      <value>An <see cref="T:System.String"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayViewCssClasses.DayHeader">
      <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.Bootstrap.BootstrapDayViewCssClasses.IconBottomMoreButton">
      <summary>
        <para>The CSS class of an icon displayed by the bottom More button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDayViewCssClasses.IconTopMoreButton">
      <summary>
        <para>The CSS class of an icon displayed by the top More button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogButton.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.Bootstrap.BootstrapDialogButtonCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogButtonCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogButtonGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogButtonGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogButtonGroup.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.Bootstrap.BootstrapDialogField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogField"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogField.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.Bootstrap.BootstrapDialogFieldBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogFieldBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogFieldBase.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.Bootstrap.BootstrapDialogFieldBase.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the dialog input field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogFieldGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogFieldGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDialogFieldGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the dialog field group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogFieldGroupBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogFieldGroupBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogFieldGroupBase.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.Bootstrap.BootstrapDialogLayout.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogLayout"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogLayout.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.Bootstrap.BootstrapDialogLayoutElement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogLayoutElement"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogLayoutElement.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.Bootstrap.BootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogLayoutElementCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogLayoutElementCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogLayoutSettings"/> 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.Bootstrap.BootstrapDialogLayoutSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogLayoutSettings`2.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogLayoutSettings`2"/> 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.Bootstrap.BootstrapDialogNamedLayoutElement.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.Bootstrap.BootstrapDialogNestedField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogNestedField"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogNestedField.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.Bootstrap.BootstrapDialogNestedFieldCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogNestedFieldCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogNestedFieldCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogNestedFieldCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogOptionField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogOptionField"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDialogOptionField.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.Bootstrap.BootstrapDialogTabbedFieldGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDialogTabbedFieldGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDialogTabbedFieldGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the tabbed field group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton">
      <summary>
        <para>Represents the default edit button that invokes the editor’s dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownButton.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> class with the specified owner.</para>
      </summary>
      <param name="control">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownButton.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> class with the specified caption 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="P:DevExpress.Web.Bootstrap.BootstrapDropDownButton.Image">
      <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.Bootstrap.BootstrapDropDownButton.ImagePosition">
      <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.Bootstrap.BootstrapDropDownButton.Width">
      <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.Bootstrap.BootstrapDropDownEdit">
      <summary>
        <para>An editor that provides the dropdown list functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.AccessibilityCompliant">
      <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.Bootstrap.BootstrapDropDownEdit.AnimationType">
      <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.Bootstrap.BootstrapDropDownEdit.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapDropDownEdit.BackColor">
      <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.Bootstrap.BootstrapDropDownEdit.BackgroundImage">
      <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.Bootstrap.BootstrapDropDownEdit.Border">
      <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.Bootstrap.BootstrapDropDownEdit.BorderBottom">
      <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.Bootstrap.BootstrapDropDownEdit.BorderColor">
      <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.Bootstrap.BootstrapDropDownEdit.BorderLeft">
      <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.Bootstrap.BootstrapDropDownEdit.BorderRight">
      <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.Bootstrap.BootstrapDropDownEdit.BorderStyle">
      <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.Bootstrap.BootstrapDropDownEdit.BorderTop">
      <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.Bootstrap.BootstrapDropDownEdit.BorderWidth">
      <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.Bootstrap.BootstrapDropDownEdit.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapDropDownEdit.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.ButtonStyle">
      <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.Bootstrap.BootstrapDropDownEdit.CaptionCellStyle">
      <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.Bootstrap.BootstrapDropDownEdit.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.CaptionStyle">
      <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.Bootstrap.BootstrapDropDownEdit.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.CssClass">
      <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.Bootstrap.BootstrapDropDownEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117908/data-editors/dropdown-edit">Dropdown Edit</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.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.Bootstrap.BootstrapDropDownEdit.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="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.Cursor">
      <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.Bootstrap.BootstrapDropDownEdit.CustomButtonsPosition">
      <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.Bootstrap.BootstrapDropDownEdit.DisabledStyle">
      <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.Bootstrap.BootstrapDropDownEdit.DropDownApplyButton">
      <summary>
        <para>Specifies settings for the Apply button in the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEdit"/>‘s drop-down window in modal mode.</para>
      </summary>
      <value>The drop-down window’s command button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.DropDownAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether the drop down window’s width depends on the editor size.</para>
      </summary>
      <value>true, to automatically adjust the width to accommodate the editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s <see href="https://docs.devexpress.com/AspNetBootstrap/117908/data-editors/dropdown-edit">drop down button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.DropDownWindowHeight">
      <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.Bootstrap.BootstrapDropDownEdit.DropDownWindowStyle">
      <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.Bootstrap.BootstrapDropDownEdit.DropDownWindowWidth">
      <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.Bootstrap.BootstrapDropDownEdit.EnableFocusedStyle">
      <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.Bootstrap.BootstrapDropDownEdit.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.Bootstrap.BootstrapDropDownEdit.FocusedStyle">
      <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.Bootstrap.BootstrapDropDownEdit.Font">
      <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.Bootstrap.BootstrapDropDownEdit.ForeColor">
      <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.Bootstrap.BootstrapDropDownEdit.Height">
      <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.Bootstrap.BootstrapDropDownEdit.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.HelpTextStyle">
      <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.Bootstrap.BootstrapDropDownEdit.HorizontalAlign">
      <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.Bootstrap.BootstrapDropDownEdit.ImageFolder">
      <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.Bootstrap.BootstrapDropDownEdit.InvalidStyle">
      <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.Bootstrap.BootstrapDropDownEdit.Native">
      <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.Bootstrap.BootstrapDropDownEdit.NullTextStyle">
      <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.Bootstrap.BootstrapDropDownEdit.Paddings">
      <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.Bootstrap.BootstrapDropDownEdit.ParentImages">
      <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.Bootstrap.BootstrapDropDownEdit.ParentStyles">
      <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.Bootstrap.BootstrapDropDownEdit.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapDropDownEdit.PopupVerticalAlign">
      <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.Bootstrap.BootstrapDropDownEdit.ReadOnlyStyle">
      <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.Bootstrap.BootstrapDropDownEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapDropDownEdit.RightToLeft">
      <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.Bootstrap.BootstrapDropDownEdit.RootStyle">
      <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.Bootstrap.BootstrapDropDownEdit.ShowShadow">
      <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.Bootstrap.BootstrapDropDownEdit.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEdit.SpriteCssFilePath">
      <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.Bootstrap.BootstrapDropDownEdit.SpriteImageUrl">
      <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.Bootstrap.BootstrapDropDownEdit.Theme">
      <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.Bootstrap.BootstrapDropDownEdit.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117908/data-editors/dropdown-edit">Dropdown Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Dropdown Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses.DropDownWindow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the dropdown window element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditCssClasses.IconDropDownButton">
      <summary>
        <para>The CSS class of an icon displayed by an editor’s dropdown button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditModalCommandButton">
      <summary>
        <para>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEdit"/> drop-down window’s command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownEditModalCommandButton.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.Internal.DropDownEditButtonCommand)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditModalCommandButton"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditModalCommandButton.Visible">
      <summary>
        <para>Specifies whether the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEdit"/> drop-down window’s command button is visible.</para>
      </summary>
      <value>true to display a command button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties">
      <summary>
        <para>Contains settings specific to dropdown editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties"/> 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.Bootstrap.BootstrapDropDownEditProperties.AnimationType">
      <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.Bootstrap.BootstrapDropDownEditProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapDropDownEditProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.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.Bootstrap.BootstrapDropDownEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapDropDownEditProperties.DropDownAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether the drop down window’s width depends on the editor size.</para>
      </summary>
      <value>true, to automatically adjust the width to accommodate the editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s drop down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the fast button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.DropDownWindowHeight">
      <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.Bootstrap.BootstrapDropDownEditProperties.DropDownWindowStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.DropDownWindowWidth">
      <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.Bootstrap.BootstrapDropDownEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.Height">
      <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.Bootstrap.BootstrapDropDownEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapDropDownEditProperties.PopupVerticalAlign">
      <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.Bootstrap.BootstrapDropDownEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapDropDownEditProperties.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapDropDownEditProperties.ShowShadow">
      <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.Bootstrap.BootstrapDropDownEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties.Style">
      <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.Bootstrap.BootstrapDropDownEditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapEditButton">
      <summary>
        <para>Represents a button for a button editor control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButton.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButton"/> 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.Bootstrap.BootstrapEditButton.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.Bootstrap.BootstrapEditButton.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditButton.Image">
      <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.Bootstrap.BootstrapEditButton.ImagePosition">
      <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.Bootstrap.BootstrapEditButton.SettingsBootstrap">
      <summary>
        <para>Provides access to settings that affect edit button’s features specific to the Bootstrap framework.</para>
      </summary>
      <value>Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditButton.Width">
      <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.Bootstrap.BootstrapEditButtonCollection">
      <summary>
        <para>Represents a collection of buttons in a button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> class with the specified owner.</para>
      </summary>
      <param name="control">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.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.Bootstrap.BootstrapEditButton"/> object that represents the newly created button.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.Add(DevExpress.Web.Bootstrap.BootstrapEditButton)">
      <summary>
        <para>Adds the specified button to the collection</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButton"/> object that specifies the button to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.Add(System.String)">
      <summary>
        <para>Adds a new button with the specified text to the collection.</para>
      </summary>
      <param name="text">A string value specifying the button text.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.FindByText(System.String)">
      <summary>
        <para>Returns a button object 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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButton"/> 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.Bootstrap.BootstrapEditButtonCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapEditButton)">
      <summary>
        <para>Returns the zero-based index of the specified button in the collection.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButton"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified button in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButton"/> object which represents the button at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem">
      <summary>
        <para>A layout item for command buttons in the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> and <see cref="T:DevExpress.Web.Bootstrap.BootstrapCardView"/> edit forms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.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.Bootstrap.BootstrapEditModeCommandLayoutItem.BackColor">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.BackgroundImage">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.BeginRow">
      <summary>
        <para>Specifies whether a command layout item should be rendered within a new row.</para>
      </summary>
      <value>true, to render a command layout item within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.Border">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.BorderBottom">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.BorderLeft">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.BorderRight">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.BorderTop">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.CaptionSettings">
      <summary>
        <para>Provides access to the command layout item’s caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing the item caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.ColSpan">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns a command layout item occupies on screens with a resolution greater than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns a command layout item occupies on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns a command layout item occupies on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns a command layout item occupies on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.ColumnSpan">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to the layout item’s visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.Height">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within a layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditModeCommandLayoutItem.HelpTextStyle">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.NestedControlCellStyle">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.Paddings">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.ParentContainerStyle">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.RowSpan">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.SpanRules">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.TabImage">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.VerticalAlign">
      <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.Bootstrap.BootstrapEditModeCommandLayoutItem.Width">
      <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.Bootstrap.BootstrapEditorCaptionSettings">
      <summary>
        <para>Contains settings specific to the editor caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> 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.Bootstrap.BootstrapEditorCaptionSettings.OptionalMark">
      <summary>
        <para>Specifies the text of the optional mark displayed by the editor caption.</para>
      </summary>
      <value>A sting specifying the text of the optional mark.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings.RequiredMark">
      <summary>
        <para>Specifies the text of the required mark displayed by the editor caption.</para>
      </summary>
      <value>A sting specifying the text of the required mark.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings.RequiredMarkDisplayMode">
      <summary>
        <para>Gets or sets the required mark display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.EditorRequiredMarkMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettingsBase">
      <summary>
        <para>The base class for editor caption settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettingsBase"/> 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.Bootstrap.BootstrapEditorCaptionSettingsBase.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.Bootstrap.BootstrapEditorCaptionSettingsBase.Hidden">
      <summary>
        <para>Specifies whether the caption is hidden.</para>
      </summary>
      <value>true, if the caption is hidden; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettingsBase.Position">
      <summary>
        <para>Specifies the position of a caption relative to the editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapCaptionPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettingsBase.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="T:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of an editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImage">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Binary Image control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImageButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Binary Image control’s button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImageButtonPanel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Binary Image control’s button panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImageDeleteButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Binary Image control’s Delete button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImageEmptyValueText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Binary Image control’s display text element when its value is empty.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImageOpenDialogButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Binary Image control’s button invoking the Open dialog.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.BinaryImageProgressBar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Binary Image control’s progress bar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ButtonEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Button Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ButtonEditButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Button Edit’s button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ButtonEditClearButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Button Edit’s Clear button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.Calendar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a button displayed within the Calendar control.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDay">
      <summary>
        <para>Gets or sets the name of a CSS class applied to applied to a calendar day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDayDisabled">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a disabled calendar day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDayHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s day of the week header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDayOtherMonth">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a calendar day that does not belong to the current month.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDayOutOfRange">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a calendar day that does not belong the active date range.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDaySelected">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a selected calendar day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarDayWeekEnd">
      <summary>
        <para>Gets or sets the name of a CSS class  applied to a calendar weekend day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarFastNavHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s area that allows a user to return back to the previous mode within the fast navigation area.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarFastNavigation">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s fast navigation panel.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarFastNavItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s fast navigation area items.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarFastNavItemOtherPeriod">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s fast navigation area items that belong to the neighboring period.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarFooter">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s footer element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarHeader">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarMonthGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a calendar grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarToday">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Calendar control’s current day element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CalendarWeekNumber">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the calendar week number element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an editor’s caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CheckBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a Check Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.CheckBoxList">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Check Box List control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ComboBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Combo Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.DateEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Date Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.DateEditTimeSection">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Date Edit control’s time section element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.DropDownEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Dropdown Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.DropDownWindow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an editor’s drop-down window element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.Hyperlink">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Text Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconBinaryImageDeleteButton">
      <summary>
        <para>The CSS class of an icon displayed by the Binary Image control’s Delete button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconBinaryImageOpenDialogButton">
      <summary>
        <para>The CSS class of an icon displayed by the Binary Image control’s Open Dialog button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconClearButton">
      <summary>
        <para>The CSS class of an icon displayed by an editor’s Clear button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconDecrement">
      <summary>
        <para>The CSS class of an icon displayed by the Spin Edit control’s decrement button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconDropDownButton">
      <summary>
        <para>The CSS class of an icon displayed by an editor’s dropdown button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconEllipsis">
      <summary>
        <para>The CSS class of an icon displayed by an editor’s ellipsis button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconFastNavBack">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Back fast navigation panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconFastNavNextPeriod">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Period fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconFastNavNextYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Year fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconFastNavPrevPeriod">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Period fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconFastNavPrevYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Year fast navigation panel button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconIncrement">
      <summary>
        <para>The CSS class of an icon displayed by the Spin Edit control’s increment button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconLargeDecrement">
      <summary>
        <para>The CSS class of an icon displayed by the Spin Edit control’s large decrement button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconLargeIncrement">
      <summary>
        <para>The CSS class of an icon displayed by the Spin Edit control’s large increment button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconNextMonth">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Month button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconNextYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Next Year button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconPrevMonth">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Month button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconPrevYear">
      <summary>
        <para>The CSS class of an icon displayed by the Calendar control’s Previous Year button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.IconTagRemoveButton">
      <summary>
        <para>The CSS class of an icon displayed by the Tag Box control’s Remove Tag button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.Image">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Image control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ListBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the List Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ListBoxItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the List Box item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.Memo">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Memo control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.NullText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an editor’s Null Text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.ProgressBar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Progress Bar control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.RadioButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Radio Button control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.RadioButtonList">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Radio Button List control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.SpinEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Spin Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.TagBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Tag Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.TagBoxInput">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Tag Box control’s input element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.TagBoxTag">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Tag Box control’s tag element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.TagBoxTagRemoveButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Tag Box control’s tag remove button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.TextBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Spin Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClasses.TimeEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Time Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase">
      <summary>
        <para>Serves as a base for classes storing CSS settings of editors included in the DevExpress Bootstrap Controls suite.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageContentContainerSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageContentLeftSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageContentRightSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageControlPanelSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageDisabledCoverSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageDropZoneSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageEmptySystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageEmptyValuePlaceHolderSystemCssClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageFillParentSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImagePreviewContainerSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageProgressBarContainerSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageProgressPanelSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageTableSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageTextPanelSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.BinaryImageTopSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ButtonEditSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarDayOtherMonthSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarDayOutOfRangeSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarDaySystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarDayWeekEndSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarTodaySystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CalendarViewSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the editor caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CheckBoxListHorizontalSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CheckBoxListSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.CheckListColumnElementSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ClearButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ComboBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.DateEditSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.DecrementButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.DisabledTagSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.DropDownEditSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.DropDownWindowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.EditButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.EditCaptionSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.EditErrorFrameCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.FastNavBackToPrevModeButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.FastNavItemSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.FastNavNextYearButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.FastNavPrevYearButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.FastNavSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.FastNavYearGridSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.HyperlinkSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.IconOnlySystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.IncrementButtonAreaSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.IncrementButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.LargeIncrementButtonAreaSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxAnimatedFilterSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxExtraRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxFilterEditorSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxFilterSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxHiddenRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxHideFilterButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxInactiveFilterSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxListControlContainerCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxSelectAllCheckBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxSelectAllSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxShowFilterButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ListBoxTemplatedRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.MemoSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.MonthGridSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.MonthTitleSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.ProgressBarSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.SpinButtonGroupSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.SpinEditSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TagBoxInputSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TagBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TagRemoveButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TagSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TextBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TimeEditSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapEditorCssClassesBase.TimeSectionSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings">
      <summary>
        <para>Contains the settings that relate to editor validation.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings.Display">
      <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.Bootstrap.BootstrapEditorValidationSettings.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.Bootstrap.BootstrapEditorValidationSettings.ErrorFrameStyle">
      <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.Bootstrap.BootstrapEditorValidationSettings.ErrorIconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the error icon.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings.ErrorImage">
      <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.Bootstrap.BootstrapEditorValidationSettings.ErrorTextPosition">
      <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.Bootstrap.BootstrapFABAction">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see>‘s Action object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABAction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABAction.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABAction"/> class with specified settings.</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 identifier.</param>
      <param name="text">A string value that specifies the Floating Action Button’s text.</param>
      <param name="iconCssClass">A string value that specifies the CSS class of the action’s icon.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABAction.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABAction"/> class with specified settings.</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 identifier.</param>
      <param name="text">A string value that specifies the Floating Action Button’s text.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABAction.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABAction"/> class with specified settings.</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 identifier.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABAction.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.Bootstrap.BootstrapFABAction.IconCssClass">
      <summary>
        <para>Specifies the CSS class of the icon displayed for an Action object.</para>
      </summary>
      <value>A string value that specifies the name of the CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFABActionBase">
      <summary>
        <para>Serves as a base class for the <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see>‘s Action object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionBase"/> class with specified settings.</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 identifier.</param>
      <param name="text">A string value that specifies the Floating Action Button’s text.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionBase"/> class with specified settings.</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 Floating Action Button’s text.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionBase.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.Bootstrap.BootstrapFABActionBase.Badge">
      <summary>
        <para>Specifies an Action’s badge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object that defines badge properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionBase.SettingsBootstrap">
      <summary>
        <para>Specifies Bootstrap-specific styles and settings that can be applied to the Floating Action Button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionBootstrapSpecificSettings"/> object that defines Bootstrap-specific styles and settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionBase.TextCssClass">
      <summary>
        <para>Specifies the CSS class of the text displayed for an Action object.</para>
      </summary>
      <value>A string value that specifies the name of the CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFABActionBootstrapSpecificSettings">
      <summary>
        <para>Stores <see cref="T:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton"/>‘s rendering settings that affect features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionBootstrapSpecificSettings"/> 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.Bootstrap.BootstrapFABActionBootstrapSpecificSettings.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionBootstrapSpecificSettings.RenderOption">
      <summary>
        <para>Specifies Bootstrap-specific styles that can be applied to the Floating Action Button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption"/> enumeration’s value that specifies the render style.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFABActionCollection">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see>‘s action collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionCollection"/> 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.Bootstrap.BootstrapFABActionCollection.Add(System.String,DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection)">
      <summary>
        <para>Adds several actions to the collection and specifies the actions’ context name.</para>
      </summary>
      <param name="contextName">A string value that specifies the context name.</param>
      <param name="actions">A BootstrapFABActionItemCollection object that stores actions to be added.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new action to the collection and specifies the action’s identifier and context name.</para>
      </summary>
      <param name="contextName">A string value that specifies the context name.</param>
      <param name="actionName">A string value that specifies the action identifier.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFABActionGroup">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see>‘s Action Group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.#ctor(System.String,DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionGroup"/> class with specified settings.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A BootstrapFABActionItemCollection object that stores action items belonging to the action group.</param>
      <param name="text">A string value that specifies the Floating Action Button’s text.</param>
      <param name="expandIconCssClass">A string value that specifies the name of the CSS class that stores the expand image settings.</param>
      <param name="collapseIconCssClass">A string value that specifies the name of the CSS class that stores the collapse image settings.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.#ctor(System.String,DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionGroup"/> class with specified settings.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A BootstrapFABActionItemCollection object that stores action items belonging to the action group.</param>
      <param name="text">A string value that specifies the Floating Action Button’s text.</param>
      <param name="expandIconCssClass">A string value that specifies the name of the CSS class that stores the expand image settings.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.#ctor(System.String,DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionGroup"/> class with specified settings.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A BootstrapFABActionItemCollection object that stores action items belonging to the action group.</param>
      <param name="text">A string value that specifies the Floating Action Button’s text.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.#ctor(System.String,DevExpress.Web.Bootstrap.BootstrapFABActionItemCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionGroup"/> class with specified settings.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A BootstrapFABActionItemCollection object that stores action items belonging to the action group.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.ActionName">
      <summary>
        <para>Specifies the action group’s identifier within the <see cref="P:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.Items"/> collection.</para>
      </summary>
      <value>A string value that specifies the action group’s identifier.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.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.Bootstrap.BootstrapFABActionGroup.CollapseIconCssClass">
      <summary>
        <para>Specifies the CSS class of the collapse icon displayed for an Action Group.</para>
      </summary>
      <value>A string value that specifies the name of the CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.ExpandIconCssClass">
      <summary>
        <para>Specifies the CSS class of the expand icon displayed for an Action Group.</para>
      </summary>
      <value>A string value that specifies the name of the CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionGroup.Items">
      <summary>
        <para>Gets the collection of action items in the Action Group.</para>
      </summary>
      <value>A BootstrapFABActionItemCollection object that represents the collection of the Action Group’s action items.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFABActionItem">
      <summary>
        <para>Represents the action item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionItem"/> class with the specified settings.</para>
      </summary>
      <param name="actionName">A string value that specifies the action item identifier.</param>
      <param name="iconCssClass">A string value that specifies the name of the CSS class that stores the action item’s image settings.</param>
      <param name="text">A string value that specifies the action item text.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionItem"/> class with the specified settings.</para>
      </summary>
      <param name="actionName">A string value that specifies the action item identifier.</param>
      <param name="iconCssClass">A string value that specifies the name of the CSS class that stores the action item’s image settings.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionItem"/> class with the specified settings.</para>
      </summary>
      <param name="actionName">A string value that specifies the action item identifier.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFABActionItem.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.Bootstrap.BootstrapFABActionItem.Badge">
      <summary>
        <para>Specifies an action item’s badge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object that defines the badge properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionItem.IconCssClass">
      <summary>
        <para>Specifies the CSS class of the icon displayed for an Action Item.</para>
      </summary>
      <value>A string value that specifies name of the CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionItem.Image">
      <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.Bootstrap.BootstrapFABActionItem.SettingsBootstrap">
      <summary>
        <para>Specifies Bootstrap-specific styles and settings that can be applied to the Action Item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionBootstrapSpecificSettings"/> object that defines Bootstrap-specific styles and settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFABActionItem.TextCssClass">
      <summary>
        <para>Specifies the CSS class of the text displayed for an Action Item.</para>
      </summary>
      <value>A string value that specifies name of the CSS class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManager.BackColor">
      <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.Bootstrap.BootstrapFileManager.BackgroundImage">
      <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.Bootstrap.BootstrapFileManager.Border">
      <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.Bootstrap.BootstrapFileManager.BorderBottom">
      <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.Bootstrap.BootstrapFileManager.BorderColor">
      <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.Bootstrap.BootstrapFileManager.BorderLeft">
      <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.Bootstrap.BootstrapFileManager.BorderRight">
      <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.Bootstrap.BootstrapFileManager.BorderStyle">
      <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.Bootstrap.BootstrapFileManager.BorderTop">
      <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.Bootstrap.BootstrapFileManager.BorderWidth">
      <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.Bootstrap.BootstrapFileManager.CssClasses">
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManager.DisabledStyle">
      <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.Bootstrap.BootstrapFileManager.Font">
      <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.Bootstrap.BootstrapFileManager.ForeColor">
      <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.Bootstrap.BootstrapFileManager.ParentStyles">
      <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.Bootstrap.BootstrapFileManager.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManager.SettingsToolbar">
      <summary>
        <para>Gives access to the toolbar settings.</para>
      </summary>
      <value>The toolbar settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManager.SettingsUpload">
      <summary>
        <para>Gives access to the upload panel’s settings.</para>
      </summary>
      <value>The upload panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManager.Styles">
      <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.Bootstrap.BootstrapFileManager.StylesContextMenu">
      <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.Bootstrap.BootstrapFileManager.StylesDetailsView">
      <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.Bootstrap.BootstrapFileManagerCssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120669/file-manager">File Manager</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Breadcrumbs">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a breadcrumbs element that represents the current location within folders.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.BreadcrumbsItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Breadcrumbs">breadcrumbs</see> item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ContextMenu">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a context menu element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ContextMenuItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ContextMenu">context menu</see> item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a visual element that represents the file within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileContainer">file container</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileAreaFolder">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a visual element that represents the folder within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileContainer">file container</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileContainer">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an element that represents area with files and, optionally, folders as thumbnails or grid rows with detail information.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerBreadcrumbsSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerContextMenuSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerExpandFolderContainerButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerFileAreaFolderSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerFileContainerSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerFileSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerFilterBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerFolderContainerSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerFolderSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerHighlightSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerItemSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerItemThumbnailSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerItemTitleSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerPathBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerToolbarAdaptiveItemSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerToolbarSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileManagerUploadPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FilterBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see> that specifies a filter condition for files and folders within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileContainer">file container</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Folder">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a visual element that represents the folder within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FolderContainer">folder container</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FolderContainer">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a visual element that represents area with folders as tree nodes.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Highlight">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the highlighted text within an <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Item">item</see> that meets a filter condition.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconBreadcrumbsParentFolder">
      <summary>
        <para>Get or sets the name of a CSS class applied to an icon displayed within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.BreadcrumbsItem">breadcrumbs item</see> that navigates to the parent folder.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconCollapseFolder">
      <summary>
        <para>Get or sets the name of a CSS class applied to an icon displayed within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FolderContainer">folder container</see> that collapses folder tree nodes.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconExpandFolder">
      <summary>
        <para>Get or sets the name of a CSS class applied to an icon displayed within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FolderContainer">folder container</see> that expands a folder node.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFile">
      <summary>
        <para>Get or sets the name of a CSS class applied to a default thumbnail element within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">file</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFileAreaFolder">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileAreaFolder">folder</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFileAreaFolderLocked">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a locked <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileAreaFolder">folder</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFilePdf">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a PDF <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">file</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFilePowerPoint">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a Power Point <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">file</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFileRichText">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a rich text <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">file</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFileSpreadsheet">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail icon within a spreadsheet <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">file</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFileText">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a text <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.File">file</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFolder">
      <summary>
        <para>Get or sets the name of a CSS class applied to an icon element within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Folder">folder</see> element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconFolderLocked">
      <summary>
        <para>Get or sets the name of a CSS class applied to an icon element within a locked <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Folder">folder</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconParentFolder">
      <summary>
        <para>Get or sets the name of a CSS class applied to a thumbnail element within a parent <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileAreaFolder">folder</see> that navigates to the parent folder.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarCopy">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Copy <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarCreateFolder">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Create Folder <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarDelete">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Delete <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarDownload">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Download <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarMove">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Move <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarRefresh">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Refresh <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarRename">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Rename <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarShowHiddenButtons">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see> that opens a context menu with hidden toolbar items.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarToggleFolderContainer">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see> that expands/collapses a folder container.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.IconToolbarUpload">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an icon within the Upload <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see> element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a visual element that represents the file or folder within a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.FileContainer">file container</see>.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.PathBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">toolbar item</see> element that displays the path to the selected folder.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Toolbar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a toolbar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.ToolbarItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a <see cref="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.Toolbar">toolbar</see> item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses.UploadPanel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an element used for uploading files.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerDetailsCustomColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerDetailsCustomColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerDetailsCustomColumn.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.Bootstrap.BootstrapFileManagerDetailsCustomColumn.CellStyle">
      <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.Bootstrap.BootstrapFileManagerDetailsCustomColumn.FixedStyle">
      <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.Bootstrap.BootstrapFileManagerDetailsCustomColumn.HeaderStyle">
      <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.Bootstrap.BootstrapFileManagerSettingsContextMenu.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsContextMenu"/> 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.Bootstrap.BootstrapFileManagerSettingsFileList.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsFileList"/> 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.Bootstrap.BootstrapFileManagerSettingsToolbar">
      <summary>
        <para>Toolbar settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsToolbar.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsToolbar"/> 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.Bootstrap.BootstrapFileManagerSettingsToolbar.ExpandFolderContainerButtonSettings">
      <summary>
        <para>Gives access to the settings of the “Expand Folder Container” button.</para>
      </summary>
      <value>The settings of the “Expand Folder Container” button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsToolbar.Items">
      <summary>
        <para>Gets the collection of toolbar items.</para>
      </summary>
      <value>The collection of toolbar items.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsUpload">
      <summary>
        <para>Contains the upload panel’s settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsUpload.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsUpload"/> class with specified settings.</para>
      </summary>
      <param name="owner">The interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsUpload.AdvancedModeSettings">
      <summary>
        <para>Gives access to the settings of the advanced upload mode.</para>
      </summary>
      <value>Advanced upload mode settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerSettingsUpload.ValidationSettings">
      <summary>
        <para>Gives access to the validation settings.</para>
      </summary>
      <value>The validation settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerThumbnailCreateEventArgs.#ctor(DevExpress.Web.FileManagerItem,System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerThumbnailCreateEventArgs"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCopyButton">
      <summary>
        <para>A toolbar button that copies files and folders.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCopyButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCopyButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCopyButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCopyButton.Image">
      <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>Image settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCreateButton">
      <summary>
        <para>A toolbar button that creates a new folder.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCreateButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCreateButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCreateButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCreateButton.Image">
      <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.Bootstrap.BootstrapFileManagerToolbarCustomButton">
      <summary>
        <para>A custom toolbar item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomButton.CssClass">
      <summary>
        <para>Specifies the name of the CSS class.</para>
      </summary>
      <value>The name of the CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomDropDownButton">
      <summary>
        <para>A custom drop-down toolbar item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomDropDownButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomDropDownButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomDropDownButton.CssClass">
      <summary>
        <para>Specifies the name of the CSS class.</para>
      </summary>
      <value>The name of the CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomDropDownButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarCustomDropDownButton.Items">
      <summary>
        <para>Gets the collection of items that belong to the custom drop-down toolbar item.</para>
      </summary>
      <value>The collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarDeleteButton">
      <summary>
        <para>A toolbar item that deletes a file or folder.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarDeleteButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarDeleteButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarDeleteButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarDeleteButton.Image">
      <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.Bootstrap.BootstrapFileManagerToolbarMoveButton">
      <summary>
        <para>A toolbar item that moves files and folders.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarMoveButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarMoveButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarMoveButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarMoveButton.Image">
      <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.Bootstrap.BootstrapFileManagerToolbarRefreshButton">
      <summary>
        <para>A toolbar item that refreshes the control’s content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRefreshButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRefreshButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRefreshButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRefreshButton.Image">
      <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.Bootstrap.BootstrapFileManagerToolbarRenameButton">
      <summary>
        <para>A toolbar item that renames files and folders.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRenameButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRenameButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRenameButton.IconCssClass">
      <summary>
        <para>Specifies the name of the icon’s CSS class.</para>
      </summary>
      <value>The name of the icon’s CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarRenameButton.Image">
      <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.Bootstrap.BootstrapFileManagerUploadAdvancedModeSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerUploadAdvancedModeSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerUploadAdvancedModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerUploadAdvancedModeSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFileManagerValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerValidationSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties">
      <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.Bootstrap.BootstrapFirstButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties"/> 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.Bootstrap.BootstrapFirstButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the button’s image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties.Image">
      <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.Bootstrap.BootstrapFirstButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapFirstButtonProperties.ShowDefaultText">
      <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.Bootstrap.BootstrapFloatingActionButton">
      <summary>
        <para>A server-side <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.ContainerCssSelector">
      <summary>
        <para>Specifies the CSS selector of a container (an HTML element or web control on the page) to associate the <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see> with.</para>
      </summary>
      <value>A string value that specifies the container CSS selector.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.ContainerElementID">
      <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.Bootstrap.BootstrapFloatingActionButton.CssClass">
      <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.Bootstrap.BootstrapFloatingActionButton.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see> control.</para>
      </summary>
      <value>A BootstrapFloatingActionButtonCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.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.Bootstrap.BootstrapFloatingActionButton.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="P:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.Items">
      <summary>
        <para>Gets the collection of items that belong to a <see href="https://docs.devexpress.com/AspNetBootstrap/400715/site-navigation/floating-action-button">Floating Action Button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapFABActionCollection"/> instance that specifies the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFloatingActionButton.Native">
      <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.Bootstrap.BootstrapFloatingActionButton.ParentImages">
      <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.Bootstrap.BootstrapFloatingActionButton.ParentStyles">
      <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.Bootstrap.BootstrapFloatingActionButton.RegisterStyleSheets">
      <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.Bootstrap.BootstrapFloatingActionButton.SpriteCssFilePath">
      <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.Bootstrap.BootstrapFloatingActionButton.Theme">
      <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.Bootstrap.BootstrapFloatingActionButtonOptions.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonOptions"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption">
      <summary>
        <para>Lists specific Bootstrap styles that can be applied to the Floating Action Button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Danger">
      <summary>
        <para>The danger style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Dark">
      <summary>
        <para>The dark style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Default">
      <summary>
        <para>Default. A control renders with its default styles.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Info">
      <summary>
        <para>The info style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Light">
      <summary>
        <para>The light style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Primary">
      <summary>
        <para>The primary style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Secondary">
      <summary>
        <para>The secondary style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Success">
      <summary>
        <para>The success style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapFloatingActionButtonRenderOption.Warning">
      <summary>
        <para>The warning style is applied to a control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFormLayout">
      <summary>
        <para>A form layout management control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFormLayout.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayout"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.AccessibilityCompliant">
      <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.Bootstrap.BootstrapFormLayout.AlignItemCaptions">
      <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.Bootstrap.BootstrapFormLayout.BackColor">
      <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.Bootstrap.BootstrapFormLayout.BackgroundImage">
      <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.Bootstrap.BootstrapFormLayout.Border">
      <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.Bootstrap.BootstrapFormLayout.BorderBottom">
      <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.Bootstrap.BootstrapFormLayout.BorderLeft">
      <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.Bootstrap.BootstrapFormLayout.BorderRight">
      <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.Bootstrap.BootstrapFormLayout.BorderTop">
      <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.Bootstrap.BootstrapFormLayout.ColCount">
      <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.Bootstrap.BootstrapFormLayout.CssClass">
      <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.Bootstrap.BootstrapFormLayout.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.Cursor">
      <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.Bootstrap.BootstrapFormLayout.Font">
      <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.Bootstrap.BootstrapFormLayout.ForeColor">
      <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.Bootstrap.BootstrapFormLayout.Height">
      <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.Bootstrap.BootstrapFormLayout.Items">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> control’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutItemDataBinding">
      <summary>
        <para>Occurs on the server side before a text cell has been rendered.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutItemDataBound">
      <summary>
        <para>Occurs after a layout item has been bound to a data source field.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutType">
      <summary>
        <para>Specify how layout item caption and layout item contents are stacked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.FormLayoutType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.LeftAndRightCaptionsWidth">
      <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.Bootstrap.BootstrapFormLayout.NestedControlWidth">
      <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.Bootstrap.BootstrapFormLayout.Paddings">
      <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.Bootstrap.BootstrapFormLayout.ParentImages">
      <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.Bootstrap.BootstrapFormLayout.ParentStyles">
      <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.Bootstrap.BootstrapFormLayout.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.RightToLeft">
      <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.Bootstrap.BootstrapFormLayout.SettingsAdaptivity">
      <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.Bootstrap.BootstrapFormLayout.SettingsItemCaptions">
      <summary>
        <para>Provides access to the layout item caption settings within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">BootstrapFormLayout</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing properties common to all the layout item captions within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">BootstrapFormLayout</see> control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">BootstrapFormLayout</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing properties common to all the help texts within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">BootstrapFormLayout</see> control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">BootstrapFormLayout</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">BootstrapFormLayout</see> control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayout.Styles">
      <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.Bootstrap.BootstrapFormLayout.Theme">
      <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.Bootstrap.BootstrapFormLayout.UseDefaultPaddings">
      <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.Bootstrap.BootstrapFormLayoutCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a layout item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses.ItemCaption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an item caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses.ItemControl">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a layout item’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutCssClasses.ItemHelpText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the help text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> control’s layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the layout group’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a layout item’s caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a layout item’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses.HelpText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the help text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a layout item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutProperties"/> 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.Bootstrap.BootstrapFormLayoutProperties.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.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> control’s tabbed layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the layout group’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapFullWeekView">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/120306/scheduler/views">Full Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapFullWeekView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFullWeekView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFullWeekView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFullWeekView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Full Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFullWeekViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapFullWeekView.DisplayName">
      <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.Bootstrap.BootstrapFullWeekView.FullWeekViewStyles">
      <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.Bootstrap.BootstrapFullWeekView.MenuCaption">
      <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.Bootstrap.BootstrapFullWeekView.ShortDisplayName">
      <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.Bootstrap.BootstrapFullWeekView.Styles">
      <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.Bootstrap.BootstrapFullWeekViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFullWeekViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridBootstrapSpecificSettings">
      <summary>
        <para>Serves as the base class for classes that store BootstrapGridView and BootstrapCardView’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridBootstrapSpecificSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridBootstrapSpecificSettings.Sizing">
      <summary>
        <para>Specifies the sizing mode of the Grid View elements.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSizing"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridColumnEditFormSettings">
      <summary>
        <para>Provides the edit cell’s settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridColumnEditFormSettings.#ctor(DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridColumnEditFormSettings"/> 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 BootstrapGridView.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridColumnEditFormSettings.Assign(DevExpress.Web.GridColumnEditFormSettingsBase)">
      <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.GridColumnEditFormSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridColumnEditFormSettings.CaptionLocation">
      <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.Bootstrap.BootstrapGridColumnEditFormSettings.ColumnSpan">
      <summary>
        <para>Gets or sets the number of columns in the <see href="https://docs.devexpress.com/AspNetBootstrap/117695/grid-view/data-editing">Data Editing</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.Bootstrap.BootstrapGridColumnEditFormSettings.RowSpan">
      <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.Bootstrap.BootstrapGridColumnEditFormSettings.ShowCaption">
      <summary>
        <para>Gets or sets a value that specifies whether or not to show the edit cell’s caption</para>
      </summary>
      <value>true, to show layout group item captions; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridCssClasses">
      <summary>
        <para>Serves as the base class for classes that store CSS classes applied to visual elements of the Card View and Grid View controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconErrorItem">
      <summary>
        <para>The CSS class of an icon displayed by an error item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconHeaderFilter">
      <summary>
        <para>The CSS class of a header filter button icon.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconHeaderSortDown">
      <summary>
        <para>The CSS class of an icon displayed by the header of a column sorted in the descending order.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconHeaderSortUp">
      <summary>
        <para>The CSS class of an icon displayed by the header of a column sorted in the ascending order.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarCancel">
      <summary>
        <para>The CSS class of an icon displayed within the Cancel toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarClearFilter">
      <summary>
        <para>The CSS class of an icon displayed within the Clear Filter toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarClearSorting">
      <summary>
        <para>The CSS class of an icon displayed within the Clear Sorting toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarDelete">
      <summary>
        <para>The CSS class of an icon displayed within the Delete toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarEdit">
      <summary>
        <para>The CSS class of an icon displayed within the Edit toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarNew">
      <summary>
        <para>The CSS class of an icon displayed within the New toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarRefresh">
      <summary>
        <para>The CSS class of an icon displayed within the Refresh toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarShowSearchPanel">
      <summary>
        <para>The CSS class of an icon displayed within the Search Panel toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.IconToolbarUpdate">
      <summary>
        <para>The CSS class of an icon displayed within the Update toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.PanelBodyBottom">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a panel body’s bottom.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.PanelBodyTop">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a panel body’s top.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridCssClasses.PanelHeading">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a panel’s header.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridEditorCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of cell editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridEditorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridEditorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridFormLayoutCssClasses">
      <summary>
        <para>Serves as the base class for classes that store CSS classes applied to visual elements of the GridView and Card View’s form layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridFormLayoutCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridFormLayoutCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridFormLayoutCssClasses.Control">
      <summary>
        <para>Gets or sets the name of the CSS class applied to the control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridPagerCssClasses">
      <summary>
        <para>Serves as the base class for classes that store CSS classes applied to visual elements of the GridView and Card View’s <see href="https://docs.devexpress.com/AspNetBootstrap/117842/site-navigation/pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridPagerCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridPagerCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridPagerCssClasses.Control">
      <summary>
        <para>Gets or sets the name of the CSS class applied to the control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridPopupEditFormAdaptivitySettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNetBootstrap/117695/grid-view/data-editing">popup edit form</see>‘s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridPopupEditFormAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridPopupEditFormAdaptivitySettings"/> 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.Bootstrap.BootstrapGridPopupEditFormAdaptivitySettings.Mode">
      <summary>
        <para>Specifies the adaptivity mode for the grid’s <see href="https://docs.devexpress.com/AspNetBootstrap/117695/grid-view/data-editing">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.Bootstrap.BootstrapGridSizing">
      <summary>
        <para>Lists values that define the sizing of a grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridSizing.ExtraLarge">
      <summary>
        <para>The Grid View displays extra large size elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridSizing.ExtraSmall">
      <summary>
        <para>The Grid View displays elements of extra small size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridSizing.Large">
      <summary>
        <para>The Grid View displays elements of large size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridSizing.Medium">
      <summary>
        <para>The Grid View displays elements of medium size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridSizing.Small">
      <summary>
        <para>The Grid View displays elements of small size.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridView">
      <summary>
        <para>A control that provides a two-dimensional representation of data from a data source in grid format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.AccessibilityCompliant">
      <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.Bootstrap.BootstrapGridView.AddSummaryItemViaContextMenu">
      <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.Bootstrap.BootstrapGridView.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.Bootstrap.BootstrapGridView.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.Bootstrap.BootstrapGridView.BackColor">
      <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.Bootstrap.BootstrapGridView.BackgroundImage">
      <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.Bootstrap.BootstrapGridView.BeforeColumnSortingGrouping">
      <summary>
        <para>Occurs before a column is sorted or grouped.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.BeforeHeaderFilterFillItems">
      <summary>
        <para>Enables you to provide custom filter items instead of default ones displayed within a filter dropdown.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.Border">
      <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.Bootstrap.BootstrapGridView.BorderBottom">
      <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.Bootstrap.BootstrapGridView.BorderColor">
      <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.Bootstrap.BootstrapGridView.BorderLeft">
      <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.Bootstrap.BootstrapGridView.BorderRight">
      <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.Bootstrap.BootstrapGridView.BorderStyle">
      <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.Bootstrap.BootstrapGridView.BorderTop">
      <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.Bootstrap.BootstrapGridView.BorderWidth">
      <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.Bootstrap.BootstrapGridView.CellEditorInitialize">
      <summary>
        <para>Enables the cell editors displayed within the edit cells to be initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.Columns">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control’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.Bootstrap.BootstrapGridViewColumnCollection"/> object that represents a collection of columns within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control.</value>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CommandButtonInitialize">
      <summary>
        <para>Enables individual command buttons to be initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.ContextMenuInitialize">
      <summary>
        <para>Occurs when the context menu is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.ContextMenuItemClick">
      <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.Bootstrap.BootstrapGridView.ContextMenuItemVisibility">
      <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.Bootstrap.BootstrapGridView.CssClass">
      <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.Bootstrap.BootstrapGridView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.CssClassesEditor">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of cell editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.CssClassesFormLayout">
      <summary>
        <para>Provides access to CSS classes applied to the form layout’s visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutCssClasses"/> object that contains CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.CssClassesPager">
      <summary>
        <para>Provides access to CSS classes applied to the pager’s visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewPagerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.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.Bootstrap.BootstrapGridView.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="P:DevExpress.Web.Bootstrap.BootstrapGridView.Cursor">
      <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.Bootstrap.BootstrapGridView.CustomButtonInitialize">
      <summary>
        <para>Enables you to initialize custom command buttons.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomCellMerge">
      <summary>
        <para>Allows you to merge grid cells manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any cell.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnGroup">
      <summary>
        <para>Provides the capability to group data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnSort">
      <summary>
        <para>Enables you to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomFilterExpressionDisplayText">
      <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.Bootstrap.BootstrapGridView.CustomGroupDisplayText">
      <summary>
        <para>Enables you to provide custom content for group rows.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomUnboundColumnData">
      <summary>
        <para>Enables data to be supplied to unbound columns.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.EditFormLayoutCreated">
      <summary>
        <para>Enables you to perform custom actions in response to the layout creation.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.EditFormLayoutProperties">
      <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.Bootstrap.BootstrapGridView.EnablePagingCallbackAnimation">
      <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.Bootstrap.BootstrapGridView.EnablePagingGestures">
      <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.Bootstrap.BootstrapGridView.FillContextMenuItems">
      <summary>
        <para>Enables you to fill the GridView’s context menu items depending on the context menu type.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.FilterControlColumnsCreated">
      <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.Bootstrap.BootstrapGridView.FilterControlCriteriaValueEditorCreate">
      <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.Bootstrap.BootstrapGridView.FilterControlCriteriaValueEditorInitialize">
      <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.Bootstrap.BootstrapGridView.FilterControlCustomValueDisplayText">
      <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.Bootstrap.BootstrapGridView.FilterControlOperationVisibility">
      <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.Bootstrap.BootstrapGridView.FilterControlParseValue">
      <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.Bootstrap.BootstrapGridView.FixedColumnCount">
      <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.Bootstrap.BootstrapGridView.Font">
      <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.Bootstrap.BootstrapGridView.ForeColor">
      <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.Bootstrap.BootstrapGridView.HeaderFilterFillItems">
      <summary>
        <para>Enables you to add custom filter items which filter data by the current column to ones displayed within a filter dropdown.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlCommandCellPrepared">
      <summary>
        <para>Enables the settings of individual command column cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlDataCellPrepared">
      <summary>
        <para>Enables the settings of individual cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlFooterCellPrepared">
      <summary>
        <para>Enables the settings of individual footer cells to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.Images">
      <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.Bootstrap.BootstrapGridView.ImagesEditors">
      <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.Bootstrap.BootstrapGridView.ImagesFilterControl">
      <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.Bootstrap.BootstrapGridView.IsFilterControlVisible">
      <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.Bootstrap.BootstrapGridView.KeyboardSupport">
      <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.Bootstrap.BootstrapGridView.Paddings">
      <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.Bootstrap.BootstrapGridView.ParentImages">
      <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.Bootstrap.BootstrapGridView.ParentStyles">
      <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.Bootstrap.BootstrapGridView.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="M:DevExpress.Web.Bootstrap.BootstrapGridView.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.RightToLeft">
      <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.Bootstrap.BootstrapGridView.Settings">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewSettings"/> object that contains the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s display options.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsAdaptivity">
      <summary>
        <para>Provides access to the grid layout adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsBehavior">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBehaviorSettings"/> object that contains the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">BootstrapGridView</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsCommandButton">
      <summary>
        <para>Gets the settings of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s command buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings"/> object containing the settings of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s command buttons.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsCookies">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s cookie and layout settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCookiesSettings"/> object that contains the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control’s cookie and layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsDataSecurity">
      <summary>
        <para>Provides access to the BootstrapGridView’s security settings that allow you to enable or disable data modification operations such as editing, inserting and deleting.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataSecuritySettings"/> object containing data security settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsEditing">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">BootstrapGridView</see>‘s editing settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditingSettings"/> object that contains the Grid View’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsFilterControl">
      <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.Bootstrap.BootstrapGridView.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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different grid popup elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewPopupControlSettings"/> object that contains the popup element settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.SettingsText">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTextSettings"/> object that contains the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control’s text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.Styles">
      <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.Bootstrap.BootstrapGridView.StylesContextMenu">
      <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.Bootstrap.BootstrapGridView.StylesEditors">
      <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.Bootstrap.BootstrapGridView.StylesFilterControl">
      <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.Bootstrap.BootstrapGridView.StylesPager">
      <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.Bootstrap.BootstrapGridView.StylesPopup">
      <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.Bootstrap.BootstrapGridView.StylesToolbar">
      <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.Bootstrap.BootstrapGridView.SummaryText">
      <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.Bootstrap.BootstrapGridView.Templates">
      <summary>
        <para>Provides access to the templates used to display the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s elements (cells, rows, etc.).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTemplates"/> object that contains templates for displaying data cells, rows, etc.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.Theme">
      <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.Bootstrap.BootstrapGridView.ToolbarItemClick">
      <summary>
        <para>Fires after a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridView.Toolbars">
      <summary>
        <para>Get the collection of the Grid View control’s toolbars.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection"/> object which is the collection of toolbars within the grid.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings.Image">
      <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.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings.Styles">
      <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.Bootstrap.BootstrapGridViewAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the grid’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptivitySettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptivitySettings.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.Bootstrap.BootstrapGridViewFormLayoutProperties"/> object that contains layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptivitySettings.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="M:DevExpress.Web.Bootstrap.BootstrapGridViewAutoFilterEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Web.GridViewAutoFilterEventKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewAutoFilterEventArgs"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNetBootstrap/120055/grid-view/data-representation-basics/columns/bands/header-bands">band column</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.#ctor(System.String)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn"/> 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="M:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.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.Bootstrap.BootstrapGridViewBandColumn.CellStyle">
      <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.Bootstrap.BootstrapGridViewBandColumn.Columns">
      <summary>
        <para>Provides access to a collection of columns that the current column combines.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCollection"/> object that is a collection of columns grouped by the current column.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> band column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumnCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.ExportCellStyle">
      <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.Bootstrap.BootstrapGridViewBandColumn.FixedStyle">
      <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.Bootstrap.BootstrapGridViewBandColumn.FooterCellStyle">
      <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.Bootstrap.BootstrapGridViewBandColumn.Grid">
      <summary>
        <para>Gets the grid to which the current column belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> object representing the grid that contains the current column.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.GroupFooterCellStyle">
      <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.Bootstrap.BootstrapGridViewBandColumn.HeaderBadge">
      <summary>
        <para>Gets settings of a badge displayed within the band column’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn.HeaderStyle">
      <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.Bootstrap.BootstrapGridViewBandColumn.ParentBand">
      <summary>
        <para>Gets the column’s parent column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn"/> 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.Bootstrap.BootstrapGridViewBandColumn.ShowInCustomizationForm">
      <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.Bootstrap.BootstrapGridViewBandColumnCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> band column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumnCssClasses.#ctor(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumnCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumnCssClasses.DataCell">
      <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.Bootstrap.BootstrapGridViewBandColumnCssClasses.EditCell">
      <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.Bootstrap.BootstrapGridViewBandColumnCssClasses.FilterCell">
      <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.Bootstrap.BootstrapGridViewBandColumnCssClasses.FooterCell">
      <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.Bootstrap.BootstrapGridViewBandColumnCssClasses.GroupFooterCell">
      <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.Bootstrap.BootstrapGridViewBatchEditSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNetBootstrap/118184/grid-view/data-editing/batch-edit-mode">Batch Edit Mode</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBatchEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBatchEditSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBatchEditSettings.AlwaysShowCheckboxesInCheckColumns">
      <summary>
        <para>Specifies whether or not Check Column cells should display native checkboxes both in Edit and Browse modes when batch editing is enabled.</para>
      </summary>
      <value>true, to always display native checkboxes in Check Column cells; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBatchEditSettings.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.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.BeforeColumnSortingGrouping">BootstrapGridView.BeforeColumnSortingGrouping</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,DevExpress.Data.ColumnSortOrder,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the processed data column. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventArgs.Column">BootstrapGridViewBeforeColumnGroupingSortingEventArgs.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.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventArgs.Column">
      <summary>
        <para>Gets a column whose sort or group order has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the processed data column.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.BeforeColumnSortingGrouping">BootstrapGridView.BeforeColumnSortingGrouping</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeColumnGroupingSortingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.BeforeHeaderFilterFillItems">BootstrapGridView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that is the data column containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.Column">BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.BeforeHeaderFilterFillItems">BootstrapGridView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBeforeHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewBehaviorSettings">
      <summary>
        <para>Provides behavior options for <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBehaviorSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBehaviorSettings.AllowFixedGroups">
      <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.Bootstrap.BootstrapGridViewBehaviorSettings.EnableCustomizationWindow">
      <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.Bootstrap.BootstrapGridViewBinaryImageColumn">
      <summary>
        <para>Represents a data column that displays images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBinaryImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBinaryImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewBinaryImageColumn.PropertiesBinaryImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBinaryImageEditProperties"/> object that contains settings specific to a binary image editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewBootstrapSpecificSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">BootstrapGridView</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewBootstrapSpecificSettings.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.Bootstrap.BootstrapGridViewBootstrapSpecificSettings.Striped">
      <summary>
        <para>Specifies whether the grid rows are striped.</para>
      </summary>
      <value>true, to stripe the grid rows; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewButtonEditColumn">
      <summary>
        <para>Represents a data column with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewButtonEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewButtonEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewButtonEditColumn.PropertiesButtonEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapButtonEditProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn">
      <summary>
        <para>Represents a Boolean data column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn.PropertiesCheckEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckBoxProperties"/> object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewClientSideEvents.CustomizationWindowCloseUp">
      <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.Bootstrap.BootstrapGridViewColumnCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCollection"/> class with the specified owner.</para>
      </summary>
      <param name="webControlObject">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.#ctor(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a Grid View column’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.DataCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a data cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.EditCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an edit cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.FilterCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a filter cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.FooterCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a footer cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.GroupFooterCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a group footer cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses.HeaderCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a column header cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomUnboundColumnData">BootstrapGridView.CustomUnboundColumnData</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDataEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,System.Int32,System.Object,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDataEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the unbound column. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDataEventArgs.Column">BootstrapGridViewColumnDataEventArgs.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.Bootstrap.BootstrapGridViewColumnDataEventArgs.Column">
      <summary>
        <para>Gets the unbound column currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the unbound column.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDataEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomUnboundColumnData">BootstrapGridView.CustomUnboundColumnData</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDataEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDateRangeCalendarSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDateRangePickerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDateRangePickerSettings.PickerType">
      <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.Bootstrap.BootstrapGridViewColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnDisplayText">BootstrapGridView.CustomColumnDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDisplayTextEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,System.Int32,System.Object,DevExpress.Web.GridColumnDisplayTextEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDisplayTextEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDisplayTextEventArgs.Column">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNetBootstrap/117769/grid-view/data-representation-basics/columns/data-columns">data column</see> that contains the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that represents the data column which contains the processed cell.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnDisplayText">BootstrapGridView.CustomColumnDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem">
      <summary>
        <para>Represents a layout item within the Grid View’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem"/> class.</para>
      </summary>
      <param name="caption">A string value that is the text displayed in the layout item.</param>
      <param name="name">A string value that is the unique identifier name for the current layout item or layout group.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.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.Bootstrap.BootstrapGridViewColumnLayoutItem.BackColor">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.BackgroundImage">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.BeginRow">
      <summary>
        <para>Specifies whether an item should be rendered within a new row.</para>
      </summary>
      <value>true, to render an item within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.Border">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.BorderBottom">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.BorderLeft">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.BorderRight">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.BorderTop">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.CaptionCellStyle">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.CaptionSettings">
      <summary>
        <para>Provides access to the item’s caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing the item caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.CaptionStyle">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.ColSpan">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.ColumnSpan">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.CssClass">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a Form Layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.Height">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within a layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewColumnLayoutItem.HelpTextStyle">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.NestedControlCellStyle">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.Paddings">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.ParentContainerStyle">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.RowSpan">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.SpanRules">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.TabImage">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.VerticalAlign">
      <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.Bootstrap.BootstrapGridViewColumnLayoutItem.Width">
      <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.Bootstrap.BootstrapGridViewComboBoxColumn">
      <summary>
        <para>Represents a data column with the combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewComboBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewComboBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewComboBoxColumn.PropertiesComboBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapComboBoxProperties"/> object that contains settings specific to a combo box editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CommandButtonInitialize">BootstrapGridView.CommandButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn,DevExpress.Web.ColumnCommandButtonType,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> object that represents the command column containing the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs.Column">BootstrapGridViewCommandButtonEventArgs.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.Bootstrap.BootstrapGridViewCommandButtonEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn,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.Bootstrap.BootstrapGridViewCommandColumn"/> object that is the command column containing the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs.Column">BootstrapGridViewCommandButtonEventArgs.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.Bootstrap.BootstrapGridViewCommandButtonEventArgs.Column">
      <summary>
        <para>Gets a command column which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> object that represents the command column which owns the processed button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to the processed command button element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs.Image">
      <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.Bootstrap.BootstrapGridViewCommandButtonEventArgs.Styles">
      <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.Bootstrap.BootstrapGridViewCommandButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CommandButtonInitialize">BootstrapGridView.CommandButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the command button’s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon to display within the command button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings.Image">
      <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.Bootstrap.BootstrapGridViewCommandButtonSettings.Styles">
      <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.Bootstrap.BootstrapGridViewCommandButtonsSettings">
      <summary>
        <para>Provide access to properties that allow customizing the settings of grid command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.ApplyFilterButton">
      <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.Bootstrap.BootstrapGridViewCommandButtonsSettings.CancelButton">
      <summary>
        <para>Gets the Cancel command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.ClearFilterButton">
      <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.Bootstrap.BootstrapGridViewCommandButtonsSettings.CustomizationDialogApplyButton">
      <summary>
        <para>Gets the Apply button’s settings in the Customization Dialog.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.CustomizationDialogCloseButton">
      <summary>
        <para>Gets the Close button’s settings in the Customization Dialog%&gt;.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.DeleteButton">
      <summary>
        <para>Gets the Delete command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.EditButton">
      <summary>
        <para>Gets the Edit command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.HideAdaptiveDetailButton">
      <summary>
        <para>Gets the Hide Adaptive Detail command item’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.NewButton">
      <summary>
        <para>Gets the New command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.RecoverButton">
      <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.Bootstrap.BootstrapGridViewCommandButtonsSettings.SearchPanelApplyButton">
      <summary>
        <para>Gets settings of the Apply command button displayed in the search panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.SearchPanelClearButton">
      <summary>
        <para>Gets settings of the Clear command button displayed in the search panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.SelectButton">
      <summary>
        <para>Gets the Select command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.ShowAdaptiveDetailButton">
      <summary>
        <para>Gets the Show Adaptive Detail command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewAdaptiveCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonsSettings.UpdateButton">
      <summary>
        <para>Gets the Update command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn">
      <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.Bootstrap.BootstrapGridViewCommandColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> 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="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.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.Bootstrap.BootstrapGridViewCommandColumn.CellStyle">
      <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.Bootstrap.BootstrapGridViewCommandColumn.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> command column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.CustomButtons">
      <summary>
        <para>Gets the collection of custom buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection"/> object which represents the collection of custom buttons.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.ExportCellStyle">
      <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.Bootstrap.BootstrapGridViewCommandColumn.FixedStyle">
      <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.Bootstrap.BootstrapGridViewCommandColumn.FooterCellStyle">
      <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.Bootstrap.BootstrapGridViewCommandColumn.Grid">
      <summary>
        <para>Gets the grid to which the current command column belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> object representing the grid that contains the current command column.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.GroupFooterCellStyle">
      <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.Bootstrap.BootstrapGridViewCommandColumn.HeaderBadge">
      <summary>
        <para>Gets settings of a badge displayed within the command column header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.HeaderStyle">
      <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.Bootstrap.BootstrapGridViewCommandColumn.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.SelectCheckBoxPosition">
      <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.Bootstrap.BootstrapGridViewCommandColumn.ShowInCustomizationDialog">
      <summary>
        <para>Specifies whether the command column is shown in the customization dialog.</para>
      </summary>
      <value>true, to show the command column in the customization dialog; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn.ShowInCustomizationForm">
      <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.Bootstrap.BootstrapGridViewCommandColumnCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> command column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCssClasses.#ctor(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCssClasses.Cell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCssClasses.DataCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a data cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCssClasses.EditCell">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an edit cell element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton">
      <summary>
        <para>Represents a custom command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton.CssClass">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a custom button located within a command column.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon to display within the custom button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton.Image">
      <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.Bootstrap.BootstrapGridViewCommandColumnCustomButton.Styles">
      <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.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection">
      <summary>
        <para>A collection of custom command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.#ctor(DevExpress.Web.GridViewCommandColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection"/> class with the specified owner.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.Add">
      <summary>
        <para>Adds a new custom button to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> object representing the newly created custom button.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.Add(DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton[])">
      <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.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> objects, to populate the collection.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.Column">
      <summary>
        <para>Gets a command column that owns this collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> object that represents the command column which owns this collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton)">
      <summary>
        <para>Returns the zero-based index of the specified button in the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified button in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton)">
      <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="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> object which represents the button at the specified position.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButtonCollection.Item(System.String)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="IDorText">A string value specifying the desired button’s ID or text.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumnCustomButton"/> object which represents the specified button.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewContextMenuInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.ContextMenuInitialize"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewContextMenuInitializeEventArgs.ContextMenu">
      <summary>
        <para>Gets the context menu.</para>
      </summary>
      <value>The context menu.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewContextMenuInitializeEventArgs.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.Bootstrap.BootstrapGridViewContextMenuInitializeEventArgs.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="T:DevExpress.Web.Bootstrap.BootstrapGridViewCookiesSettings">
      <summary>
        <para>Provides cookies and layout settings for <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCookiesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCookiesSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCookiesSettings.StoreControlWidth">
      <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.Bootstrap.BootstrapGridViewCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.CommandColumn">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a <see href="https://docs.devexpress.com/AspNetBootstrap/117770/grid-view/data-representation-basics/columns/command-columns">Command Column</see> element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.CommandColumnItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a command column item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.EditForm">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Edit Form element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.FilterRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Filter Row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.FocusedRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the currently focused row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.FooterRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a footer row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewAdaptivePanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCheckBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCommandCellSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCommandCheckBoxSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogColumnItemSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogContentSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogDragAreaSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogFilterItemSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogHeaderSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogListAreaSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewCustomizationDialogToggleSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewEditFormSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewEditRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewEmptyDataRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewExpandedSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewFilterRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewFixedTableSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewFooterRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewGroupExpandButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewGroupFooterRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewGroupPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewGroupRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewHeaderIndentSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewIndentCellSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewMasterDetailButtonCellSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewPanelHeaderSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewPreviewRowSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewSearchPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GridViewWrappedPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GroupFooterRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a group footer row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.GroupRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a group row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.HeaderRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the header row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconCollapseButton">
      <summary>
        <para>The CSS class of an icon displayed by a Collapse Group button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuClearFilter">
      <summary>
        <para>The CSS class of an icon displayed by the Clear Filter item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuClearGrouping">
      <summary>
        <para>The CSS class of an icon displayed by the Clear Grouping item displayed within the group panel context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuClearSorting">
      <summary>
        <para>The CSS class of an icon displayed by the Clear Sorting item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuCollapseDetailRow">
      <summary>
        <para>The CSS class of an icon displayed by the Collapse Detail item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuCollapseRow">
      <summary>
        <para>The CSS class of an icon displayed by the Collapse item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuDeleteRow">
      <summary>
        <para>The CSS class of an icon displayed by the Delete item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuEditRow">
      <summary>
        <para>The CSS class of an icon displayed by the Edit item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuExpandDetailRow">
      <summary>
        <para>The CSS class of an icon displayed by the Expand Detail item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuExpandRow">
      <summary>
        <para>The CSS class of an icon displayed by the Expand item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuFullCollapse">
      <summary>
        <para>The CSS class of an icon displayed by the Collapse All item within the group pane’s and a column’s context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuFullExpand">
      <summary>
        <para>The CSS class of an icon displayed by the Expand All item within the group pane and a column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuGroupByColumn">
      <summary>
        <para>The CSS class of an icon displayed by the Group by This Column item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuHideColumn">
      <summary>
        <para>The CSS class of an icon displayed by the Hide Column item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuNewRow">
      <summary>
        <para>The CSS class of an icon displayed by the New item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuRefresh">
      <summary>
        <para>The CSS class of an icon displayed by the Refresh item displayed within the row context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowColumn">
      <summary>
        <para>The CSS class of an icon displayed by the Show Column item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowCustomizationDialog">
      <summary>
        <para>The CSS class of an icon displayed by the Show Column item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowCustomizationWindow">
      <summary>
        <para>The CSS class of an icon displayed by the Column Chooser item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowFilterEditor">
      <summary>
        <para>The CSS class of an icon displayed by the Filter Builder… item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowFilterRow">
      <summary>
        <para>The CSS class of an icon displayed by the Filter Row item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowFilterRowMenu">
      <summary>
        <para>The CSS class of an icon displayed by the Filter Row Menu item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowFooter">
      <summary>
        <para>The CSS class of an icon displayed by the Footer item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowGroupPanel">
      <summary>
        <para>The CSS class of an icon displayed by the Group Panel item displayed within the context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuShowSearchPanel">
      <summary>
        <para>The CSS class of an icon displayed by the Search Panel item displayed within the context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSortAscending">
      <summary>
        <para>The CSS class of an icon displayed by the Sort Ascending item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSortDescending">
      <summary>
        <para>The CSS class of an icon displayed by the Sort Descending item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSummaryAverage">
      <summary>
        <para>The CSS class of an icon displayed by the Average item displayed within the footer context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSummaryCount">
      <summary>
        <para>The CSS class of an icon displayed by the Count item displayed within the footer context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSummaryMax">
      <summary>
        <para>The CSS class of an icon displayed by the Max item displayed within the footer context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSummaryMin">
      <summary>
        <para>The CSS class of an icon displayed by the Min item displayed within the footer context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSummaryNone">
      <summary>
        <para>The CSS class of an icon displayed by the None item displayed within the footer context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuSummarySum">
      <summary>
        <para>The CSS class of an icon displayed by the Sum item displayed within the footer context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconContextMenuUngroupColumn">
      <summary>
        <para>The CSS class of an icon displayed by the Ungroup item displayed within the column context menu.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconCustomizationDialogApply">
      <summary>
        <para>The CSS class of an icon displayed by the Customization Dialog’s Apply button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconCustomizationDialogClose">
      <summary>
        <para>The CSS class of an icon displayed by the Customization Dialog’s Close button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconDetailCollapseButton">
      <summary>
        <para>The CSS class of an icon displayed by a Collapse Detail button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconDetailExpandButton">
      <summary>
        <para>The CSS class of an icon displayed by an Expand Detail button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconDragAndDropArrowDown">
      <summary>
        <para>The CSS class of an image displayed at the column header’s bottom when it is dragged by an end-user.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconDragAndDropArrowLeft">
      <summary>
        <para>The CSS class of an icon displayed at the available column header’s right position, when the column is dragged by an end-user.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconDragAndDropArrowRight">
      <summary>
        <para>The CSS class of an icon displayed at the available column header’s left position, when the column is dragged by an end-user.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconDragAndDropArrowUp">
      <summary>
        <para>The CSS class of an image displayed at the column header’s top when it is dragged by an end-user.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconExpandButton">
      <summary>
        <para>The CSS class of an icon displayed by an Expand Group button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconFilterRowButton">
      <summary>
        <para>The CSS class of an icon displayed within a filter button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconHideAdaptiveDetailButton">
      <summary>
        <para>The CSS class of an icon displayed by the Hide Adaptive Detail button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconParentGroupRows">
      <summary>
        <para>The CSS class of an icon used to indicate which group the data row belongs to.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconShowAdaptiveDetailButton">
      <summary>
        <para>The CSS class of an icon displayed by the Show Adaptive Detail button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarClearGrouping">
      <summary>
        <para>The CSS class of an icon displayed within the Clear Grouping toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarCollapseDetailRow">
      <summary>
        <para>The CSS class of an icon displayed within the Collapse Detail toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarCollapseRow">
      <summary>
        <para>The CSS class of an icon displayed within the Collapse toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarExpandDetailRow">
      <summary>
        <para>The CSS class of an icon displayed within the Expand Detail toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarExpandRow">
      <summary>
        <para>The CSS class of an icon displayed within the Expand toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarFullCollapse">
      <summary>
        <para>The CSS class of an icon displayed within the Collapse All toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarFullExpand">
      <summary>
        <para>The CSS class of an icon displayed within the Expand All toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarShowCustomizationDialog">
      <summary>
        <para>The CSS class of an icon displayed within the Customization Dialog toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarShowFilterRow">
      <summary>
        <para>The CSS class of an icon displayed within the Filter Row toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarShowFilterRowMenu">
      <summary>
        <para>The CSS class of an icon displayed within the Filter Row Menu toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarShowFooter">
      <summary>
        <para>The CSS class of an icon displayed within the Footer toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.IconToolbarShowGroupPanel">
      <summary>
        <para>The CSS class of an icon displayed within the Group Panel toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.InlineEditRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an edit row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.PreviewRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a preview row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.Row">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.SelectedRow">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a selected row element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCssClasses.Table">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the table element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomButtonInitialize">BootstrapGridView.CustomButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs.#ctor(DevExpress.Web.GridViewCommandColumnCustomButton,System.Int32,DevExpress.Web.GridViewTableCommandCellType,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs"/> 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.Bootstrap.BootstrapGridViewCustomButtonEventArgs.Column">
      <summary>
        <para>Gets a command column which owns the processed custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> object that represents the command column which owns the processed custom button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the processed custom button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the image displayed by the processed custom button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs.Image">
      <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.Bootstrap.BootstrapGridViewCustomButtonEventArgs.Styles">
      <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.Bootstrap.BootstrapGridViewCustomButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomButtonInitialize">BootstrapGridView.CustomButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomColumnSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnSort">BootstrapGridView.CustomColumnSort</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnGroup">BootstrapGridView.CustomColumnGroup</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCustomColumnSortEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,System.Object,System.Object,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Initializes a new instance of the CustomColumnSortEventArgs class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object representing the column that contains the values to compare. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomColumnSortEventArgs.Column">BootstrapGridViewCustomColumnSortEventArgs.Column</see> property.</param>
      <param name="value1">An object representing the first of the two values being compared. This value is assigned to the <see cref="P:DevExpress.XtraGrid.Views.Base.CustomColumnSortEventArgs.Value1">CustomColumnSortEventArgs.Value1</see> property.</param>
      <param name="value2">An object representing the second of the two values being compared. This value is assigned to the <see cref="P:DevExpress.XtraGrid.Views.Base.CustomColumnSortEventArgs.Value2">CustomColumnSortEventArgs.Value2</see> property.</param>
      <param name="sortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> value representing the sort order applied to the specified column. This value is assigned to the <see cref="P:DevExpress.XtraGrid.Views.Base.CustomColumnSortEventArgs.SortOrder">CustomColumnSortEventArgs.SortOrder</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomColumnSortEventArgs.Column">
      <summary>
        <para>Gets the column whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that represents the column that contains the values to compare.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomColumnSortEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnSort">BootstrapGridView.CustomColumnSort</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CustomColumnGroup">BootstrapGridView.CustomColumnGroup</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomColumnSortEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings"/> class with the specified owner.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings.Image">
      <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.Bootstrap.BootstrapGridViewCustomizationDialogCommandButtonSettings.Styles">
      <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.Bootstrap.BootstrapGridViewDataColumn">
      <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.Bootstrap.BootstrapGridViewDataColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> 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.Bootstrap.BootstrapGridViewDataColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> 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.Bootstrap.BootstrapGridViewDataColumn.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.Bootstrap.BootstrapGridViewDataColumn.BatchEditModifiedCellStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.CellStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.Columns">
      <summary>
        <para>Provides access to a collection of columns that the current column combines.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCollection"/> object that is a collection of columns grouped by the current column.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> data column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewColumnCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.EditCellStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.EditFormCaptionStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.EditFormSettings">
      <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.Bootstrap.BootstrapGridViewDataColumn.FilterCellStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.Fixed">
      <summary>
        <para>Specifies whether the column is moved or anchored to the grid’s left edge when users scroll the grid horizontally.</para>
      </summary>
      <value>true to anchor the column to the grid’s left edge when users scroll the grid horizontally; false to move the column when users scroll the grid horizontally.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.FixedStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.FooterCellStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.Grid">
      <summary>
        <para>Gets the grid to which the current column belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> object representing the grid that contains the current column.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.GroupFooterCellStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.HeaderBadge">
      <summary>
        <para>Gets settings of a badge displayed within the data column header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.HeaderStyle">
      <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.Bootstrap.BootstrapGridViewDataColumn.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.ParentBand">
      <summary>
        <para>Gets the column’s parent column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBandColumn"/> 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.Bootstrap.BootstrapGridViewDataColumn.Settings">
      <summary>
        <para>Provides access to the column’s options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumnSettings"/> object that contains the column’s options.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.SettingsEditForm">
      <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.Bootstrap.BootstrapGridColumnEditFormSettings"/> object that contains the edit cell’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.SettingsHeaderFilter">
      <summary>
        <para>Provides access to the column’s header filter settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumnHeaderFilterSettings"/> object that contains the header filter settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.ShowInCustomizationDialog">
      <summary>
        <para>Specifies whether the data column is shown in the customization dialog.</para>
      </summary>
      <value>true, to show the data column in the customization dialog; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn.ShowInCustomizationForm">
      <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.Bootstrap.BootstrapGridViewDataColumn.ShowInFilterControl">
      <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.Bootstrap.BootstrapGridViewDataColumnSettings">
      <summary>
        <para>Provides options for <see href="https://docs.devexpress.com/AspNetBootstrap/117769/grid-view/data-representation-basics/columns/data-columns">data columns</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumnSettings.ShowInFilterControl">
      <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.Bootstrap.BootstrapGridViewDataSecuritySettings">
      <summary>
        <para>Provides security settings that allow disabling data modification operations such as editing, inserting, deleting.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewDataSecuritySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataSecuritySettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataSecuritySettings.AllowDelete">
      <summary>
        <para>Specifies whether row deletion is allowed in the grid.</para>
      </summary>
      <value>true, to allow row deletion operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataSecuritySettings.AllowEdit">
      <summary>
        <para>Specifies whether row editing is allowed in the grid.</para>
      </summary>
      <value>true, to allow data row editing operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDataSecuritySettings.AllowInsert">
      <summary>
        <para>Specifies whether row inserting is allowed in the grid.</para>
      </summary>
      <value>true, to allow data row insertion operations; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewDateColumn">
      <summary>
        <para>Represents a data column used to display DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewDateColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDateColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDateColumn.PropertiesDateEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDateEditProperties"/> object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewDropDownEditColumn">
      <summary>
        <para>Represents a data column with an editor containing a customizable dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewDropDownEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDropDownEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewDropDownEditColumn.PropertiesDropDownEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownEditProperties"/> object that contains settings specific to a dropdown editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn">
      <summary>
        <para>Serves as a base for classes that represent edit data columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn"/> 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.Bootstrap.BootstrapGridViewEditDataColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn"/> 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.Bootstrap.BootstrapGridViewEditDataColumn.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.Bootstrap.BootstrapGridViewEditDataColumn"/> descendant that represents the data column for the specified data type.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditDataColumn.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.Bootstrap.BootstrapGridViewEditFormLayoutEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.EditFormLayoutCreated"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormLayoutEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapFormLayout,DevExpress.Web.Bootstrap.BootstrapGridView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormLayoutEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormLayoutEventArgs.EditFormLayout">
      <summary>
        <para>Gets the form layout.</para>
      </summary>
      <value>The form layout.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormPopupSettings">
      <summary>
        <para>Contains Popup Edit Form specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormPopupSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormPopupSettings.SettingsAdaptivity">
      <summary>
        <para>Gets or sets the popup edit form‘s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridPopupEditFormAdaptivitySettings"/> object that contains the popup edit form‘s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormPopupSettings.ShowCollapseButton">
      <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.Bootstrap.BootstrapGridViewEditFormPopupSettings.ShowMaximizeButton">
      <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.Bootstrap.BootstrapGridViewEditFormPopupSettings.ShowPinButton">
      <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.Bootstrap.BootstrapGridViewEditFormPopupSettings.ShowShadow">
      <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.Bootstrap.BootstrapGridViewEditingSettings">
      <summary>
        <para>Provides editing settings for <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditingSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditingSettings.BatchEditSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNetBootstrap/118184/grid-view/data-editing/batch-edit-mode">Batch Edit Mode</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewBatchEditSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditingSettings.EditFormColumnCount">
      <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.Bootstrap.BootstrapGridViewEditingSettings.EditFormColumnSpan">
      <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.Bootstrap.BootstrapGridViewEditingSettings.FormLayoutProperties">
      <summary>
        <para>Provides access to the settings allowing you to customize the form layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties"/> object that contains the form layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditingSettings.UseFormLayout">
      <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.Bootstrap.BootstrapGridViewEditorCreateEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,System.Int32,DevExpress.Web.EditPropertiesBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCreateEventArgs"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses.IconCheckColumnChecked">
      <summary>
        <para>The CSS class of an icon displayed by a <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn"/>‘s cell in the checked state.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses.IconCheckColumnIndeterminate">
      <summary>
        <para>The CSS class of an icon displayed by a <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn"/>‘s cell in the indeterminate state.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditorCssClasses.IconCheckColumnUnchecked">
      <summary>
        <para>The CSS class of an icon displayed by a <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCheckColumn"/>‘s cell in the unchecked state.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CellEditorInitialize">BootstrapGridView.CellEditorInitialize</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.AutoFilterCellEditorInitialize">BootstrapGridView.AutoFilterCellEditorInitialize</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewEditorEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,System.Int32,DevExpress.Web.ASPxEditBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that represents the data column whose cell editor is being initialized. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewEditorEventArgs.Column">BootstrapGridViewEditorEventArgs.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.Bootstrap.BootstrapGridViewEditorEventArgs.Column">
      <summary>
        <para>Gets the data column whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that represents the data column whose cell editor is being initialized.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.CellEditorInitialize">BootstrapGridView.CellEditorInitialize</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.AutoFilterCellEditorInitialize">BootstrapGridView.AutoFilterCellEditorInitialize</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties">
      <summary>
        <para>Contains settings that relate to the FormLayout used in the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties"/> 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.Bootstrap.BootstrapGridViewFormLayoutProperties.AlignItemCaptions">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.ColCount">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.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.Bootstrap.BootstrapGridViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.LayoutType">
      <summary>
        <para>Specifies the layout type for the Form Layout items.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.FormLayoutType"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.LeftAndRightCaptionsWidth">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.NestedControlWidth">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.Paddings">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.ParentStyles">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.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.Bootstrap.BootstrapGridViewFormLayoutProperties.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.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing properties common to all the layout item captions.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing properties common to all the help texts.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewFormLayoutProperties.Styles">
      <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.Bootstrap.BootstrapGridViewFormLayoutProperties.UseDefaultPaddings">
      <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.Bootstrap.BootstrapGridViewHeaderFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HeaderFilterFillItems">BootstrapGridView.HeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that is the processed data column. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterEventArgs.Column">BootstrapGridViewHeaderFilterEventArgs.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.Bootstrap.BootstrapGridViewHeaderFilterEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HeaderFilterFillItems">BootstrapGridView.HeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterPopupSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewHyperLinkColumn">
      <summary>
        <para>Specifies a data column with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewHyperLinkColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewHyperLinkColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewHyperLinkColumn.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.Bootstrap.BootstrapGridViewHyperLinkColumn.PropertiesHyperLinkEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewHyperLinkColumn.ShowUrlAsDisplayText">
      <summary>
        <para>Specifies whether or not the value from the column’s data field can be used as a column cell’s display text.</para>
      </summary>
      <value>true, if the data value can be used as the display text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewImageColumn">
      <summary>
        <para>Represents a data column that displays images located at the specified URLs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewImageColumn.PropertiesImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageEditProperties"/> object that contains settings specific to an image editor.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the group’s caption.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup.AlignItemCaptions">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.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.Bootstrap.BootstrapGridViewLayoutGroup.BackColor">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.BackgroundImage">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.BeginRow">
      <summary>
        <para>Specifies whether a group should be rendered within a new row.</para>
      </summary>
      <value>true, to render a group within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup.Border">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.BorderBottom">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.BorderLeft">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.BorderRight">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.BorderTop">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.CellStyle">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.ColSpan">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.ColumnSpan">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.CssClass">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> control’s form layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup.GridSettings">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.GroupBoxDecoration">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.GroupBoxStyle">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.Height">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.Paddings">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.ParentContainerStyle">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.RowSpan">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutGroup.SpanRules">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.TabImage">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.UseDefaultPaddings">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.VerticalAlign">
      <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.Bootstrap.BootstrapGridViewLayoutGroup.Width">
      <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.Bootstrap.BootstrapGridViewLayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewLayoutItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewMemoColumn">
      <summary>
        <para>Represents a data column used to display memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewMemoColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewMemoColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewMemoColumn.PropertiesMemoEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemoProperties"/> object that contains settings specific to a memo editor.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewPagerCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewPagerCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings">
      <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.Bootstrap.BootstrapGridViewPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.AllButton">
      <summary>
        <para>Gets the All button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties"/> object that contains the All button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.CurrentPageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of the numeric button that corresponds to the selected page.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.FirstPageButton">
      <summary>
        <para>Gets the First button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties"/> object that contains the First button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.LastPageButton">
      <summary>
        <para>Gets the Last button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties"/> object that contains the Last button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.NextPageButton">
      <summary>
        <para>Gets the Next button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties"/> object that contains the Next button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.PageSizeItemSettings">
      <summary>
        <para>Gets the Page Size Item element’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageSizeItemSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.PrevPageButton">
      <summary>
        <para>Gets the Previous button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPrevButtonProperties"/> object that contains the Previous button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPagerSettings.ShowDefaultImages">
      <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.Bootstrap.BootstrapGridViewPagerSettings.ShowSeparators">
      <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.Bootstrap.BootstrapGridViewPopupControlSettings">
      <summary>
        <para>Contains specific settings for different popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewPopupControlSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPopupControlSettings.CustomizationWindow">
      <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.Bootstrap.BootstrapGridViewPopupControlSettings.EditForm">
      <summary>
        <para>Provides access to the Popup Edit Form’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewEditFormPopupSettings"/> object that contains the Edit Form’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewPopupControlSettings.FilterControl">
      <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.Bootstrap.BootstrapGridViewPopupControlSettings.HeaderFilter">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117792/grid-view/filtering/header-filter">Header Filter</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewHeaderFilterPopupSettings"/> object that contains the Header Filter’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewProgressBarColumn">
      <summary>
        <para>Represents a data column with the progress bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewProgressBarColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewProgressBarColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewProgressBarColumn.PropertiesProgressBar">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties"/> object that contains settings specific to a progress bar.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the appearance and functionality of a command button displayed on the Grid View’s search panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings.ButtonType">
      <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.Bootstrap.BootstrapGridViewSearchPanelCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the render mode of command buttons in the search panel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewSettings">
      <summary>
        <para>Provides view options for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewSettings.EnableFilterControlPopupMenuScrolling">
      <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.Bootstrap.BootstrapGridViewSettings.ShowFilterBar">
      <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.Bootstrap.BootstrapGridViewSpinEditColumn">
      <summary>
        <para>Represents a data column used to display numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewSpinEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewSpinEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewSpinEditColumn.PropertiesSpinEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties"/> object that contains settings specific to a spin editor.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the tabbed group’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup.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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.BackgroundImage">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.BeginRow">
      <summary>
        <para>Specifies whether a group should be rendered within a new row.</para>
      </summary>
      <value>true, to render a group within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Border">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.BorderBottom">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.BorderLeft">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.BorderRight">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.BorderTop">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Caption">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.ColSpan">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.ColumnSpan">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see> control’s tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Height">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.HorizontalAlign">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Images">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Paddings">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.PageControl">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.ParentContainerStyle">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.RowSpan">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTabbedLayoutGroup.ShowGroupDecoration">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.SpanRules">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Styles">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.TabImage">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.TabPosition">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.TabSpacing">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.VerticalAlign">
      <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.Bootstrap.BootstrapGridViewTabbedLayoutGroup.Width">
      <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.Bootstrap.BootstrapGridViewTableCommandCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlCommandCellPrepared">BootstrapGridView.HtmlCommandCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTableCommandCellEventArgs.#ctor(System.Web.UI.WebControls.TableCell,System.Object,System.Int32,DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn,DevExpress.Web.GridViewTableCommandCellType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableCommandCellEventArgs"/> 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.Bootstrap.BootstrapGridViewCommandColumn"/> object that represents the command column. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewTableCommandCellEventArgs.CommandColumn">BootstrapGridViewTableCommandCellEventArgs.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.Bootstrap.BootstrapGridViewTableCommandCellEventArgs.CommandColumn">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNetBootstrap/117770/grid-view/data-representation-basics/columns/command-columns">command column</see> whose cell is currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> object that represents the command column within the Grid View.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableCommandCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlCommandCellPrepared">BootstrapGridView.HtmlCommandCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableCommandCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableDataCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlDataCellPrepared">BootstrapGridView.HtmlDataCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTableDataCellEventArgs.#ctor(System.Web.UI.WebControls.TableCell,System.Object,DevExpress.Web.Bootstrap.BootstrapGridView,System.Int32,DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableDataCellEventArgs"/> 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.Bootstrap.BootstrapGridView"/> 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.Bootstrap.BootstrapGridViewDataColumn"/> object that represents the column.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTableDataCellEventArgs.DataColumn">
      <summary>
        <para>Gets the data column that owns the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that represents the data column.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableDataCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlDataCellPrepared">BootstrapGridView.HtmlDataCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableDataCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableFooterCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlFooterCellPrepared">BootstrapGridView.HtmlFooterCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTableFooterCellEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridView,DevExpress.Web.GridViewColumn,System.Int32,System.Web.UI.WebControls.TableCell)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableFooterCellEventArgs"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> 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.Bootstrap.BootstrapGridViewTableFooterCellEventArgs.CommandColumn">
      <summary>
        <para>Gets the command column that owns the footer cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewCommandColumn"/> descendant that represents the command column.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTableFooterCellEventArgs.DataColumn">
      <summary>
        <para>Gets the data column that owns the footer cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewDataColumn"/> descendant that represents the data column.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableFooterCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.HtmlFooterCellPrepared">BootstrapGridView.HtmlFooterCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTableFooterCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTagBoxColumn">
      <summary>
        <para>Represents a data column with the tag box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTagBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTagBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTagBoxColumn.PropertiesTagBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties"/> object that contains settings specific to a tag box editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTemplateReplacement">
      <summary>
        <para>A server control used to display default contents of a <see href="https://docs.devexpress.com/AspNetBootstrap/117691/grid-view">Grid View</see>‘s Edit Form and Pager within the Edit Form Template and Pager Template respectively.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTemplateReplacement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTemplateReplacement"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTemplates">
      <summary>
        <para>Contains the templates used to display the Grid View’s data cells, rows, etc.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTemplates.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTemplates"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTextColumn">
      <summary>
        <para>Represents a data column used to display string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTextColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTextColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTextColumn.PropertiesTextEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties"/> object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewTextSettings">
      <summary>
        <para>Provides text options for <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTextSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTextSettings.ContextMenuClearFilter">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuClearGrouping">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuClearSorting">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuCollapseDetailRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuCollapseRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuDeleteRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuEditRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuExpandDetailRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuExpandRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuExportTo">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuFullCollapse">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuFullExpand">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuGroupByColumn">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuGroupSummary">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuHideColumn">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuNewRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuRefresh">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowColumn">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowCustomizationDialog">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowCustomizationWindow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowFilterEditor">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowFilterRow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowFilterRowMenu">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowFooter">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowGroupPanel">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuShowSearchPanel">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSortAscending">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSortDescending">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSummaryAverage">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSummaryCount">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSummaryMax">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSummaryMin">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSummaryNone">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuSummarySum">
      <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.Bootstrap.BootstrapGridViewTextSettings.ContextMenuUngroupColumn">
      <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.Bootstrap.BootstrapGridViewTextSettings.CustomizationWindowCaption">
      <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.Bootstrap.BootstrapGridViewTextSettings.CustomizationWindowFooterText">
      <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.Bootstrap.BootstrapGridViewTextSettings.FilterBarClear">
      <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.Bootstrap.BootstrapGridViewTextSettings.FilterBarCreateFilter">
      <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.Bootstrap.BootstrapGridViewTextSettings.FilterControlPopupCaption">
      <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.Bootstrap.BootstrapGridViewTextSettings.ToolbarShowCustomizationWindow">
      <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.Bootstrap.BootstrapGridViewTextSettings.ToolbarShowFilterEditor">
      <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.Bootstrap.BootstrapGridViewTimeEditColumn">
      <summary>
        <para>Represents a data column used to display and edit time portions of DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewTimeEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewTimeEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewTimeEditColumn.PropertiesTimeEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties"/> object that contains settings specific to a time editor.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar">
      <summary>
        <para>A base class for the Grid View’s toolbar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar.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.Bootstrap.BootstrapGridViewToolbar.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the toolbar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar.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.Bootstrap.BootstrapGridViewToolbar.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.Bootstrap.BootstrapGridViewToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar.ShowInsidePanel">
      <summary>
        <para>Specifies whether or not the Grid View’s toolbar is shown within the Panel element.</para>
      </summary>
      <value>true, to display a toolbar within the Panel element; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection">
      <summary>
        <para>Represents the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection"/> class with the specified owner.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection.Add">
      <summary>
        <para>Adds a new toolbar to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar"/> object representing the newly created toolbar.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar object with the specified <see cref="P:DevExpress.Web.GridToolbar.Name">GridToolbar.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.GridToolbar.Name">GridToolbar.Name</see> property value of the required toolbar.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbar"/> object with a specific value of the <see cref="P:DevExpress.Web.GridToolbar.Name">GridToolbar.Name</see> property.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCollection"/>.</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.Bootstrap.BootstrapGridViewToolbar"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking toolbar items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.Cancel">
      <summary>
        <para>A command that discards any changes made to the current row and switches the Grid View to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.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.Bootstrap.BootstrapGridViewToolbarCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.CollapseDetailRow">
      <summary>
        <para>A command that collapses the detail row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.CollapseRow">
      <summary>
        <para>A command that collapses the row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.Delete">
      <summary>
        <para>A command that deletes the current row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.DeleteSelectedRowsOnPage">
      <summary>
        <para>A command that deletes the selected rows on the page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.Edit">
      <summary>
        <para>A command that allows editing the current row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.ExpandDetailRow">
      <summary>
        <para>A command that expands the detail row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.ExpandRow">
      <summary>
        <para>A command that expands the row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.FullCollapse">
      <summary>
        <para>A command that collapses all rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.FullExpand">
      <summary>
        <para>A command that expands all rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.New">
      <summary>
        <para>A command that creates a new row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.ShowCustomizationDialog">
      <summary>
        <para>A command that controls the Show Customization Dialog visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.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.Bootstrap.BootstrapGridViewToolbarCommand.ShowFilterRowMenu">
      <summary>
        <para>A command that controls the filter row menu visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand.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.Bootstrap.BootstrapGridViewToolbarCommand.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.Bootstrap.BootstrapGridViewToolbarCommand.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.Bootstrap.BootstrapGridViewToolbarCommand.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="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem">
      <summary>
        <para>Implements the Grid View’s toolbar item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> class with the specified text.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.AdaptivePriority">
      <summary>
        <para>Specifies the priority of item hiding in adaptive mode.</para>
      </summary>
      <value>An Int32 value that specifies the item priority.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.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.Bootstrap.BootstrapGridViewToolbarItem.Items">
      <summary>
        <para>Gets a collection that contains child items of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem.SettingsBootstrap">
      <summary>
        <para>Provides access to the toolbar item’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase">
      <summary>
        <para>Implements the base toolbar item functionality for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.AdaptivePriority">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.AdaptiveText">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.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.Bootstrap.BootstrapGridViewToolbarItemBase.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.Command">
      <summary>
        <para>Gets or sets a command to execute when the item is clicked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarCommand"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the toolbar item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.EnableScrolling">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed by the toolbar item.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.Image">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.Items">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.ItemStyle">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.Menu">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.Parent">
      <summary>
        <para>Gets the immediate parent toolbar item to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase"/> object representing the menu item’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.PopOutImage">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.ScrollButtonStyle">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.ScrollDownButtonImage">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.ScrollUpButtonImage">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.SubMenuItemImage">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.SubMenuItemStyle">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.SubMenuPopOutImage">
      <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.Bootstrap.BootstrapGridViewToolbarItemBase.SubMenuStyle">
      <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.Bootstrap.BootstrapGridViewToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.ToolbarItemClick">BootstrapGridView.ToolbarItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemClickEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemClickEventArgs"/> class for the specified toolbar item.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase"/> object that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase"/> object that is the clicked toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapGridView.ToolbarItemClick">BootstrapGridView.ToolbarItemClick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemClickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection">
      <summary>
        <para>Represents a collection of a <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/>‘s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection"/> class with the specified root item.</para>
      </summary>
      <param name="rootItem">A <see cref="T:DevExpress.Web.GridToolbarItem"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.Add">
      <summary>
        <para>Adds a new toolbar item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> object representing the newly created toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.IconCssClass">BootstrapGridViewToolbarItemBase.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.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.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.Bootstrap.BootstrapGridViewToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <summary>
        <para>Appends an array of menu items fields to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <summary>
        <para>Returns the item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> object that represents the item that meets the specified criteria; null if the item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <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.Bootstrap.BootstrapGridViewToolbarItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <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.Bootstrap.BootstrapGridViewToolbarItemCollection.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.Bootstrap.BootstrapGridViewToolbarItem"/> 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.Bootstrap.BootstrapGridViewToolbarItemCollection.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.Bootstrap.BootstrapGridViewToolbarItem"/> 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.Bootstrap.BootstrapGridViewToolbarItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection"/>.</param>
      <returns>A<see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <summary>
        <para>Returns the zero-based index of the specified toolbar item in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified node in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection"/>.</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.Bootstrap.BootstrapGridViewToolbarItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItem})">
      <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.Bootstrap.BootstrapGridViewToolbarMenuItem">
      <summary>
        <para>An individual item within a Grid View toolbar item’s drop-down menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar menu item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar menu item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar menu item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A string specifying the toolbar menu item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar menu item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> class with the specified text.</para>
      </summary>
      <param name="text">A string specifying the toolbar menu item text.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem.DropDownMode">
      <summary>
        <para>Gets or sets a value that specifies whether the toolbar item’s drop-down menu should only be invoked by using a dedicated drop down button.</para>
      </summary>
      <value>true if the drop down button is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem.Items">
      <summary>
        <para>Gets a collection that contains child items of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection">
      <summary>
        <para>Represents a collection of a <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridView"/> toolbar item’s nested items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/> class with the specified parent item.</para>
      </summary>
      <param name="parent">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.Add">
      <summary>
        <para>Adds a new toolbar menu item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object representing the newly created toolbar menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.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.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarItemBase.IconCssClass">BootstrapGridViewToolbarItemBase.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.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.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.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <summary>
        <para>Appends an array of menu items fields to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <summary>
        <para>Returns the item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object that represents the item that meets the specified criteria; null if the item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.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.Bootstrap.BootstrapGridViewToolbarMenuItem"/> 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.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.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.Bootstrap.BootstrapGridViewToolbarMenuItem"/> 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.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <summary>
        <para>Returns the zero-based index of the specified toolbar item in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified item in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection"/>.</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.Bootstrap.BootstrapGridViewToolbarMenuItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapGridViewToolbarMenuItem})">
      <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.Bootstrap.BootstrapHyperLink">
      <summary>
        <para>Represents a text editor with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapHyperLink.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperLink"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLink.BackColor">
      <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.Bootstrap.BootstrapHyperLink.BackgroundImage">
      <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.Bootstrap.BootstrapHyperLink.Badge">
      <summary>
        <para>Gets settings of a badge displayed by the hyperlink.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLink.Border">
      <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.Bootstrap.BootstrapHyperLink.BorderBottom">
      <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.Bootstrap.BootstrapHyperLink.BorderColor">
      <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.Bootstrap.BootstrapHyperLink.BorderLeft">
      <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.Bootstrap.BootstrapHyperLink.BorderRight">
      <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.Bootstrap.BootstrapHyperLink.BorderStyle">
      <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.Bootstrap.BootstrapHyperLink.BorderTop">
      <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.Bootstrap.BootstrapHyperLink.BorderWidth">
      <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.Bootstrap.BootstrapHyperLink.CaptionCellStyle">
      <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.Bootstrap.BootstrapHyperLink.CaptionSettings">
      <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.Bootstrap.BootstrapHyperLink.CaptionStyle">
      <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.Bootstrap.BootstrapHyperLink.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.Bootstrap.BootstrapHyperLink.CssClass">
      <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.Bootstrap.BootstrapHyperLink.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117909/data-editors/hyperlink">Hyperlink</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLink.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.Bootstrap.BootstrapHyperLink.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="P:DevExpress.Web.Bootstrap.BootstrapHyperLink.Cursor">
      <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.Bootstrap.BootstrapHyperLink.DisabledStyle">
      <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.Bootstrap.BootstrapHyperLink.Font">
      <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.Bootstrap.BootstrapHyperLink.ForeColor">
      <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.Bootstrap.BootstrapHyperLink.Height">
      <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.Bootstrap.BootstrapHyperLink.ImageHeight">
      <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.Bootstrap.BootstrapHyperLink.ImageUrl">
      <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.Bootstrap.BootstrapHyperLink.ImageWidth">
      <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.Bootstrap.BootstrapHyperLink.ParentImages">
      <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.Bootstrap.BootstrapHyperLink.ParentStyles">
      <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.Bootstrap.BootstrapHyperLink.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapHyperLink.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLink.RightToLeft">
      <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.Bootstrap.BootstrapHyperLink.RootStyle">
      <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.Bootstrap.BootstrapHyperLink.Theme">
      <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.Bootstrap.BootstrapHyperLink.Width">
      <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.Bootstrap.BootstrapHyperLink.Wrap">
      <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.Bootstrap.BootstrapHyperlinkCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117909/data-editors/hyperlink">Hyperlink</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Hyperlink control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperlinkCssClasses.Icon">
      <summary>
        <para>The CSS class of an icon displayed by the Hyperlink control.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties">
      <summary>
        <para>Contains settings specific to a hyperlink editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties"/> 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.Bootstrap.BootstrapHyperLinkProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.Badge">
      <summary>
        <para>Gets settings of a badge displayed by the hyperlink.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.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.Bootstrap.BootstrapHyperLinkProperties.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="P:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides names of CSS classes that define images displayed by the inplace editor’s hyperlink.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapHyperLinkProperties.ImageHeight">
      <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.Bootstrap.BootstrapHyperLinkProperties.ImageUrl">
      <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.Bootstrap.BootstrapHyperLinkProperties.ImageUrlField">
      <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.Bootstrap.BootstrapHyperLinkProperties.ImageWidth">
      <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.Bootstrap.BootstrapHyperLinkProperties.Style">
      <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.Bootstrap.BootstrapIconSet">
      <summary>
        <para>Lists the values that define external icon libraries supported by DevExpress Bootstrap controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapIconSet.Embedded">
      <summary>
        <para>Applies the embedded icon set to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapIconSet.FontAwesome">
      <summary>
        <para>Applies the Font Awesome ver.4 icon set to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapIconSet.FontAwesome5">
      <summary>
        <para>Applies the Font Awesome ver.5 icon set to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapIconSet.Glyphicons">
      <summary>
        <para>Applies the GLYPHICONS icon set to a control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapImage">
      <summary>
        <para>Represents a control for displaying images.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapImage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapImage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImage.BackColor">
      <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.Bootstrap.BootstrapImage.BackgroundImage">
      <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.Bootstrap.BootstrapImage.Border">
      <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.Bootstrap.BootstrapImage.BorderBottom">
      <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.Bootstrap.BootstrapImage.BorderColor">
      <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.Bootstrap.BootstrapImage.BorderLeft">
      <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.Bootstrap.BootstrapImage.BorderRight">
      <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.Bootstrap.BootstrapImage.BorderStyle">
      <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.Bootstrap.BootstrapImage.BorderTop">
      <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.Bootstrap.BootstrapImage.BorderWidth">
      <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.Bootstrap.BootstrapImage.Caption">
      <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.Bootstrap.BootstrapImage.CaptionCellStyle">
      <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.Bootstrap.BootstrapImage.CaptionSettings">
      <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.Bootstrap.BootstrapImage.CaptionStyle">
      <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.Bootstrap.BootstrapImage.CssClass">
      <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.Bootstrap.BootstrapImage.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Bootstrap Image control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImage.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.Bootstrap.BootstrapImage.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="P:DevExpress.Web.Bootstrap.BootstrapImage.Cursor">
      <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.Bootstrap.BootstrapImage.DisabledStyle">
      <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.Bootstrap.BootstrapImage.EmptyImage">
      <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.Bootstrap.BootstrapImage.EmptyImageUrl">
      <summary>
        <para>Gets or sets the URL of an image which is displayed by the editor if the editor’s value is null.</para>
      </summary>
      <value>A string containing the URL of an image.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImage.Font">
      <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.Bootstrap.BootstrapImage.ForeColor">
      <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.Bootstrap.BootstrapImage.ParentImages">
      <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.Bootstrap.BootstrapImage.ParentStyles">
      <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.Bootstrap.BootstrapImage.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapImage.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImage.RootStyle">
      <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.Bootstrap.BootstrapImage.SpriteCssClass">
      <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.Bootstrap.BootstrapImage.SpriteCssFilePath">
      <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.Bootstrap.BootstrapImage.SpriteImageUrl">
      <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.Bootstrap.BootstrapImage.SpriteLeft">
      <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.Bootstrap.BootstrapImage.SpriteTop">
      <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.Bootstrap.BootstrapImage.Theme">
      <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.Bootstrap.BootstrapImageCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of an image control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapImageCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied the Image control’s caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageCssClasses.Control">
      <summary>
        <para>Gets or sets the name of the CSS class applied to the control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119043/data-editors/binary-image">Binary Image</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.Button">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an image editor’s button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.ButtonPanel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an image editor’s button panel element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.Caption">
      <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.Bootstrap.BootstrapImageEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of the CSS class applied to the control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.DeleteButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an image editor’s button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.EmptyValueText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an image editor’s display text element when its value is empty.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.IconDeleteButton">
      <summary>
        <para>The CSS class of an icon displayed by the Image control’s Delete button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.IconOpenDialogButton">
      <summary>
        <para>The CSS class of an icon displayed by the Image control’s Open Dialog button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.OpenDialogButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the control’s button invoking the Open dialog.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapImageEditCssClasses.ProgressBar">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the control’s progress bar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapImageEditProperties">
      <summary>
        <para>Contains settings specific to an image editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapImageEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapImageEditProperties"/> 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.Bootstrap.BootstrapImageEditProperties.Caption">
      <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.Bootstrap.BootstrapImageEditProperties.CaptionCellStyle">
      <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.Bootstrap.BootstrapImageEditProperties.CaptionSettings">
      <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.Bootstrap.BootstrapImageEditProperties.CaptionStyle">
      <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.Bootstrap.BootstrapImageEditProperties.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.Bootstrap.BootstrapImageEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapImageEditProperties.EmptyImage">
      <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.Bootstrap.BootstrapImageEditProperties.RootStyle">
      <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.Bootstrap.BootstrapImageEditProperties.SpriteCssClass">
      <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.Bootstrap.BootstrapImageEditProperties.SpriteLeft">
      <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.Bootstrap.BootstrapImageEditProperties.SpriteTop">
      <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.Bootstrap.BootstrapImageEditProperties.Style">
      <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.Bootstrap.BootstrapImageOption">
      <summary>
        <para>Lists values specifying a bootstrap class used to style an image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapImageOption.Circle">
      <summary>
        <para>Defines a circular image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapImageOption.Responsive">
      <summary>
        <para>Defines a responsive image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapImageOption.Rounded">
      <summary>
        <para>Defines a rounded image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapImageOption.Thumbnail">
      <summary>
        <para>Defines a thumbnail-shaped image.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties">
      <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.Bootstrap.BootstrapLastButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties"/> 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.Bootstrap.BootstrapLastButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the button’s image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties.Image">
      <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.Bootstrap.BootstrapLastButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapLastButtonProperties.ShowDefaultText">
      <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.Bootstrap.BootstrapLayoutGroup">
      <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.Bootstrap.BootstrapFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.AlignItemCaptions">
      <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.Bootstrap.BootstrapLayoutGroup.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.Bootstrap.BootstrapLayoutGroup.BackColor">
      <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.Bootstrap.BootstrapLayoutGroup.BackgroundImage">
      <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.Bootstrap.BootstrapLayoutGroup.BeginRow">
      <summary>
        <para>Specifies whether a group should be rendered within a new row.</para>
      </summary>
      <value>true, to render a group within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.Border">
      <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.Bootstrap.BootstrapLayoutGroup.BorderBottom">
      <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.Bootstrap.BootstrapLayoutGroup.BorderLeft">
      <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.Bootstrap.BootstrapLayoutGroup.BorderRight">
      <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.Bootstrap.BootstrapLayoutGroup.BorderTop">
      <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.Bootstrap.BootstrapLayoutGroup.CellStyle">
      <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.Bootstrap.BootstrapLayoutGroup.ColSpan">
      <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.Bootstrap.BootstrapLayoutGroup.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.ColumnCount">
      <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.Bootstrap.BootstrapLayoutGroup.ColumnSpan">
      <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.Bootstrap.BootstrapLayoutGroup.CssClass">
      <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.Bootstrap.BootstrapLayoutGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a Form Layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.GroupBoxDecoration">
      <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.Bootstrap.BootstrapLayoutGroup.GroupBoxStyle">
      <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.Bootstrap.BootstrapLayoutGroup.Height">
      <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.Bootstrap.BootstrapLayoutGroup.Items">
      <summary>
        <para>Provides access to the layout group’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.Paddings">
      <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.Bootstrap.BootstrapLayoutGroup.ParentContainerStyle">
      <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.Bootstrap.BootstrapLayoutGroup.RowSpan">
      <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.Bootstrap.BootstrapLayoutGroup.SettingsItemCaptions">
      <summary>
        <para>Provides access to the layout item caption settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing properties common to all the layout item captions within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing properties common to all the help texts within the layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroup.SpanRules">
      <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.Bootstrap.BootstrapLayoutGroup.TabImage">
      <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.Bootstrap.BootstrapLayoutGroup.UseDefaultPaddings">
      <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.Bootstrap.BootstrapLayoutGroup.VerticalAlign">
      <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.Bootstrap.BootstrapLayoutGroup.Width">
      <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.Bootstrap.BootstrapLayoutGroupItemSettings">
      <summary>
        <para>Contains settings specific to layout items displayed within a layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings.Height">
      <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.Bootstrap.BootstrapLayoutGroupItemSettings.VerticalAlign">
      <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.Bootstrap.BootstrapLayoutGroupItemSettings.Width">
      <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.Bootstrap.BootstrapLayoutItem">
      <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.Bootstrap.BootstrapFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItem"/> class with default settings.</para>
      </summary>
      <param name="caption">A layout item caption.</param>
      <param name="name">A layout item name.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItem.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.Bootstrap.BootstrapLayoutItem.BackColor">
      <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.Bootstrap.BootstrapLayoutItem.BackgroundImage">
      <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.Bootstrap.BootstrapLayoutItem.BeginRow">
      <summary>
        <para>Specifies whether a layout item should be rendered within a new row.</para>
      </summary>
      <value>true, to render an item within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.Border">
      <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.Bootstrap.BootstrapLayoutItem.BorderBottom">
      <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.Bootstrap.BootstrapLayoutItem.BorderLeft">
      <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.Bootstrap.BootstrapLayoutItem.BorderRight">
      <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.Bootstrap.BootstrapLayoutItem.BorderTop">
      <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.Bootstrap.BootstrapLayoutItem.CaptionCellStyle">
      <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.Bootstrap.BootstrapLayoutItem.CaptionSettings">
      <summary>
        <para>Provides access to the layout item caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing the layout item caption settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.CaptionStyle">
      <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.Bootstrap.BootstrapLayoutItem.ColSpan">
      <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.Bootstrap.BootstrapLayoutItem.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns an item occupies on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns a layout item occupies on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns an item occupies on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns an item occupies on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns an item occupies on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.ColumnSpan">
      <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.Bootstrap.BootstrapLayoutItem.ContentCollection">
      <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.Bootstrap.BootstrapLayoutItem.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the layout item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a <see href="https://docs.devexpress.com/AspNetBootstrap/117919/site-layout/form-layout">Form Layout</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayoutItemCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.Height">
      <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.Bootstrap.BootstrapLayoutItem.HelpTextSettings">
      <summary>
        <para>Provides access to a layout item’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItem.HelpTextStyle">
      <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.Bootstrap.BootstrapLayoutItem.LayoutItemNestedControlCollection">
      <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.Bootstrap.BootstrapLayoutItem.NestedControlCellStyle">
      <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.Bootstrap.BootstrapLayoutItem.Paddings">
      <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.Bootstrap.BootstrapLayoutItem.ParentContainerStyle">
      <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.Bootstrap.BootstrapLayoutItem.RowSpan">
      <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.Bootstrap.BootstrapLayoutItem.SpanRules">
      <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.Bootstrap.BootstrapLayoutItem.TabImage">
      <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.Bootstrap.BootstrapLayoutItem.VerticalAlign">
      <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.Bootstrap.BootstrapLayoutItem.Width">
      <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.Bootstrap.BootstrapLayoutItemCaptionPosition">
      <summary>
        <para>Lists values that define the position of the caption within a layout item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionPosition.After">
      <summary>
        <para>The caption is displayed after the content.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionPosition.Before">
      <summary>
        <para>The caption is displayed before the content.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionPosition.NotSet">
      <summary>
        <para>The caption position is not assigned.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings">
      <summary>
        <para>Contains settings specific to a layout item caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings.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.Bootstrap.BootstrapLayoutItemCaptionSettings.Location">
      <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.Bootstrap.BootstrapLayoutItemCaptionSettings.Position">
      <summary>
        <para>Specifies the position of the layout item caption relative to the layout item content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionPosition"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings.VerticalAlign">
      <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.Bootstrap.BootstrapLayoutItemCollection">
      <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.Bootstrap.BootstrapLayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBindingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutItemDataBinding">BootstrapFormLayout.LayoutItemDataBinding</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBindingEventArgs.#ctor(DevExpress.Web.LayoutItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBindingEventArgs"/> 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.Bootstrap.BootstrapLayoutItemDataBindingEventArgs.LayoutItem">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBindingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutItemDataBinding">BootstrapFormLayout.LayoutItemDataBinding</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBindingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBoundEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutItemDataBound">BootstrapFormLayout.LayoutItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBoundEventArgs.#ctor(DevExpress.Web.LayoutItem,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBoundEventArgs"/> 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.Bootstrap.BootstrapLayoutItemDataBoundEventArgs.LayoutItem">
      <summary>
        <para>Gets a layout item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBoundEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapFormLayout.LayoutItemDataBound">BootstrapFormLayout.LayoutItemDataBound</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemDataBoundEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextPosition">
      <summary>
        <para>Lists values that define the position of help text within a layout item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextPosition.Bottom">
      <summary>
        <para>Help text is positioned at the bottom of the layout item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextPosition.NotSet">
      <summary>
        <para>The positioning of help text is not set.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextPosition.Top">
      <summary>
        <para>Help text is positioned at the top of the layout item.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings">
      <summary>
        <para>Contains settings specific to the layout item help text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings.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.Bootstrap.BootstrapLayoutItemHelpTextSettings.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.Bootstrap.BootstrapLayoutItemHelpTextPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings.VerticalAlign">
      <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.Bootstrap.BootstrapListBox">
      <summary>
        <para>Represents a control to display a list of items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBox.#ctor(DevExpress.Web.ASPxWebControl,DevExpress.Web.ListBoxProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBox"/> class with the specified settings.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.ListBoxProperties"/> object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.AccessibilityCompliant">
      <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.Bootstrap.BootstrapListBox.AllowCustomValues">
      <summary>
        <para>Specifies whether or not it is possible to add custom list values using a client-side API.</para>
      </summary>
      <value>true, to allow adding and selecting custom editor items to the data editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.BackColor">
      <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.Bootstrap.BootstrapListBox.BackgroundImage">
      <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.Bootstrap.BootstrapListBox.Border">
      <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.Bootstrap.BootstrapListBox.BorderBottom">
      <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.Bootstrap.BootstrapListBox.BorderColor">
      <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.Bootstrap.BootstrapListBox.BorderLeft">
      <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.Bootstrap.BootstrapListBox.BorderRight">
      <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.Bootstrap.BootstrapListBox.BorderStyle">
      <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.Bootstrap.BootstrapListBox.BorderTop">
      <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.Bootstrap.BootstrapListBox.BorderWidth">
      <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.Bootstrap.BootstrapListBox.CaptionCellStyle">
      <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.Bootstrap.BootstrapListBox.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.CaptionStyle">
      <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.Bootstrap.BootstrapListBox.CheckBoxCheckedImage">
      <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.Bootstrap.BootstrapListBox.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapListBox.CheckBoxGrayedImage">
      <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.Bootstrap.BootstrapListBox.CheckBoxStyle">
      <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.Bootstrap.BootstrapListBox.CheckBoxUncheckedImage">
      <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.Bootstrap.BootstrapListBox.Columns">
      <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.Bootstrap.BootstrapListBox.CssClass">
      <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.Bootstrap.BootstrapListBox.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117910/data-editors/list-box">List Box</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.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.Bootstrap.BootstrapListBox.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="P:DevExpress.Web.Bootstrap.BootstrapListBox.Cursor">
      <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.Bootstrap.BootstrapListBox.DataSecurityMode">
      <summary>
        <para>Provides the capability to restrict setting the editor value on the client side to values listed in the server Items collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.DisabledStyle">
      <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.Bootstrap.BootstrapListBox.EnableFocusedStyle">
      <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.Bootstrap.BootstrapListBox.EnableMultiColumn">
      <summary>
        <para>Enables the List Box’s multi-column mode.</para>
      </summary>
      <value>true to enable multi-column mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.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 server-side Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.Fields">
      <summary>
        <para>Provides access to a ListBox’s field collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection"/> object which represents a collection of all the fields within a List Box.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.FilterEditorStyle">
      <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.Bootstrap.BootstrapListBox.FilterImage">
      <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.Bootstrap.BootstrapListBox.FilterStyle">
      <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.Bootstrap.BootstrapListBox.FocusedStyle">
      <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.Bootstrap.BootstrapListBox.Font">
      <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.Bootstrap.BootstrapListBox.ForeColor">
      <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.Bootstrap.BootstrapListBox.Height">
      <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.Bootstrap.BootstrapListBox.HideFilterImage">
      <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.Bootstrap.BootstrapListBox.HideFilterRtlImage">
      <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.Bootstrap.BootstrapListBox.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides names of CSS classes that define images displayed by the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.ImageFolder">
      <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.Bootstrap.BootstrapListBox.ImageUrlField">
      <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.Bootstrap.BootstrapListBox.InvalidStyle">
      <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.Bootstrap.BootstrapListBox.ItemImage">
      <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.Bootstrap.BootstrapListBox.ItemRowPrepared">
      <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.Bootstrap.BootstrapListBox.Items">
      <summary>
        <para>Gets the collection of items in the list editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance representing the collection of the editor’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.ItemStyle">
      <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.Bootstrap.BootstrapListBox.ItemTextCellPrepared">
      <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.Bootstrap.BootstrapListBox.LoadingPanelImage">
      <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.Bootstrap.BootstrapListBox.LoadingPanelStyle">
      <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.Bootstrap.BootstrapListBox.Native">
      <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.Bootstrap.BootstrapListBox.NativeCheckBoxes">
      <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.Bootstrap.BootstrapListBox.ParentImages">
      <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.Bootstrap.BootstrapListBox.ParentStyles">
      <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.Bootstrap.BootstrapListBox.ReadOnlyStyle">
      <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.Bootstrap.BootstrapListBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBox.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.RightToLeft">
      <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.Bootstrap.BootstrapListBox.RootStyle">
      <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.Bootstrap.BootstrapListBox.Rows">
      <summary>
        <para>Gets or sets the number of rows displayed within the editor.</para>
      </summary>
      <value>An integer value that specifies the number of rows displayed in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBox.SelectAllStyle">
      <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.Bootstrap.BootstrapListBox.SpriteCssFilePath">
      <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.Bootstrap.BootstrapListBox.SpriteImageUrl">
      <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.Bootstrap.BootstrapListBox.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.Bootstrap.BootstrapListBox.Theme">
      <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.Bootstrap.BootstrapListBox.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117910/data-editors/list-box">List Box</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.CheckBox">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a selection check box element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.Filter">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the filter element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.FilterEdit">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the filter editor element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.FilterEditNullText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the filter editor’s null text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.IconClearFilterButton">
      <summary>
        <para>The CSS class of an icon displayed by the Clear Filter button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.IconHideFilterButton">
      <summary>
        <para>The CSS class of an icon displayed within the Hide Filter button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.IconShowFilterButton">
      <summary>
        <para>The CSS class of an icon displayed within the Show Filter button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxCssClasses.SelectAll">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Select All check box element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListBoxField">
      <summary>
        <para>Contains settings that define an individual data field providing values to a list editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxField.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> 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="P:DevExpress.Web.Bootstrap.BootstrapListBoxField.Caption">
      <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.Bootstrap.BootstrapListBoxField.CellTemplate">
      <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.Bootstrap.BootstrapListBoxField.Name">
      <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.Bootstrap.BootstrapListBoxField.SettingsMultiColumn">
      <summary>
        <para>Specifies corresponding column settings when the control is in <see cref="P:DevExpress.Web.Bootstrap.BootstrapListBox.EnableMultiColumn">multi-column mode</see>.</para>
      </summary>
      <value>An instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings"/> class that defines column settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxField.ToolTip">
      <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.Bootstrap.BootstrapListBoxField.VisibleIndex">
      <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.Bootstrap.BootstrapListBoxField.Width">
      <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.Bootstrap.BootstrapListBoxFieldCollection">
      <summary>
        <para>Represents a collection of list editor data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.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.Bootstrap.BootstrapListBoxField"/> object representing the newly created field.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Add(DevExpress.Web.Bootstrap.BootstrapListBoxField)">
      <summary>
        <para>Adds the specified field to the end of an editor’s field collection.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Add(System.String,System.String,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Add(System.String,System.String)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Add(System.String)">
      <summary>
        <para>Creates a new field 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.Bootstrap.BootstrapListBoxField"/> object representing the newly created field.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapListBoxField)">
      <summary>
        <para>Returns the zero-based index of the specified field in the collection.</para>
      </summary>
      <param name="field">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified field in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapListBoxField)">
      <summary>
        <para>Adds the field 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 field should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="field">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> object which represents the field at the specified position.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection.Remove(DevExpress.Web.Bootstrap.BootstrapListBoxField)">
      <summary>
        <para>Removes the specified item from the collection.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxField"/> object that is the item to be removed from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings">
      <summary>
        <para>Defines column settings for a List Box and Combo Box in <see cref="P:DevExpress.Web.Bootstrap.BootstrapListBox.EnableMultiColumn">multi-column mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies settings from a 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.Bootstrap.BootstrapListBoxFieldMultiColumnSettings.Caption">
      <summary>
        <para>Specifies a column’s caption.</para>
      </summary>
      <value>A column’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings.ToolTip">
      <summary>
        <para>Specifies a column header’s tooltip.</para>
      </summary>
      <value>Tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxFieldMultiColumnSettings.Width">
      <summary>
        <para>Specifies a column’s width.</para>
      </summary>
      <value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure’s value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListBoxProperties">
      <summary>
        <para>Contains settings specific to a listbox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxProperties"/> 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.Bootstrap.BootstrapListBoxProperties.AllowCustomValues">
      <summary>
        <para>Specifies whether or not it is possible to add custom list values using a client-side API.</para>
      </summary>
      <value>true, to allow adding and selecting custom editor items to the data editor; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.CheckBox">
      <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.Bootstrap.BootstrapListBoxProperties.CheckBoxChecked">
      <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.Bootstrap.BootstrapListBoxProperties.CheckBoxFocused">
      <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.Bootstrap.BootstrapListBoxProperties.CheckBoxUnchecked">
      <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.Bootstrap.BootstrapListBoxProperties.Columns">
      <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.Bootstrap.BootstrapListBoxProperties.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.Bootstrap.BootstrapListBoxProperties.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="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.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.Bootstrap.BootstrapListBox.Items">BootstrapListBox.Items</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataSecurityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapListBoxProperties.EnableMultiColumn">
      <summary>
        <para>Enables a List Box’s multi-column mode.</para>
      </summary>
      <value>true to enable multi-column mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.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 server-side Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.Fields">
      <summary>
        <para>Provides access to a ListBox’s field collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListBoxFieldCollection"/> object which represents a collection of all the fields within a List Box.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.FocusedStyle">
      <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.Bootstrap.BootstrapListBoxProperties.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides names of CSS classes that define images displayed by the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.ImageUrlField">
      <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.Bootstrap.BootstrapListBoxProperties.InvalidStyle">
      <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.Bootstrap.BootstrapListBoxProperties.ItemImage">
      <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.Bootstrap.BootstrapListBoxProperties.Items">
      <summary>
        <para>Gets the collection of items in the list editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance that is the collection of the editor’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.ItemStyle">
      <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.Bootstrap.BootstrapListBoxProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapListBoxProperties.Rows">
      <summary>
        <para>Gets or sets the number of rows displayed within the editor.</para>
      </summary>
      <value>An integer value that specifies the number of rows displayed in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListBoxProperties.Style">
      <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.Bootstrap.BootstrapListBoxProperties.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.Bootstrap.BootstrapListBoxProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a list editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a list editor’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListEditCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a list item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListEditItem">
      <summary>
        <para>Represents an individual list item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItem.#ctor(System.String,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value that specifies the CSS class of the image displayed by the item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItem.#ctor(System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItem"/> 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.Bootstrap.BootstrapListEditItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItem"/> 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.Bootstrap.BootstrapListEditItem.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.Bootstrap.BootstrapListEditItem.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the list item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListEditItem.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the list item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListEditItem.ImageUrl">
      <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.Bootstrap.BootstrapListEditItem.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the item’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection">
      <summary>
        <para>Represents the collection of list items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.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.Bootstrap.BootstrapListEditItem"/> object that represents the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.Add(DevExpress.Web.Bootstrap.BootstrapListEditItem)">
      <summary>
        <para>Adds the specified item to the collection</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItem"/> object that specifies the item to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed within the item.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItemBase"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.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.Bootstrap.BootstrapListEditItem"/> object that represents the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.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.Bootstrap.BootstrapListEditItem"/> object that represents the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.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.Bootstrap.BootstrapListEditItem"/> 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.Bootstrap.BootstrapListEditItemCollection.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.Bootstrap.BootstrapListEditItem"/> 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.Bootstrap.BootstrapListEditItemCollection.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.Bootstrap.BootstrapListEditItem"/> 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.Bootstrap.BootstrapListEditItemCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapListEditItem)">
      <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.Bootstrap.BootstrapListEditItem"/> 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.Bootstrap.BootstrapListEditItemCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapListEditItem)">
      <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.Bootstrap.BootstrapListEditItem"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/>.</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.Bootstrap.BootstrapListEditItemCollection"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection.Remove(DevExpress.Web.Bootstrap.BootstrapListEditItem)">
      <summary>
        <para>Removes an item from the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItem"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMemo">
      <summary>
        <para>Represents a multi-line text editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMemo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemo.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapMemo.BackColor">
      <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.Bootstrap.BootstrapMemo.BackgroundImage">
      <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.Bootstrap.BootstrapMemo.Border">
      <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.Bootstrap.BootstrapMemo.BorderBottom">
      <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.Bootstrap.BootstrapMemo.BorderColor">
      <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.Bootstrap.BootstrapMemo.BorderLeft">
      <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.Bootstrap.BootstrapMemo.BorderRight">
      <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.Bootstrap.BootstrapMemo.BorderStyle">
      <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.Bootstrap.BootstrapMemo.BorderTop">
      <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.Bootstrap.BootstrapMemo.BorderWidth">
      <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.Bootstrap.BootstrapMemo.CaptionCellStyle">
      <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.Bootstrap.BootstrapMemo.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemo.CaptionStyle">
      <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.Bootstrap.BootstrapMemo.CssClass">
      <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.Bootstrap.BootstrapMemo.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117911/data-editors/memo">Memo</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemoCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemo.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.Bootstrap.BootstrapMemo.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="P:DevExpress.Web.Bootstrap.BootstrapMemo.Cursor">
      <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.Bootstrap.BootstrapMemo.DisabledStyle">
      <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.Bootstrap.BootstrapMemo.EnableFocusedStyle">
      <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.Bootstrap.BootstrapMemo.FocusedStyle">
      <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.Bootstrap.BootstrapMemo.Font">
      <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.Bootstrap.BootstrapMemo.ForeColor">
      <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.Bootstrap.BootstrapMemo.Height">
      <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.Bootstrap.BootstrapMemo.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemo.HelpTextStyle">
      <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.Bootstrap.BootstrapMemo.HorizontalAlign">
      <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.Bootstrap.BootstrapMemo.ImageFolder">
      <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.Bootstrap.BootstrapMemo.InvalidStyle">
      <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.Bootstrap.BootstrapMemo.Native">
      <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.Bootstrap.BootstrapMemo.NullTextStyle">
      <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.Bootstrap.BootstrapMemo.ParentImages">
      <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.Bootstrap.BootstrapMemo.ParentStyles">
      <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.Bootstrap.BootstrapMemo.ReadOnlyStyle">
      <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.Bootstrap.BootstrapMemo.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMemo.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemo.RightToLeft">
      <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.Bootstrap.BootstrapMemo.RootStyle">
      <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.Bootstrap.BootstrapMemo.SpriteCssFilePath">
      <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.Bootstrap.BootstrapMemo.SpriteImageUrl">
      <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.Bootstrap.BootstrapMemo.Theme">
      <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.Bootstrap.BootstrapMemo.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMemoCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117911/data-editors/memo">Memo</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMemoCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemoCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemoCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Memo control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemoCssClasses.NullText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Null Text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMemoProperties">
      <summary>
        <para>Contains settings specific to a memo editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMemoProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemoProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMemoProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMemoProperties"/> 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.Bootstrap.BootstrapMemoProperties.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.Bootstrap.BootstrapMemoProperties.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="P:DevExpress.Web.Bootstrap.BootstrapMemoProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapMemoProperties.FocusedStyle">
      <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.Bootstrap.BootstrapMemoProperties.Height">
      <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.Bootstrap.BootstrapMemoProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMemoProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapMemoProperties.InvalidStyle">
      <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.Bootstrap.BootstrapMemoProperties.Native">
      <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.Bootstrap.BootstrapMemoProperties.NullTextStyle">
      <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.Bootstrap.BootstrapMemoProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapMemoProperties.Style">
      <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.Bootstrap.BootstrapMemoProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenu">
      <summary>
        <para>Represents a menu control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenu"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenu.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117829/site-navigation/menu">Menu</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenu.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="E:DevExpress.Web.Bootstrap.BootstrapMenu.ItemClick">
      <summary>
        <para>Fires after a menu item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapMenu.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.Bootstrap.BootstrapMenu.ItemDataBound">
      <summary>
        <para>Occurs after a menu item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenu.Items">
      <summary>
        <para>Gets a collection that contains menu items of the menu’s root level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/> that contains the root level menu items of the current menu control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenu.RootItem">
      <summary>
        <para>Provides access to the menu’s root item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object that is the root menu item.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenu.SelectedItem">
      <summary>
        <para>Sets the menu’s selected menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object representing the selected item.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenu.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117829/site-navigation/menu">BootstrapMenu</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuBase">
      <summary>
        <para>Represents the base class for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenu"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuBase.AccessibilityCompliant">
      <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.Bootstrap.BootstrapMenuBase.AdaptiveMenuImage">
      <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.Bootstrap.BootstrapMenuBase.ApplyItemStyleToTemplates">
      <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.Bootstrap.BootstrapMenuBase.AutoSeparators">
      <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.Bootstrap.BootstrapMenuBase.BackColor">
      <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.Bootstrap.BootstrapMenuBase.BackgroundImage">
      <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.Bootstrap.BootstrapMenuBase.BeginGroupField">
      <summary>
        <para>Gets or sets the data source field which identifies menu items that start a group.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuBase.Border">
      <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.Bootstrap.BootstrapMenuBase.BorderBetweenItemAndSubMenu">
      <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.Bootstrap.BootstrapMenuBase.BorderBottom">
      <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.Bootstrap.BootstrapMenuBase.BorderColor">
      <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.Bootstrap.BootstrapMenuBase.BorderLeft">
      <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.Bootstrap.BootstrapMenuBase.BorderRight">
      <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.Bootstrap.BootstrapMenuBase.BorderStyle">
      <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.Bootstrap.BootstrapMenuBase.BorderTop">
      <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.Bootstrap.BootstrapMenuBase.BorderWidth">
      <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.Bootstrap.BootstrapMenuBase.CssClass">
      <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.Bootstrap.BootstrapMenuBase.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.Bootstrap.BootstrapMenuBase.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="P:DevExpress.Web.Bootstrap.BootstrapMenuBase.Cursor">
      <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.Bootstrap.BootstrapMenuBase.DisabledStyle">
      <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.Bootstrap.BootstrapMenuBase.EnableAnimation">
      <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.Bootstrap.BootstrapMenuBase.EnableCallbackCompression">
      <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.Bootstrap.BootstrapMenuBase.EnableCallBacks">
      <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.Bootstrap.BootstrapMenuBase.EnableHotTrack">
      <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.Bootstrap.BootstrapMenuBase.EnableSubMenuFullWidth">
      <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.Bootstrap.BootstrapMenuBase.Font">
      <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.Bootstrap.BootstrapMenuBase.ForeColor">
      <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.Bootstrap.BootstrapMenuBase.GutterBackgroundImage">
      <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.Bootstrap.BootstrapMenuBase.GutterCssClass">
      <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.Bootstrap.BootstrapMenuBase.GutterWidth">
      <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.Bootstrap.BootstrapMenuBase.Height">
      <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.Bootstrap.BootstrapMenuBase.HorizontalAlign">
      <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.Bootstrap.BootstrapMenuBase.HorizontalPopOutImage">
      <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.Bootstrap.BootstrapMenuBase.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides names of CSS classes that define images displayed by the menu items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuBase.ImageFolder">
      <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.Bootstrap.BootstrapMenuBase.ImageUrlField">
      <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.Bootstrap.BootstrapMenuBase.ItemImage">
      <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.Bootstrap.BootstrapMenuBase.ItemImagePosition">
      <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.Bootstrap.BootstrapMenuBase.ItemLinkMode">
      <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.Bootstrap.BootstrapMenuBase.ItemSpacing">
      <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.Bootstrap.BootstrapMenuBase.ItemStyle">
      <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.Bootstrap.BootstrapMenuBase.ItemWrap">
      <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.Bootstrap.BootstrapMenuBase.LinkStyle">
      <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.Bootstrap.BootstrapMenuBase.LoadingPanelImage">
      <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.Bootstrap.BootstrapMenuBase.LoadingPanelStyle">
      <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.Bootstrap.BootstrapMenuBase.Opacity">
      <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.Bootstrap.BootstrapMenuBase.Paddings">
      <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.Bootstrap.BootstrapMenuBase.ParentImages">
      <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.Bootstrap.BootstrapMenuBase.ParentStyles">
      <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.Bootstrap.BootstrapMenuBase.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuBase.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapMenuBase.RightToLeft">
      <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.Bootstrap.BootstrapMenuBase.ScrollButtonStyle">
      <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.Bootstrap.BootstrapMenuBase.ScrollDownButtonImage">
      <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.Bootstrap.BootstrapMenuBase.ScrollUpButtonImage">
      <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.Bootstrap.BootstrapMenuBase.SeparatorBackgroundImage">
      <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.Bootstrap.BootstrapMenuBase.SeparatorColor">
      <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.Bootstrap.BootstrapMenuBase.SeparatorCssClass">
      <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.Bootstrap.BootstrapMenuBase.SeparatorHeight">
      <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.Bootstrap.BootstrapMenuBase.SeparatorPaddings">
      <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.Bootstrap.BootstrapMenuBase.SeparatorWidth">
      <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.Bootstrap.BootstrapMenuBase.SettingsAdaptivity">
      <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.Bootstrap.BootstrapMenuBase.SettingsLoadingPanel">
      <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.Bootstrap.BootstrapMenuBase.ShowAsToolbar">
      <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.Bootstrap.BootstrapMenuBase.ShowSubMenuShadow">
      <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.Bootstrap.BootstrapMenuBase.SpriteCssFilePath">
      <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.Bootstrap.BootstrapMenuBase.SpriteImageUrl">
      <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.Bootstrap.BootstrapMenuBase.SubMenuItemImage">
      <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.Bootstrap.BootstrapMenuBase.SubMenuItemStyle">
      <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.Bootstrap.BootstrapMenuBase.SubMenuStyle">
      <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.Bootstrap.BootstrapMenuBase.TextIndent">
      <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.Bootstrap.BootstrapMenuBase.Theme">
      <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.Bootstrap.BootstrapMenuBase.VerticalAlign">
      <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.Bootstrap.BootstrapMenuBase.VerticalPopOutImage">
      <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.Bootstrap.BootstrapMenuBase.VerticalPopOutRtlImage">
      <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.Bootstrap.BootstrapMenuBootstrapSpecificSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/117829/site-navigation/menu">BootstrapMenu</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuBootstrapSpecificSettings.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.Bootstrap.BootstrapMenuBootstrapSpecificSettings.NavbarMode">
      <summary>
        <para>Specifies whether the menu should be displayed as navigation headers.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117829/site-navigation/menu">Menu</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.ItemCheckableSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.ItemPopOutSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.ItemSeparatorSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.Menu">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Menu’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.MenuItem">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a menu item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.MenuSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.PopupMenuSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses.Separator">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a separator element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuCssClassesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuCssClassesBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuDataFields.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuDataFields"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuItem">
      <summary>
        <para>Represents an individual menu item within menu controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. The value initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.IconCssClass">BootstrapMenuItem.IconCssClass</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. 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.Bootstrap.BootstrapMenuItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. The value initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.IconCssClass">BootstrapMenuItem.IconCssClass</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. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. The value initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.IconCssClass">BootstrapMenuItem.IconCssClass</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> 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.Bootstrap.BootstrapMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> class with specified 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.Bootstrap.BootstrapMenuItem.AdaptivePriority">
      <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.Bootstrap.BootstrapMenuItem.AdaptiveText">
      <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.Bootstrap.BootstrapMenuItem.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.Bootstrap.BootstrapMenuItem.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the menu item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.DropDownMode">
      <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.Bootstrap.BootstrapMenuItem.EnableScrolling">
      <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.Bootstrap.BootstrapMenuItem.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the menu item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.Image">
      <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.Bootstrap.BootstrapMenuItem.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.Bootstrap.BootstrapMenuItemCollection"/> that contains the submenu items of the current menu item.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.ItemStyle">
      <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.Bootstrap.BootstrapMenuItem.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.Bootstrap.BootstrapMenuItem.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.Bootstrap.BootstrapMenuItem"/> object representing the menu item’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.PopOutImage">
      <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.Bootstrap.BootstrapMenuItem.ScrollButtonStyle">
      <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.Bootstrap.BootstrapMenuItem.ScrollDownButtonImage">
      <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.Bootstrap.BootstrapMenuItem.ScrollUpButtonImage">
      <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.Bootstrap.BootstrapMenuItem.SubMenuItemImage">
      <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.Bootstrap.BootstrapMenuItem.SubMenuItemStyle">
      <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.Bootstrap.BootstrapMenuItem.SubMenuPopOutImage">
      <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.Bootstrap.BootstrapMenuItem.SubMenuStyle">
      <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.Bootstrap.BootstrapMenuItem.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the item’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection">
      <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.Bootstrap.BootstrapMenuItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapMenuItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="menuItem">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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.Bootstrap.BootstrapMenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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 name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the menu item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.IconCssClass">BootstrapMenuItem.IconCssClass</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 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.Bootstrap.BootstrapMenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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 name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the menu item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.IconCssClass">BootstrapMenuItem.IconCssClass</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 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.Bootstrap.BootstrapMenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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 name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the menu item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapMenuItem.IconCssClass">BootstrapMenuItem.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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 name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</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.Bootstrap.BootstrapMenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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 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.Bootstrap.BootstrapMenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <summary>
        <para>Appends an array of menu items fields to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapMenuItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <summary>
        <para>Returns the item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object that represents the item that meets the specified criteria; null if the item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <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.Bootstrap.BootstrapMenuItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <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.Bootstrap.BootstrapMenuItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item 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, 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.Bootstrap.BootstrapMenuItem"/> 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.Bootstrap.BootstrapMenuItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a group item 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.Bootstrap.BootstrapMenuItem"/> 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.Bootstrap.BootstrapMenuItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <summary>
        <para>Returns the zero-based index of the specified item in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified item in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object which represents the menu item at the specified position.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapMenuItem})">
      <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.Bootstrap.BootstrapMenuItemCommandEventArgs">
      <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.Bootstrap.BootstrapMenuItemCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapMenuItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> 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="P:DevExpress.Web.Bootstrap.BootstrapMenuItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapMenu.ItemCommand">BootstrapMenu.ItemCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuItemEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on menu items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMenuItemEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapMenuItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemEventArgs"/> class.</para>
      </summary>
      <param name="item">Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> class.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMenuItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMenuItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapMenu.ItemClick">BootstrapMenu.ItemClick</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapMenu.ItemDataBound">BootstrapMenu.ItemDataBound</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMode">
      <summary>
        <para>Lists values that specify the used Bootstrap framework version.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMode.Bootstrap3">
      <summary>
        <para>Bootstrap v3 is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMode.Bootstrap4">
      <summary>
        <para>Bootstrap v4 is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapMode.Bootstrap5">
      <summary>
        <para>Bootstrap v5 is used.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapMonthView">
      <summary>
        <para>Represents <see href="https://docs.devexpress.com/AspNet/3807/components/scheduler/concepts/views/month-multi-week-view">Month (Multi-Week) View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapMonthView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMonthView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMonthView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMonthView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Month View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMonthViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapMonthView.DisplayName">
      <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.Bootstrap.BootstrapMonthView.MenuCaption">
      <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.Bootstrap.BootstrapMonthView.MonthViewStyles">
      <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.Bootstrap.BootstrapMonthView.MoreButtonHTML">
      <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.Bootstrap.BootstrapMonthView.ShortDisplayName">
      <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.Bootstrap.BootstrapMonthView.Styles">
      <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.Bootstrap.BootstrapMonthViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapMonthViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties">
      <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.Bootstrap.BootstrapNextButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties"/> 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.Bootstrap.BootstrapNextButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the button’s image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties.Image">
      <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.Bootstrap.BootstrapNextButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapNextButtonProperties.ShowDefaultText">
      <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.Bootstrap.BootstrapPageControl">
      <summary>
        <para>Represents a navigation control made up of multiple tabbed pages.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPageControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControl.AccessibilityCompliant">
      <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.Bootstrap.BootstrapPageControl.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.Bootstrap.BootstrapPageControl.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.Bootstrap.BootstrapPageControl.ActiveTabImage">
      <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.Bootstrap.BootstrapPageControl.ActiveTabStyle">
      <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.Bootstrap.BootstrapPageControl.BackColor">
      <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.Bootstrap.BootstrapPageControl.BackgroundImage">
      <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.Bootstrap.BootstrapPageControl.Border">
      <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.Bootstrap.BootstrapPageControl.BorderBottom">
      <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.Bootstrap.BootstrapPageControl.BorderColor">
      <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.Bootstrap.BootstrapPageControl.BorderLeft">
      <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.Bootstrap.BootstrapPageControl.BorderRight">
      <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.Bootstrap.BootstrapPageControl.BorderStyle">
      <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.Bootstrap.BootstrapPageControl.BorderTop">
      <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.Bootstrap.BootstrapPageControl.BorderWidth">
      <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.Bootstrap.BootstrapPageControl.ContentStyle">
      <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.Bootstrap.BootstrapPageControl.CssClass">
      <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.Bootstrap.BootstrapPageControl.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117918/site-navigation/tab-control">Page Control</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControl.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.Bootstrap.BootstrapPageControl.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="P:DevExpress.Web.Bootstrap.BootstrapPageControl.Cursor">
      <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.Bootstrap.BootstrapPageControl.DisabledStyle">
      <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.Bootstrap.BootstrapPageControl.EnableHotTrack">
      <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.Bootstrap.BootstrapPageControl.Font">
      <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.Bootstrap.BootstrapPageControl.ForeColor">
      <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.Bootstrap.BootstrapPageControl.ImageFolder">
      <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.Bootstrap.BootstrapPageControl.LinkStyle">
      <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.Bootstrap.BootstrapPageControl.LoadingPanelImage">
      <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.Bootstrap.BootstrapPageControl.LoadingPanelStyle">
      <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.Bootstrap.BootstrapPageControl.Paddings">
      <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.Bootstrap.BootstrapPageControl.ParentImages">
      <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.Bootstrap.BootstrapPageControl.ParentStyles">
      <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.Bootstrap.BootstrapPageControl.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControl.RightToLeft">
      <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.Bootstrap.BootstrapPageControl.ScrollButtonsIndent">
      <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.Bootstrap.BootstrapPageControl.ScrollButtonSpacing">
      <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.Bootstrap.BootstrapPageControl.ScrollButtonStyle">
      <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.Bootstrap.BootstrapPageControl.ScrollLeftButtonImage">
      <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.Bootstrap.BootstrapPageControl.ScrollRightButtonImage">
      <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.Bootstrap.BootstrapPageControl.SpaceAfterTabsTemplate">
      <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.Bootstrap.BootstrapPageControl.SpaceAfterTabsTemplateStyle">
      <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.Bootstrap.BootstrapPageControl.SpaceBeforeTabsTemplate">
      <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.Bootstrap.BootstrapPageControl.SpaceBeforeTabsTemplateStyle">
      <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.Bootstrap.BootstrapPageControl.SpriteCssFilePath">
      <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.Bootstrap.BootstrapPageControl.SpriteImageUrl">
      <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.Bootstrap.BootstrapPageControl.TabClick">
      <summary>
        <para>Fires when a tab is clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapPageControl.TabCommand">
      <summary>
        <para>Fires when a control contained within a templated tab raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControl.TabImage">
      <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.Bootstrap.BootstrapPageControl.TabPages">
      <summary>
        <para>Provides access to the collection of tabbed pages within the PageControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPageCollection"/> object representing the collection of tabbed pages.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControl.TabPosition">
      <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.Bootstrap.BootstrapPageControl.TabSpacing">
      <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.Bootstrap.BootstrapPageControl.TabStyle">
      <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.Bootstrap.BootstrapPageControl.Theme">
      <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.Bootstrap.BootstrapPageControlCancelEventArgs">
      <summary>
        <para>Provides data for cancellable events which concern manipulations on tabs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPageControlCancelEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTabPage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlCancelEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object representing a tab related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControlCancelEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object representing the tab manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPageControlCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapPageControl.ActiveTabChanging">BootstrapPageControl.ActiveTabChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPageControlCommandEventArgs">
      <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.Bootstrap.BootstrapPageControlCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTabPage,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlCommandEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> 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="P:DevExpress.Web.Bootstrap.BootstrapPageControlCommandEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPageControlCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapPageControl.TabCommand">BootstrapPageControl.TabCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPageControlCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117918/site-navigation/tab-control">Page Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPageControlCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControlCssClasses.Content">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the content container element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPageControlEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on tabs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPageControlEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTabPage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object representing the tab related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPageControlEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object representing the tab manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPageControlEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapPageControl.ActiveTabChanged">BootstrapPageControl.ActiveTabChanged</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPageControlProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControlProperties"/> 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.Bootstrap.BootstrapPageControlProperties.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.Bootstrap.BootstrapPager">
      <summary>
        <para>Represents a pager control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.AccessibilityCompliant">
      <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.Bootstrap.BootstrapPager.AllButton">
      <summary>
        <para>Gets the All button’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties"/> object that contains the All button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.BackColor">
      <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.Bootstrap.BootstrapPager.BackgroundImage">
      <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.Bootstrap.BootstrapPager.Border">
      <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.Bootstrap.BootstrapPager.BorderBottom">
      <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.Bootstrap.BootstrapPager.BorderColor">
      <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.Bootstrap.BootstrapPager.BorderLeft">
      <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.Bootstrap.BootstrapPager.BorderRight">
      <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.Bootstrap.BootstrapPager.BorderStyle">
      <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.Bootstrap.BootstrapPager.BorderTop">
      <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.Bootstrap.BootstrapPager.BorderWidth">
      <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.Bootstrap.BootstrapPager.ButtonStyle">
      <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.Bootstrap.BootstrapPager.CssClass">
      <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.Bootstrap.BootstrapPager.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117842/site-navigation/pager">Pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.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.Bootstrap.BootstrapPager.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="P:DevExpress.Web.Bootstrap.BootstrapPager.CurrentPageNumberStyle">
      <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.Bootstrap.BootstrapPager.Cursor">
      <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.Bootstrap.BootstrapPager.DisabledButtonStyle">
      <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.Bootstrap.BootstrapPager.DisabledStyle">
      <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.Bootstrap.BootstrapPager.EllipsisStyle">
      <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.Bootstrap.BootstrapPager.FirstPageButton">
      <summary>
        <para>Gets the First button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties"/> object that contains the First button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.Font">
      <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.Bootstrap.BootstrapPager.ForeColor">
      <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.Bootstrap.BootstrapPager.Height">
      <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.Bootstrap.BootstrapPager.ImageFolder">
      <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.Bootstrap.BootstrapPager.ItemSpacing">
      <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.Bootstrap.BootstrapPager.LastPageButton">
      <summary>
        <para>Gets the Last button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties"/> object that contains the Last button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.NextPageButton">
      <summary>
        <para>Gets the Next button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties"/> object that contains the Next button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.Paddings">
      <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.Bootstrap.BootstrapPager.PageNumberStyle">
      <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.Bootstrap.BootstrapPager.PageSizeItemSettings">
      <summary>
        <para>Gets the Page Size Item element’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageSizeItemSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.PageSizeItemStyle">
      <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.Bootstrap.BootstrapPager.ParentImages">
      <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.Bootstrap.BootstrapPager.ParentStyles">
      <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.Bootstrap.BootstrapPager.PrevPageButton">
      <summary>
        <para>Gets the Previous button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPrevButtonProperties"/> object that contains the Previous button’s settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPager.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.RightToLeft">
      <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.Bootstrap.BootstrapPager.SeparatorBackgroundImage">
      <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.Bootstrap.BootstrapPager.SeparatorColor">
      <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.Bootstrap.BootstrapPager.SeparatorHeight">
      <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.Bootstrap.BootstrapPager.SeparatorPaddings">
      <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.Bootstrap.BootstrapPager.SeparatorWidth">
      <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.Bootstrap.BootstrapPager.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117842/site-navigation/pager">BootstrapPager</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPagerBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPager.ShowDefaultImages">
      <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.Bootstrap.BootstrapPager.ShowSeparators">
      <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.Bootstrap.BootstrapPager.SpriteCssFilePath">
      <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.Bootstrap.BootstrapPager.SpriteImageUrl">
      <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.Bootstrap.BootstrapPager.SummaryStyle">
      <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.Bootstrap.BootstrapPager.Theme">
      <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.Bootstrap.BootstrapPagerBootstrapSpecificSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/117842/site-navigation/pager">BootstrapPager</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPagerBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPagerBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPagerBootstrapSpecificSettings.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.Bootstrap.BootstrapPagerBootstrapSpecificSettings.Sizing">
      <summary>
        <para>Specifies the sizing mode of the Pager’s elements.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSizing"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117842/site-navigation/pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.Button">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Pager control’s button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.CurrentPageNumber">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Pager control’s current page button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.Ellipsis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Pager control’s ellipsis button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PageNumber">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Pager control’s page number element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.Pager">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Pager control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PagerEllipsisSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PagerPageNumberSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PagerPageSizeLeftPosSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PagerPageSizeSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PagerSummarySystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.PagerSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerCssClasses.Summary">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Pager control’s summary element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPagerSettings">
      <summary>
        <para>Contains pager settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPagerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPagerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPagerSettings"/> 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.Bootstrap.BootstrapPagerSettings.AllButton">
      <summary>
        <para>Gets the All button’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapAllButtonProperties"/> object that contains the All button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.CurrentPageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of the numeric button that corresponds to the selected page.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.FirstPageButton">
      <summary>
        <para>Gets the First button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFirstButtonProperties"/> object that contains the First button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.LastPageButton">
      <summary>
        <para>Gets the Last button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLastButtonProperties"/> object that contains the Last button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.NextPageButton">
      <summary>
        <para>Gets the Next button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapNextButtonProperties"/> object that contains the Next button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.PageSizeItemSettings">
      <summary>
        <para>Gets the Page Size Item element’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageSizeItemSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.PrevPageButton">
      <summary>
        <para>Gets the Previous button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPrevButtonProperties"/> object that contains the Previous button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPagerSettings.ShowDefaultImages">
      <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.Bootstrap.BootstrapPagerSettings.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="T:DevExpress.Web.Bootstrap.BootstrapPageSizeItemSettings">
      <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.Bootstrap.BootstrapPageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageSizeItemSettings"/> 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.Bootstrap.BootstrapPageSizeItemSettings.DropDownImage">
      <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.Bootstrap.BootstrapPageSizeItemSettings.ShowPopupShadow">
      <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.Bootstrap.BootstrapPieChart">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChart.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChart"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChart.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCssClassesBase"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.Diameter">
      <summary>
        <para>Specifies the ratio of the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> diameter to the smallest widget’s side length.</para>
      </summary>
      <value>A value defining the pie diameter.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.InnerRadius">
      <summary>
        <para>Specifies the fraction of the inner radius relative to the total radius in the series of the “doughnut“ <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">type</see>. The value should be between 0 and 1.</para>
      </summary>
      <value>An decimal value specifying the fraction of the inner radius relative to the total radius.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.LegendMarkerCssClass">
      <summary>
        <para>Provides access to CSS classes applied to legend markers of the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.ResolveLabelOverlapping">
      <summary>
        <para>Specifies options for displaying the overlapping labels.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.PieChartResolveLabelOverlapping"/> enumeration value defining the labels display behavior when labels overlap each other.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.SegmentsDirection">
      <summary>
        <para>Specifies the direction that the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">pie chart</see> segments will occupy.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.PieChartSegmentsDirection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.SeriesCollection">
      <summary>
        <para>Specifies options for the series of the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> widget.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.SettingsCommonSeries">
      <summary>
        <para>Provides access to settings applied to all series displayed by the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries"/> object containing series settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.StartAngle">
      <summary>
        <para>Specifies the angle in arc degrees from which the first segment of a <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">pie chart</see> should start.</para>
      </summary>
      <value>An integer number specifying the angle in arc degrees.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChart.Type">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">type</see> of the pie chart series.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.PieChartType"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries">
      <summary>
        <para>Stores settings that are common for all <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see> of a Pie Chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IDataSourceViewSchemaAccessor interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartCommonSeries.Name">
      <summary>
        <para>Specifies the name that identifies the <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see>.</para>
      </summary>
      <value>A string specifying the series name.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries">
      <summary>
        <para>Stores settings of a Pie Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSeries.ArgumentType">
      <summary>
        <para>Specifies the required type for <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see> arguments.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartDataType"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeries.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.Bootstrap.BootstrapPieChartSeries.MinSegmentSize">
      <summary>
        <para>Specifies a minimal size of a displayed <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">pie</see> segment.</para>
      </summary>
      <value>A decimal number that specifies the minimal segment size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSeries.SmallValuesGrouping">
      <summary>
        <para>Specifies chart segment grouping options.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSeries.ValueField">
      <summary>
        <para>Specifies the data source field that provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see> points.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection">
      <summary>
        <para>A collection of Pie Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Add">
      <summary>
        <para>Adds a new series with default settings to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object representing the newly created series.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapPieChartSeries)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapPieChartSeries[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> objects to append to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Chart">
      <summary>
        <para>Gets the Chart that owns the collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChart"/> object that owns the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.FindByName(System.String)">
      <summary>
        <para>Returns a series object with the specified <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property value of the required series.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object with a specific value of the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapPieChartSeries)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to insert.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapPieChartSeries)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection"/>.</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.Bootstrap.BootstrapPieChartSeries"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Item(System.String)">
      <summary>
        <para>Gets a series by its name.</para>
      </summary>
      <param name="seriesName">A <see cref="T:System.String"/> value that specifies the name of the series to get.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSeries"/> object that is a series with the specified name.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapPieChartSeries)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings">
      <summary>
        <para>Stores Pie Chart segment grouping options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings"/> 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.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.GroupName">
      <summary>
        <para>Specifies the name of the grouped chart segment. This name represents the segment in the chart legend.</para>
      </summary>
      <value>A string specifying the segment name.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.Mode">
      <summary>
        <para>Specifies the segment grouping mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.SmallValuesGroupingMode"/> enumeration value specifying the grouping mode.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.Threshold">
      <summary>
        <para>Specifies a threshold for segment values.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the threshold.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.TopCount">
      <summary>
        <para>Specifies how many segments must not be grouped.</para>
      </summary>
      <value>An integer value specifying the number of segments.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChart">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNetBootstrap/118692/charts/chart-types/polar-chart">Polar Chart</see> control visualizing data in a polar coordinate system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChart.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChart"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.ArgumentAxis">
      <summary>
        <para>Specifies argument axis options for the Polar Chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis"/> object containing options related to the Polar Chart’s argument axis.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChart.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118692/charts/chart-types/polar-chart">Polar Chart</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.ResolveLabelOverlapping">
      <summary>
        <para>Specifies how the chart must behave when <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see> point labels overlap.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ChartResolveLabelOverlapping"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.SeriesCollection">
      <summary>
        <para>Specifies options for Polar Chart widget <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.SettingsCommonSeries">
      <summary>
        <para>Provides access to settings applied to all series displayed by the <see href="https://docs.devexpress.com/AspNetBootstrap/118692/charts/chart-types/polar-chart">Polar Chart</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries"/> object containing series settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.UseSpiderWeb">
      <summary>
        <para>Indicates whether to display a “spider web”.</para>
      </summary>
      <value>true to display a “spider web”; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChart.ValueAxis">
      <summary>
        <para>Specifies value axis options for the Polar Chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis"/> object containing options related to the Polar Chart’s value axis.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries">
      <summary>
        <para>Stores settings of the Area <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries.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.Bootstrap.BootstrapPolarChartAreaSeries.Closed">
      <summary>
        <para>Specifies whether to close the <see href="https://docs.devexpress.com/AspNetBootstrap/118692/charts/chart-types/polar-chart">chart</see> by joining the end point with the first point.</para>
      </summary>
      <value>true to close the chart; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries.Point">
      <summary>
        <para>An object defining configuration options for points in line and area <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> type.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAreaSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis">
      <summary>
        <para>Stores settings of the Polar Chart control’s argument <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.ArgumentType">
      <summary>
        <para>Gets or sets the type of argument values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that identifies the type of argument values.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.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.Bootstrap.BootstrapPolarChartArgumentAxis.AxisDivisionFactor">
      <summary>
        <para>Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the “continuous“ and “logarithmic“ <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">types</see>.</para>
      </summary>
      <value>An integer number that specifies the minimum distance in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.Categories">
      <summary>
        <para>Specifies the order in which arguments (categories) are arranged on the discrete argument <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see>.</para>
      </summary>
      <value>A string array of category names.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.FirstPointOnStartAngle">
      <summary>
        <para>Specifies whether to display the first point at the angle specified by the <see cref="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.StartAngle">BootstrapPolarChartArgumentAxis.StartAngle</see> option.</para>
      </summary>
      <value>true to display the first point; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.HoverMode">
      <summary>
        <para>Specifies the elements that will be highlighted when the argument <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see> is hovered over.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ArgumentAxisHoverMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.OriginValue">
      <summary>
        <para>Specifies the value to be used as the origin for the argument <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see>.</para>
      </summary>
      <value>A decimal number that specifies the origin value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.Period">
      <summary>
        <para>Specifies the period of the argument values in the data source.</para>
      </summary>
      <value>A decimal number that specifies the period.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartArgumentAxis.StartAngle">
      <summary>
        <para>Specifies the angle in arc degrees to which the argument <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see> should be rotated. The positive values rotate the axis clockwise.</para>
      </summary>
      <value>A decimal number that specifies the angle.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings">
      <summary>
        <para>Stores settings of the Polar Chart control’s <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see> labels.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings"/> 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.Bootstrap.BootstrapPolarChartAxisLabelSettings.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.Bootstrap.BootstrapPolarChartAxisLabelSettings.OverlappingBehavior">
      <summary>
        <para>Decides how to arrange <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels when there is not enough space to keep all of them.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.PolarChartOverlappingBehavior"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings.RotationAngle">
      <summary>
        <para>Specifies the rotation angle of <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels. Applies only if <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.DisplayMode">BootstrapChartAxisLabelSettings.DisplayMode</see> or <see cref="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings.OverlappingBehavior">BootstrapPolarChartAxisLabelSettings.OverlappingBehavior</see> is “stagger“.</para>
      </summary>
      <value>A decimal value that specifies the rotation angle.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings.StaggeringSpacing">
      <summary>
        <para>Adds a pixel-measured empty space between two staggered rows of <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels. Applies only if <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisLabelSettings.DisplayMode">BootstrapChartAxisLabelSettings.DisplayMode</see> or <see cref="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings.OverlappingBehavior">BootstrapPolarChartAxisLabelSettings.OverlappingBehavior</see> is “stagger“.</para>
      </summary>
      <value>An integer number that specifies an empty space in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase">
      <summary>
        <para>Serves as a base for classes storing the Polar Chart control’s <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase.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.Bootstrap.BootstrapPolarChartAxisSettingsBase.ConstantLineStyle">
      <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.Bootstrap.BootstrapPolarChartAxisSettingsBase.Label">
      <summary>
        <para>An object defining the label configuration options that are common for all <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axes</see> in the Polar Chart widget.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisLabelSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase.MinorTickInterval">
      <summary>
        <para>Specifies the interval between minor ticks.</para>
      </summary>
      <value>The interval.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase.MinorTickIntervalUnit">
      <summary>
        <para>Specifies interval measure unit.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase.TickInterval">
      <summary>
        <para>Specifies the interval between regular ticks.</para>
      </summary>
      <value>The interval.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartAxisSettingsBase.TickIntervalUnit">
      <summary>
        <para>Specifies interval measure unit.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries">
      <summary>
        <para>Stores settings of the Bar <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries.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.Bootstrap.BootstrapPolarChartBarSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries.MinBarSize">
      <summary>
        <para>Specifies the minimal length of a displayed bar in pixels.</para>
      </summary>
      <value>An integer number specifying the minimal bar length in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartBarSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries">
      <summary>
        <para>Stores settings that are common for all Polar Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCommonSeries.Name">
      <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.Bootstrap.BootstrapPolarChartCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisConstantLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisConstantLineLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument constant line label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisMinorGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis minor grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisMinorLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis minor label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisStrip">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ArgumentAxisStripLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis strip label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisConstantLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisConstantLineLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis constant line label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisMinorGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis minor grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisMinorLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis minor label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisStrip">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an argument axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.CommonAxisStripLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to an axis strip label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxis">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisConstantLine">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis constant line element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisConstantLineLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisMinorGrid">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis minor grid element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisMinorLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis minor label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisStrip">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis strip element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartCssClasses.ValueAxisStripLabel">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a value axis strip label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries">
      <summary>
        <para>Stores settings of the Line <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries.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.Bootstrap.BootstrapPolarChartLineSeries.Closed">
      <summary>
        <para>Specifies whether to close the <see href="https://docs.devexpress.com/AspNetBootstrap/118692/charts/chart-types/polar-chart">chart</see> by joining the end point with the first point.</para>
      </summary>
      <value>true to close the chart by joining the end point with the first point; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries.Point">
      <summary>
        <para>An object defining configuration options for points in line and area <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartLineSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries">
      <summary>
        <para>Stores settings of the Scatter <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries.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.Bootstrap.BootstrapPolarChartScatterSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries.Point">
      <summary>
        <para>An object defining configuration options for points in line and area <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartScatterSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries">
      <summary>
        <para>Stores settings of the Polar Chart control’s <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.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.Bootstrap.BootstrapPolarChartSeries.Closed">
      <summary>
        <para>Specifies whether to close the <see href="https://docs.devexpress.com/AspNetBootstrap/118692/charts/chart-types/polar-chart">chart</see> by joining the end point with the first point.</para>
      </summary>
      <value>true to close the chart by joining the end point with the first point; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.MinBarSize">
      <summary>
        <para>Specifies the minimal length of a displayed bar in pixels.</para>
      </summary>
      <value>An integer number specifying the minimal bar size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.Point">
      <summary>
        <para>An object defining configuration options for points in line and area <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartPointSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.Stack">
      <summary>
        <para>Specifies the name of the stack where the values of the StackedBar <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see> must be located.</para>
      </summary>
      <value>A string specifying the stack.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.Type">
      <summary>
        <para>Sets a <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series type</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.PolarChartSeriesType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeries.ValueErrorBar">
      <summary>
        <para>Configures error bars for numeric <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axes</see>.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartValueErrorBarSettings"/> class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase">
      <summary>
        <para>Serves as a base for classes storing settings of the Polar Chart control’s <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase.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.Bootstrap.BootstrapPolarChartSeriesBase.ValueField">
      <summary>
        <para>Specifies the data source field that provides values for <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see> points.</para>
      </summary>
      <value>A string specifying the name of a data source field.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection">
      <summary>
        <para>A collection of the Polar Chart control’s <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Add">
      <summary>
        <para>Adds a new series to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object representing the newly created series.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Add(DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase)">
      <summary>
        <para>Appends the specified <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object to the current collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.AddRange(DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase[])">
      <summary>
        <para>Appends an array of groups to the collection.</para>
      </summary>
      <param name="series">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> objects to append to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Chart">
      <summary>
        <para>Gets the Chart that owns the collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChart"/> object that owns the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.FindByName(System.String)">
      <summary>
        <para>Returns a polar chart series object with the specified <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property value of the required object.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object with a specific value of the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartCommonSeriesBase.Name">BootstrapChartCommonSeriesBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.IndexOf(DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase)">
      <summary>
        <para>Returns the zero-based index of the specified series in the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object to locate in the collection.</param>
      <returns>An integer value representing the position of the specified series in the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to insert.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Insert(System.Int32,DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase)">
      <summary>
        <para>Adds the series 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 series should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection"/>.</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.Bootstrap.BootstrapPolarChartSeriesBase"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Item(System.String)">
      <summary>
        <para>Gets a series by its name.</para>
      </summary>
      <param name="seriesName">A <see cref="T:System.String"/> value that specifies the name of the series to get.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object that is a series with the specified name.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCoordinateSystemChartSeries"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesCollection.Remove(DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase)">
      <summary>
        <para>Removes the specified series from the collection.</para>
      </summary>
      <param name="series">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartSeriesBase"/> object to remove.</param>
      <returns>true, if the item has been successfully removed; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries">
      <summary>
        <para>Stores settings of the Stacked Bar <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries.#ctor(System.Web.UI.IDataSourceViewSchemaAccessor)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.IDataSourceViewSchemaAccessor"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries.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.Bootstrap.BootstrapPolarChartStackedBarSeries.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries.MinBarSize">
      <summary>
        <para>Specifies the minimal length of a displayed bar in pixels.</para>
      </summary>
      <value>An integer number specifying the minimal bar size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartStackedBarSeries.Stack">
      <summary>
        <para>Specifies the name of the stack where the values of the StackedBar <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see> must be located.</para>
      </summary>
      <value>A string specifying the stack name.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis">
      <summary>
        <para>Stores settings of the Polar Chart control’s value <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis.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.Bootstrap.BootstrapPolarChartValueAxis.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis.ShowZero">
      <summary>
        <para>Specifies whether or not to indicate a zero value on the value <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see>.</para>
      </summary>
      <value>One of the DefaultBoolean enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPolarChartValueAxis.ValueType">
      <summary>
        <para>Gets or sets the type of values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that identifies the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPopupControl">
      <summary>
        <para>A web control that enables you to add the popup window functionality to your web application.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPopupControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.AccessibilityCompliant">
      <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.Bootstrap.BootstrapPopupControl.BackColor">
      <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.Bootstrap.BootstrapPopupControl.BackgroundImage">
      <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.Bootstrap.BootstrapPopupControl.Border">
      <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.Bootstrap.BootstrapPopupControl.BorderBottom">
      <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.Bootstrap.BootstrapPopupControl.BorderColor">
      <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.Bootstrap.BootstrapPopupControl.BorderLeft">
      <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.Bootstrap.BootstrapPopupControl.BorderRight">
      <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.Bootstrap.BootstrapPopupControl.BorderStyle">
      <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.Bootstrap.BootstrapPopupControl.BorderTop">
      <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.Bootstrap.BootstrapPopupControl.BorderWidth">
      <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.Bootstrap.BootstrapPopupControl.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientPopupControlBase.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.CloseButtonImage">
      <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.Bootstrap.BootstrapPopupControl.CloseButtonStyle">
      <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.Bootstrap.BootstrapPopupControl.CollapseButtonImage">
      <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.Bootstrap.BootstrapPopupControl.CollapseButtonStyle">
      <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.Bootstrap.BootstrapPopupControl.Collapsed">
      <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.Bootstrap.BootstrapPopupControl.ContentStyle">
      <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.Bootstrap.BootstrapPopupControl.CssClass">
      <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.Bootstrap.BootstrapPopupControl.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117843/site-layout/popup-control">Popup Control</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.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.Bootstrap.BootstrapPopupControl.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="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.Cursor">
      <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.Bootstrap.BootstrapPopupControl.DataMember">
      <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.Bootstrap.BootstrapPopupControl.DataSource">
      <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.Bootstrap.BootstrapPopupControl.DataSourceID">
      <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.Bootstrap.BootstrapPopupControl.DisabledStyle">
      <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.Bootstrap.BootstrapPopupControl.EnableHotTrack">
      <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.Bootstrap.BootstrapPopupControl.Font">
      <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.Bootstrap.BootstrapPopupControl.FooterImage">
      <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.Bootstrap.BootstrapPopupControl.FooterStyle">
      <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.Bootstrap.BootstrapPopupControl.ForeColor">
      <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.Bootstrap.BootstrapPopupControl.HeaderImage">
      <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.Bootstrap.BootstrapPopupControl.HeaderStyle">
      <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.Bootstrap.BootstrapPopupControl.ImageFolder">
      <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.Bootstrap.BootstrapPopupControl.LinkStyle">
      <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.Bootstrap.BootstrapPopupControl.LoadingDivStyle">
      <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.Bootstrap.BootstrapPopupControl.LoadingPanelImage">
      <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.Bootstrap.BootstrapPopupControl.LoadingPanelStyle">
      <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.Bootstrap.BootstrapPopupControl.MaximizeButtonImage">
      <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.Bootstrap.BootstrapPopupControl.MaximizeButtonStyle">
      <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.Bootstrap.BootstrapPopupControl.Maximized">
      <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.Bootstrap.BootstrapPopupControl.ModalBackgroundStyle">
      <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.Bootstrap.BootstrapPopupControl.Opacity">
      <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.Bootstrap.BootstrapPopupControl.ParentImages">
      <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.Bootstrap.BootstrapPopupControl.ParentStyles">
      <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.Bootstrap.BootstrapPopupControl.PinButtonImage">
      <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.Bootstrap.BootstrapPopupControl.PinButtonStyle">
      <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.Bootstrap.BootstrapPopupControl.Pinned">
      <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.Bootstrap.BootstrapPopupControl.PopupCommand">
      <summary>
        <para>Fires when a control contained within a templated popup window raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.PopupElementCssSelector">
      <summary>
        <para>Gets or sets the CSS selector of a web control or HTML element with which the current popup window is associated.</para>
      </summary>
      <value>A string value specifying the CSS selector of the web control or HTML element with which the popup window is associated.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.PopupElementID">
      <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.Bootstrap.BootstrapPopupControl.PopupWindowCommand">
      <summary>
        <para>Fires when a control contained within a templated window raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.RefreshButtonImage">
      <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.Bootstrap.BootstrapPopupControl.RefreshButtonStyle">
      <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.Bootstrap.BootstrapPopupControl.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.RightToLeft">
      <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.Bootstrap.BootstrapPopupControl.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117843/site-layout/popup-control">Popup Control</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControlBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.ShowCollapseButton">
      <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.Bootstrap.BootstrapPopupControl.ShowMaximizeButton">
      <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.Bootstrap.BootstrapPopupControl.ShowPinButton">
      <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.Bootstrap.BootstrapPopupControl.ShowRefreshButton">
      <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.Bootstrap.BootstrapPopupControl.ShowShadow">
      <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.Bootstrap.BootstrapPopupControl.ShowSizeGrip">
      <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.Bootstrap.BootstrapPopupControl.SizeGripImage">
      <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.Bootstrap.BootstrapPopupControl.SizeGripRtlImage">
      <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.Bootstrap.BootstrapPopupControl.SpriteCssFilePath">
      <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.Bootstrap.BootstrapPopupControl.SpriteImageUrl">
      <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.Bootstrap.BootstrapPopupControl.Theme">
      <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.Bootstrap.BootstrapPopupControl.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="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.WindowContentTemplate">
      <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.Bootstrap.BootstrapPopupControl.WindowDataBound">
      <summary>
        <para>Occurs after a popup window has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControl.WindowFooterContentTemplate">
      <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.Bootstrap.BootstrapPopupControl.WindowFooterTemplate">
      <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.Bootstrap.BootstrapPopupControl.WindowHeaderContentTemplate">
      <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.Bootstrap.BootstrapPopupControl.WindowHeaderTemplate">
      <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.Bootstrap.BootstrapPopupControl.Windows">
      <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.Bootstrap.BootstrapPopupControlBootstrapSpecificSettings">
      <summary>
        <para>Stores the <see href="https://docs.devexpress.com/AspNetBootstrap/117843/site-layout/popup-control">Popup Control</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPopupControlBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControlBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPopupControlBootstrapSpecificSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlBootstrapSpecificSettings.Sizing">
      <summary>
        <para>Specifies the sizing mode of the Popup Control’s elements.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSizing"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPopupControlCommandEventArgs">
      <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.Bootstrap.BootstrapPopupControlCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControlCommandEventArgs"/> 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.Bootstrap.BootstrapPopupControlCommandEventArgs.Window">
      <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.Bootstrap.BootstrapPopupControlCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapPopupControl.PopupWindowCommand">BootstrapPopupControl.PopupWindowCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControlCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117843/site-layout/popup-control">Popup Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.CloseButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Close button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.Content">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the content container element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.Footer">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the footer element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.Header">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the header element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.IconClose">
      <summary>
        <para>The CSS class of an icon displayed by to Popup Control’s Close button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.ModalBackground">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the modal background element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.PopupCloseButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.PopupDragSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.PopupModalSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapPopupControlCssClasses.PopupSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapPopupMenu">
      <summary>
        <para>Represents a popup menu control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapPopupMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupMenu"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.AccessibilityCompliant">
      <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.Bootstrap.BootstrapPopupMenu.ApplyItemStyleToTemplates">
      <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.Bootstrap.BootstrapPopupMenu.AutoSeparators">
      <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.Bootstrap.BootstrapPopupMenu.BackColor">
      <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.Bootstrap.BootstrapPopupMenu.BackgroundImage">
      <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.Bootstrap.BootstrapPopupMenu.Border">
      <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.Bootstrap.BootstrapPopupMenu.BorderBetweenItemAndSubMenu">
      <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.Bootstrap.BootstrapPopupMenu.BorderBottom">
      <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.Bootstrap.BootstrapPopupMenu.BorderColor">
      <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.Bootstrap.BootstrapPopupMenu.BorderLeft">
      <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.Bootstrap.BootstrapPopupMenu.BorderRight">
      <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.Bootstrap.BootstrapPopupMenu.BorderStyle">
      <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.Bootstrap.BootstrapPopupMenu.BorderTop">
      <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.Bootstrap.BootstrapPopupMenu.BorderWidth">
      <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.Bootstrap.BootstrapPopupMenu.CssClass">
      <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.Bootstrap.BootstrapPopupMenu.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Popup Menu control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.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.Bootstrap.BootstrapPopupMenu.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="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.Cursor">
      <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.Bootstrap.BootstrapPopupMenu.DisabledStyle">
      <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.Bootstrap.BootstrapPopupMenu.EnableAnimation">
      <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.Bootstrap.BootstrapPopupMenu.EnableCallbackCompression">
      <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.Bootstrap.BootstrapPopupMenu.EnableCallBacks">
      <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.Bootstrap.BootstrapPopupMenu.EnableHotTrack">
      <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.Bootstrap.BootstrapPopupMenu.Font">
      <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.Bootstrap.BootstrapPopupMenu.ForeColor">
      <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.Bootstrap.BootstrapPopupMenu.GutterBackgroundImage">
      <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.Bootstrap.BootstrapPopupMenu.GutterCssClass">
      <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.Bootstrap.BootstrapPopupMenu.GutterWidth">
      <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.Bootstrap.BootstrapPopupMenu.Height">
      <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.Bootstrap.BootstrapPopupMenu.HorizontalPopOutImage">
      <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.Bootstrap.BootstrapPopupMenu.IconCssClassField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) providing names of CSS classes that define images displayed within menu items.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.ImageFolder">
      <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.Bootstrap.BootstrapPopupMenu.ImageUrlField">
      <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.Bootstrap.BootstrapPopupMenu.ItemClick">
      <summary>
        <para>Fires after a menu item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapPopupMenu.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.Bootstrap.BootstrapPopupMenu.ItemDataBound">
      <summary>
        <para>Occurs after a menu item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.ItemImage">
      <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.Bootstrap.BootstrapPopupMenu.ItemLinkMode">
      <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.Bootstrap.BootstrapPopupMenu.Items">
      <summary>
        <para>Gets a collection that contains menu items of the menu’s root level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuItemCollection"/> that contains the root level menu items of the current menu control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.ItemSpacing">
      <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.Bootstrap.BootstrapPopupMenu.ItemStyle">
      <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.Bootstrap.BootstrapPopupMenu.LinkStyle">
      <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.Bootstrap.BootstrapPopupMenu.LoadingPanelImage">
      <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.Bootstrap.BootstrapPopupMenu.LoadingPanelStyle">
      <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.Bootstrap.BootstrapPopupMenu.Opacity">
      <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.Bootstrap.BootstrapPopupMenu.Paddings">
      <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.Bootstrap.BootstrapPopupMenu.ParentImages">
      <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.Bootstrap.BootstrapPopupMenu.ParentStyles">
      <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.Bootstrap.BootstrapPopupMenu.PopupElementCssSelector">
      <summary>
        <para>Gets or sets the CSS selector of a web control or HTML element with which the current popup menu is associated.</para>
      </summary>
      <value>A string value specifying the CSS selector of the web control or HTML element with which the popup menu is associated.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.PopupElementID">
      <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.Bootstrap.BootstrapPopupMenu.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPopupMenu.RightToLeft">
      <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.Bootstrap.BootstrapPopupMenu.ScrollButtonStyle">
      <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.Bootstrap.BootstrapPopupMenu.ScrollDownButtonImage">
      <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.Bootstrap.BootstrapPopupMenu.ScrollUpButtonImage">
      <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.Bootstrap.BootstrapPopupMenu.SeparatorBackgroundImage">
      <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.Bootstrap.BootstrapPopupMenu.SeparatorColor">
      <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.Bootstrap.BootstrapPopupMenu.SeparatorCssClass">
      <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.Bootstrap.BootstrapPopupMenu.SeparatorHeight">
      <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.Bootstrap.BootstrapPopupMenu.SeparatorPaddings">
      <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.Bootstrap.BootstrapPopupMenu.SeparatorWidth">
      <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.Bootstrap.BootstrapPopupMenu.SettingsLoadingPanel">
      <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.Bootstrap.BootstrapPopupMenu.ShowSubMenuShadow">
      <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.Bootstrap.BootstrapPopupMenu.SpriteCssFilePath">
      <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.Bootstrap.BootstrapPopupMenu.SpriteImageUrl">
      <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.Bootstrap.BootstrapPopupMenu.SubMenuItemImage">
      <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.Bootstrap.BootstrapPopupMenu.SubMenuItemStyle">
      <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.Bootstrap.BootstrapPopupMenu.SubMenuStyle">
      <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.Bootstrap.BootstrapPopupMenu.TextIndent">
      <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.Bootstrap.BootstrapPopupMenu.Theme">
      <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.Bootstrap.BootstrapPopupMenu.VerticalPopOutImage">
      <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.Bootstrap.BootstrapPopupMenu.VerticalPopOutRtlImage">
      <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.Bootstrap.BootstrapPrevButtonProperties">
      <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.Bootstrap.BootstrapPrevButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPrevButtonProperties"/> 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.Bootstrap.BootstrapPrevButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the button’s image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapPrevButtonProperties.Image">
      <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.Bootstrap.BootstrapPrevButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapPrevButtonProperties.ShowDefaultText">
      <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.Bootstrap.BootstrapProgressBar">
      <summary>
        <para>Represents a progress bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.AccessibilityCompliant">
      <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.Bootstrap.BootstrapProgressBar.BackColor">
      <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.Bootstrap.BootstrapProgressBar.BackgroundImage">
      <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.Bootstrap.BootstrapProgressBar.Border">
      <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.Bootstrap.BootstrapProgressBar.BorderBottom">
      <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.Bootstrap.BootstrapProgressBar.BorderLeft">
      <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.Bootstrap.BootstrapProgressBar.BorderRight">
      <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.Bootstrap.BootstrapProgressBar.BorderTop">
      <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.Bootstrap.BootstrapProgressBar.CaptionCellStyle">
      <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.Bootstrap.BootstrapProgressBar.CaptionSettings">
      <summary>
        <para>Provides access to the progress bar caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettingsBase"/> object containing the progress bar caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.CaptionStyle">
      <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.Bootstrap.BootstrapProgressBar.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the progress bar element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117912/data-editors/progress-bar">Progress Bar</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.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.Bootstrap.BootstrapProgressBar.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="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.Cursor">
      <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.Bootstrap.BootstrapProgressBar.DisabledStyle">
      <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.Bootstrap.BootstrapProgressBar.Font">
      <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.Bootstrap.BootstrapProgressBar.ForeColor">
      <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.Bootstrap.BootstrapProgressBar.Height">
      <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.Bootstrap.BootstrapProgressBar.IndicatorStyle">
      <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.Bootstrap.BootstrapProgressBar.Paddings">
      <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.Bootstrap.BootstrapProgressBar.ParentImages">
      <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.Bootstrap.BootstrapProgressBar.ParentStyles">
      <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.Bootstrap.BootstrapProgressBar.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBar.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.RightToLeft">
      <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.Bootstrap.BootstrapProgressBar.RootStyle">
      <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.Bootstrap.BootstrapProgressBar.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117912/data-editors/progress-bar">BootstrapProgressBar</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBar.Theme">
      <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.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings">
      <summary>
        <para>Stores <see href="https://docs.devexpress.com/AspNetBootstrap/117912/data-editors/progress-bar">BootstrapProgressBar</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings.Animated">
      <summary>
        <para>Gets or sets a value specifying whether or not the pattern displayed by a stripped Progress Bar is animated.</para>
      </summary>
      <value>true, to animate the pattern displayed by a stripped Progress Bar; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings.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.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings.RenderOption">
      <summary>
        <para>Specifies a contextual appearance style used to render the Progress Bar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarRenderOption"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBarBootstrapSpecificSettings.Striped">
      <summary>
        <para>Specifies whether or not the Progress Bar should display a striped pattern in its filled area.</para>
      </summary>
      <value>true to display a striped pattern; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapProgressBarCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117912/data-editors/progress-bar">Progress Bar</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBarCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapProgressBarCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Progress Bar control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties">
      <summary>
        <para>Contains settings specific to a progress bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties"/> 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.Bootstrap.BootstrapProgressBarProperties.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.Bootstrap.BootstrapProgressBarProperties.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="P:DevExpress.Web.Bootstrap.BootstrapProgressBarProperties.IndicatorStyle">
      <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.Bootstrap.BootstrapProgressBarProperties.Style">
      <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.Bootstrap.BootstrapProgressBarRenderOption">
      <summary>
        <para>Lists values that specify a contextual appearance style applied to the <see href="https://docs.devexpress.com/AspNetBootstrap/117912/data-editors/progress-bar">Progress Bar</see> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapProgressBarRenderOption.Danger">
      <summary>
        <para>The danger style is applied to the progress bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapProgressBarRenderOption.Info">
      <summary>
        <para>The info style is applied to the progress bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapProgressBarRenderOption.None">
      <summary>
        <para>No contextual style is applied to the progress bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapProgressBarRenderOption.Success">
      <summary>
        <para>The success style is applied to the progress bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapProgressBarRenderOption.Warning">
      <summary>
        <para>The warning style is applied to the progress bar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRadioButton">
      <summary>
        <para>Represents a radio button control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButton.AccessibilityCompliant">
      <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.Bootstrap.BootstrapRadioButton.BackColor">
      <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.Bootstrap.BootstrapRadioButton.BackgroundImage">
      <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.Bootstrap.BootstrapRadioButton.Border">
      <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.Bootstrap.BootstrapRadioButton.BorderBottom">
      <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.Bootstrap.BootstrapRadioButton.BorderColor">
      <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.Bootstrap.BootstrapRadioButton.BorderLeft">
      <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.Bootstrap.BootstrapRadioButton.BorderRight">
      <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.Bootstrap.BootstrapRadioButton.BorderStyle">
      <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.Bootstrap.BootstrapRadioButton.BorderTop">
      <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.Bootstrap.BootstrapRadioButton.BorderWidth">
      <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.Bootstrap.BootstrapRadioButton.CaptionSettings">
      <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.Bootstrap.BootstrapRadioButton.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapRadioButton.CheckBoxStyle">
      <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.Bootstrap.BootstrapRadioButton.CheckedImage">
      <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.Bootstrap.BootstrapRadioButton.CssClass">
      <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.Bootstrap.BootstrapRadioButton.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117913/data-editors/radio-button">Radio Button</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButton.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.Bootstrap.BootstrapRadioButton.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="P:DevExpress.Web.Bootstrap.BootstrapRadioButton.Cursor">
      <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.Bootstrap.BootstrapRadioButton.DisabledStyle">
      <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.Bootstrap.BootstrapRadioButton.Font">
      <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.Bootstrap.BootstrapRadioButton.ForeColor">
      <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.Bootstrap.BootstrapRadioButton.GrayedImage">
      <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.Bootstrap.BootstrapRadioButton.Height">
      <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.Bootstrap.BootstrapRadioButton.ImageFolder">
      <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.Bootstrap.BootstrapRadioButton.InvalidStyle">
      <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.Bootstrap.BootstrapRadioButton.Layout">
      <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.Bootstrap.BootstrapRadioButton.Native">
      <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.Bootstrap.BootstrapRadioButton.ParentImages">
      <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.Bootstrap.BootstrapRadioButton.ParentStyles">
      <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.Bootstrap.BootstrapRadioButton.RadioButtonFocusedStyle">
      <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.Bootstrap.BootstrapRadioButton.RadioButtonStyle">
      <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.Bootstrap.BootstrapRadioButton.ReadOnly">
      <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.Bootstrap.BootstrapRadioButton.ReadOnlyStyle">
      <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.Bootstrap.BootstrapRadioButton.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButton.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButton.RightToLeft">
      <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.Bootstrap.BootstrapRadioButton.RootStyle">
      <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.Bootstrap.BootstrapRadioButton.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/117913/data-editors/radio-button">BootstrapRadioButton</see>‘s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCheckboxAndRadioBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButton.SpriteCssFilePath">
      <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.Bootstrap.BootstrapRadioButton.SpriteImageUrl">
      <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.Bootstrap.BootstrapRadioButton.TextAlign">
      <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.Bootstrap.BootstrapRadioButton.TextSpacing">
      <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.Bootstrap.BootstrapRadioButton.Theme">
      <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.Bootstrap.BootstrapRadioButton.UncheckedImage">
      <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.Bootstrap.BootstrapRadioButton.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButton.Wrap">
      <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.Bootstrap.BootstrapRadioButtonCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117913/data-editors/radio-button">Radio Button</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonCssClasses.Caption">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the caption element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Radio Button control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonList">
      <summary>
        <para>Represents a group of radio button editors that allow one option of several to be selected.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonList"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.AccessibilityCompliant">
      <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.Bootstrap.BootstrapRadioButtonList.BackColor">
      <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.Bootstrap.BootstrapRadioButtonList.BackgroundImage">
      <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.Bootstrap.BootstrapRadioButtonList.Border">
      <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.Bootstrap.BootstrapRadioButtonList.BorderBottom">
      <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.Bootstrap.BootstrapRadioButtonList.BorderColor">
      <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.Bootstrap.BootstrapRadioButtonList.BorderLeft">
      <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.Bootstrap.BootstrapRadioButtonList.BorderRight">
      <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.Bootstrap.BootstrapRadioButtonList.BorderStyle">
      <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.Bootstrap.BootstrapRadioButtonList.BorderTop">
      <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.Bootstrap.BootstrapRadioButtonList.BorderWidth">
      <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.Bootstrap.BootstrapRadioButtonList.CaptionCellStyle">
      <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.Bootstrap.BootstrapRadioButtonList.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.CaptionStyle">
      <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.Bootstrap.BootstrapRadioButtonList.CheckedImage">
      <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.Bootstrap.BootstrapRadioButtonList.CssClass">
      <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.Bootstrap.BootstrapRadioButtonList.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117914/data-editors/radio-button-list">Radio Button List</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonListCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.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.Bootstrap.BootstrapRadioButtonList.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="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.Cursor">
      <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.Bootstrap.BootstrapRadioButtonList.DisabledStyle">
      <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.Bootstrap.BootstrapRadioButtonList.EnableFocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonList.FocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonList.Font">
      <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.Bootstrap.BootstrapRadioButtonList.ForeColor">
      <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.Bootstrap.BootstrapRadioButtonList.Height">
      <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.Bootstrap.BootstrapRadioButtonList.ImageFolder">
      <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.Bootstrap.BootstrapRadioButtonList.ImageUrlField">
      <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.Bootstrap.BootstrapRadioButtonList.InvalidStyle">
      <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.Bootstrap.BootstrapRadioButtonList.ItemImage">
      <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.Bootstrap.BootstrapRadioButtonList.Items">
      <summary>
        <para>Gets the collection of items in the <see href="https://docs.devexpress.com/AspNetBootstrap/117914/data-editors/radio-button-list">Radio Button List</see></para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonList"/> instance representing the collection of the editor’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.ItemSpacing">
      <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.Bootstrap.BootstrapRadioButtonList.Native">
      <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.Bootstrap.BootstrapRadioButtonList.Paddings">
      <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.Bootstrap.BootstrapRadioButtonList.ParentImages">
      <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.Bootstrap.BootstrapRadioButtonList.ParentStyles">
      <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.Bootstrap.BootstrapRadioButtonList.RadioButtonFocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonList.RadioButtonStyle">
      <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.Bootstrap.BootstrapRadioButtonList.ReadOnlyStyle">
      <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.Bootstrap.BootstrapRadioButtonList.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonList.RepeatLayout">
      <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.Bootstrap.BootstrapRadioButtonList.RightToLeft">
      <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.Bootstrap.BootstrapRadioButtonList.RootStyle">
      <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.Bootstrap.BootstrapRadioButtonList.SpriteCssFilePath">
      <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.Bootstrap.BootstrapRadioButtonList.SpriteImageUrl">
      <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.Bootstrap.BootstrapRadioButtonList.TextAlign">
      <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.Bootstrap.BootstrapRadioButtonList.TextSpacing">
      <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.Bootstrap.BootstrapRadioButtonList.TextWrap">
      <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.Bootstrap.BootstrapRadioButtonList.Theme">
      <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.Bootstrap.BootstrapRadioButtonList.UncheckedImage">
      <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.Bootstrap.BootstrapRadioButtonList.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonListCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117914/data-editors/radio-button-list">Radio Button List</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonListCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonListCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonListCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Radio Button List’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonListCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a list item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonListProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonListProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonListProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonListProperties"/> 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.Bootstrap.BootstrapRadioButtonListProperties.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.Bootstrap.BootstrapRadioButtonListProperties.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="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonListProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonListProperties.FocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonListProperties.InvalidStyle">
      <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.Bootstrap.BootstrapRadioButtonListProperties.RadioButtonFocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonListProperties.RadioButtonStyle">
      <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.Bootstrap.BootstrapRadioButtonListProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapRadioButtonListProperties.Style">
      <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.Bootstrap.BootstrapRadioButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRadioButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRadioButtonProperties"/> 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.Bootstrap.BootstrapRadioButtonProperties.CheckBoxFocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonProperties.CheckBoxStyle">
      <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.Bootstrap.BootstrapRadioButtonProperties.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.Bootstrap.BootstrapRadioButtonProperties.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="P:DevExpress.Web.Bootstrap.BootstrapRadioButtonProperties.InvalidStyle">
      <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.Bootstrap.BootstrapRadioButtonProperties.RadioButtonFocusedStyle">
      <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.Bootstrap.BootstrapRadioButtonProperties.RadioButtonStyle">
      <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.Bootstrap.BootstrapRadioButtonProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapRadioButtonProperties.Style">
      <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.Bootstrap.BootstrapRangeSelector">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Bootstrap Range Selector</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelector.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.Chart">
      <summary>
        <para>Provides access to a chart displayed as the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">range selector</see>‘s background.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.ClientInstanceName">
      <summary>
        <para>Specifies the name of a client-side instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/>.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/>.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelector.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.CustomPalette">
      <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.Bootstrap.BootstrapRangeSelector.DataSourceField">
      <summary>
        <para>Specifies a source field that provides data for the scale.</para>
      </summary>
      <value>A string value specifying the name of the data source field used for the scale.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.LeftIndent">
      <summary>
        <para>Specifies the distance between the control’s container left edge and the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">range selector</see>‘s scale.</para>
      </summary>
      <value>An integer number that specifies the left indent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.Palette">
      <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.Bootstrap.BootstrapRangeSelector.PaletteExtensionMode">
      <summary>
        <para>Specifies what to do with colors in the palette of the Range Selector’s chart when their number is less than the number of series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.PaletteExtensionMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.RightIndent">
      <summary>
        <para>Specifies the distance between the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">range selector</see>‘s scale and the control’s container right edge.</para>
      </summary>
      <value>An integer number that specifies the right indent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SelectedRangeUpdateMode">
      <summary>
        <para>Specifies how the selected range should behave when data is updated. Applies only when the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/> is bound to a data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VisualRangeUpdateMode"/> enumeration’s value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SelectionEnd">
      <summary>
        <para>Gets or sets the selection end value.</para>
      </summary>
      <value>An object specifying the end value of the selected range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SelectionEndString">
      <summary>
        <para>Specifies a string value that is the end value of the selected range.</para>
      </summary>
      <value>A string value that is the end value of the selected range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SelectionStart">
      <summary>
        <para>Gets or sets the selection start value.</para>
      </summary>
      <value>An object specifying the start value of the selected range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SelectionStartString">
      <summary>
        <para>Specifies a string value that is the end value of the selected range.</para>
      </summary>
      <value>A string value that is the end value of the selected range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SettingsBackground">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">range selector</see>‘s background settings.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SettingsBehavior">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">BootstrapRangeSelector</see>‘s behavior settings.</para>
      </summary>
      <value>An object of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings"/> class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SettingsScale">
      <summary>
        <para>Provides access to the Range Selector scale settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale"/> object that contains scale settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.SettingsSliderMarker">
      <summary>
        <para>Provides access to settings related to the Range Selector’s slider marker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker"/> object that contains slider marker settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelector.Value">
      <summary>
        <para>Gets or sets the selected range.</para>
      </summary>
      <value>A tuple specifying the starting and ending values of the selected range.</value>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapRangeSelector.ValueChanged">
      <summary>
        <para>Occurs once the selected range is changed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s background.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings"/> 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.Bootstrap.BootstrapRangeSelectorBackgroundSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings.CssClass">
      <summary>
        <para>Specifies the name of the CSS class applied to the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> background.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings.ImageLocation">
      <summary>
        <para>Specifies the location of a background image within a <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control area.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.BackgroundImageLocation"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings.ImageUrl">
      <summary>
        <para>Specifies the URL to an image to be located on the control’s background.</para>
      </summary>
      <value>A string value specifying the path to the background image.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBackgroundSettings.Visible">
      <summary>
        <para>Specifies whether a background image is visible.</para>
      </summary>
      <value>true if the image is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings">
      <summary>
        <para>Provides behavior options for <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings"/> 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.Bootstrap.BootstrapRangeSelectorBehaviorSettings.AllowSlidersSwap">
      <summary>
        <para>Specifies whether sliders automatically swap once one slider crosses over another.</para>
      </summary>
      <value>true if sliders swap for each other; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.AnimationEnabled">
      <summary>
        <para>Specifies whether the chart series and the sliders animation is enabled.</para>
      </summary>
      <value>true, if the animation is enabled; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.CallValueChanged">
      <summary>
        <para>Specifies the value defining when to call the <b>BootstrapClientRangeSelector.ValueChanged</b> event’s handler.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.RangeSelectorCallValueChanged"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.ManualRangeSelectionEnabled">
      <summary>
        <para>Specifies whether an end-user can specify the range by selecting it with a mouse, not sliders.</para>
      </summary>
      <value>true, if the user can select the range with a mouse; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.MoveSelectedRangeByClick">
      <summary>
        <para>Specifies whether an end-user can shift the selected <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">range</see> to the required position by clicking a new position.</para>
      </summary>
      <value>true if the currently-selected range can be moved by a click; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorBehaviorSettings.SnapToTicks">
      <summary>
        <para>Specifies whether a slider automatically moves to the nearest tick once the slider position is changed.</para>
      </summary>
      <value>true if the slider moves to the nearest tick; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart"/> 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.Bootstrap.BootstrapRangeSelectorChart.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.BottomIndent">
      <summary>
        <para>Specifies a coefficient for determining an indent from the bottom background boundary to the lowest chart point.</para>
      </summary>
      <value>A decimal number that specifies the coefficient.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.NegativesAsZeroes">
      <summary>
        <para>Forces the control to treat negative values as zeroes. Applies to stacked-like <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> only.</para>
      </summary>
      <value>true to force the control to treat all negative values as zeroes; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.Owner">
      <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.Bootstrap.BootstrapRangeSelectorChart.Palette">
      <summary>
        <para>Specifies the predefined <b>DevExtreme palette</b> used by the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VizPalette"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.SeriesCollection">
      <summary>
        <para>Provides access to a collection of the chart’s series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesCollection"/> object that is a collection of chart series.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.SettingsCommonSeries">
      <summary>
        <para>Provides access to settings applied to all series displayed by the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartCommonSeries"/> object containing series settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.SettingsDataPrepare">
      <summary>
        <para>Provides access to settings that determine how the chart manages data from a data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartDataPrepareSettings"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.SettingsSeriesTemplate">
      <summary>
        <para>Provides access to the chart’s series template settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapChartSeriesTemplateSettings"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.TopIndent">
      <summary>
        <para>Specifies a coefficient for determining an indent from the background’s top boundary to the topmost chart point.</para>
      </summary>
      <value>A decimal number that specifies the coefficient.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChart.ValueAxis">
      <summary>
        <para>Specifies value axis options for a chart control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis"/> object containing options related to the value axis.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s value axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.Inverted">
      <summary>
        <para>Inverts the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see>.</para>
      </summary>
      <value>true, to invert the axis; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.LogarithmBase">
      <summary>
        <para>Specifies the value to be raised to a power when generating ticks for an axis of the logarithmic <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">type</see>.</para>
      </summary>
      <value>An integer value to use as the logarithm base.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.MaxValue">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.MinValue">BootstrapRangeSelectorChartValueAxis.MinValue</see> option, focuses the widget on a specific chart segment. Applies only to the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> of the “continuous“ and “logarithmic“ type.</para>
      </summary>
      <value>An object that specifies the maximum value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.MaxValueString">
      <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.Bootstrap.BootstrapRangeSelectorChartValueAxis.MinValue">
      <summary>
        <para>Coupled with the <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.MaxValue">BootstrapRangeSelectorChartValueAxis.MaxValue</see> option, focuses the widget on a specific chart segment. Applies only to the <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axes</see> of the “continuous” and “logarithmic” type.</para>
      </summary>
      <value>An object that specifies the minimum value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.MinValueString">
      <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.Bootstrap.BootstrapRangeSelectorChartValueAxis.Type">
      <summary>
        <para>Gets or sets the chart’s axis scale type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.RangeSelectorChartAxisScaleType"/> enumeration value specifying the scale type.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorChartValueAxis.ValueType">
      <summary>
        <para>Gets or sets the type of chart values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that identifies the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorClientSideEvents">
      <summary>
        <para>Contains a client-side <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorClientSideEvents.ValueChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientRangeSelector.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.Bootstrap.BootstrapRangeSelectorCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelector"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.IconExportButton">
      <summary>
        <para>The CSS class of an icon displayed by the Export button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.RangeSelectorSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.SelectedRange">
      <summary>
        <para>Gets or sets the name of a CSS class applied the selected range element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.Shutter">
      <summary>
        <para>Gets or sets the name of a CSS class applied the shutter element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.SliderHandle">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a slider handle element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.TooltipCloud">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a tooltip cloud element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorCssClasses.TooltipText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a tooltip text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale"/> 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.Bootstrap.BootstrapRangeSelectorScale.AggregationGroupWidth">
      <summary>
        <para>Specifies the length of aggregation intervals in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the length of aggregation intervals.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.AggregationInterval">
      <summary>
        <para>Specifies the length of aggregation intervals in scale units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the length of aggregation intervals.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.AggregationIntervalUnit">
      <summary>
        <para>Specifies the time measurement unit used to calculate aggregation intervals for date-time scales.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VizTimeInterval"/> enumeration value specifying a time measurement unit.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.Categories">
      <summary>
        <para>Specifies the order in which arguments (categories) are arranged on the scale.</para>
      </summary>
      <value>A string array of category names.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.EndValue">
      <summary>
        <para>Specifies the end value of the scale.</para>
      </summary>
      <value>An object that specifies the end value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.EndValueString">
      <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.Bootstrap.BootstrapRangeSelectorScale.Holidays">
      <summary>
        <para>Explicitly specifies particular days to be excluded from the scale, when <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.WorkdaysOnly">BootstrapRangeSelectorScale.WorkdaysOnly</see> is set to true.</para>
      </summary>
      <value>A collection of dates to exclude from the scale.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.Label">
      <summary>
        <para>Provides access to scale label settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel"/> object containing label settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.LogarithmBase">
      <summary>
        <para>Specifies the value to be raised to a power when generating ticks for a scale of the logarithmic type.</para>
      </summary>
      <value>An integer value to use as the logarithm base.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.Marker">
      <summary>
        <para>Provides access to options for the date-time scale’s markers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker"/> object containing marker settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MaxRange">
      <summary>
        <para>Specifies the maximum range that can be selected.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the maximum range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinorTickCount">
      <summary>
        <para>Specifies how many minor ticks to place between two neighboring major ticks.</para>
      </summary>
      <value>An integer value specifying the minor tick count.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinorTickCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a minor tick element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinorTickInterval">
      <summary>
        <para>Specifies the interval between minor ticks.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the size of an interval.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinorTickIntervalUnit">
      <summary>
        <para>Specifies the measurement unit of the minor tick interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VizTimeInterval"/> enumeration value specifying a unit of measurement.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinorTickVisible">
      <summary>
        <para>Specifies whether minor ticks are visible.</para>
      </summary>
      <value>true, to make minor ticks visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinRange">
      <summary>
        <para>Specifies the maximum range that can be selected.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the minimum range.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.PlaceholderHeight">
      <summary>
        <para>Specifies the height of the space reserved for the scale in pixels.</para>
      </summary>
      <value>An integer scale specifying the placeholder height.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.RangeIntervalUnit">
      <summary>
        <para>Specifies the measurement unit of the selected range interval.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VizTimeInterval"/> enumeration value specifying a unit of measurement.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.SetTicksAtUnitBeginning">
      <summary>
        <para>This functionality is deprecated as redundant.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.ShowCustomBoundaryTicks">
      <summary>
        <para>Specifies whether or not to show ticks for the boundary scale values, when neither major ticks nor minor ticks are created for these values.</para>
      </summary>
      <value>true, to show boundary ticks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.SingleWorkdays">
      <summary>
        <para>Explicitly specifies particular days to be included in the scale when <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.WorkdaysOnly">BootstrapRangeSelectorScale.WorkdaysOnly</see> is set to true.</para>
      </summary>
      <value>A collection of dates to include in the scale.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.StartValue">
      <summary>
        <para>Specifies the start value of the scale.</para>
      </summary>
      <value>An object that specifies the start value.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.StartValueString">
      <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.Bootstrap.BootstrapRangeSelectorScale.TickCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a scale tick element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.TickInterval">
      <summary>
        <para>Specifies the interval between major scale ticks.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the interval.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.TickIntervalUnit">
      <summary>
        <para>Specifies the measurement unit of the interval between major scale ticks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.VizTimeInterval"/> enumeration value specifying a unit of measurement.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.Type">
      <summary>
        <para>Specifies the type of the scale.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.RangeSelectorScaleType"/> enumeration value specifying the type of the scale.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.ValueType">
      <summary>
        <para>Gets or sets the type of values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that identifies the type of values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.WorkdaysOnly">
      <summary>
        <para>If set to true, leaves only workdays on the scale.</para>
      </summary>
      <value>true, to leave only workdays on the scale; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.WorkWeek">
      <summary>
        <para>Specifies which days are workdays.</para>
      </summary>
      <value>A collection of numeric values specifying workdays.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s scale label.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the scale label element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.Format">
      <summary>
        <para>Formats a value before it is displayed in a scale label.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> object specifying formatting settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.OnClientCustomizeText">
      <summary>
        <para>Specifies a client callback function that returns the text to be displayed in scale labels.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code that returns the text for the scale label to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.OverlappingBehavior">
      <summary>
        <para>Specifies how to arrange scale labels when there is not enough space to keep all of them.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.ScaleLabelOverlappingBehavior"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.TopIndent">
      <summary>
        <para>Specifies the spacing between scale labels and the background’s bottom edge.</para>
      </summary>
      <value>An integer value specifying the indent size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleLabel.Visible">
      <summary>
        <para>Specifies whether or not the scale’s labels are visible.</para>
      </summary>
      <value>true, if scale labels are visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s scale marker.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.LabelFormat">
      <summary>
        <para>Formats a value before it is displayed in a scale marker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> object specifying formatting settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.OnClientCustomizeLabelText">
      <summary>
        <para>Specifies a callback function that returns the text to be displayed in scale markers.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.SeparatorHeight">
      <summary>
        <para>Specifies the height of the marker’s separator.</para>
      </summary>
      <value>An integer value specifying the separator’s height.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.TextLeftIndent">
      <summary>
        <para>Specifies the space between the marker label and the marker separator.</para>
      </summary>
      <value>An integer value specifying the indent size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.TextTopIndent">
      <summary>
        <para>Specifies the space between the marker’s label and the top edge of the marker’s separator.</para>
      </summary>
      <value>An integer value specifying the indent size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.TopIndent">
      <summary>
        <para>Specifies the indent between the marker and the scale labels.</para>
      </summary>
      <value>An integer value specifying the indent size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScaleMarker.Visible">
      <summary>
        <para>Specifies whether scale markers are visible.</para>
      </summary>
      <value>true, if scale markers are visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker">
      <summary>
        <para>Stores settings of the <see href="https://docs.devexpress.com/AspNetBootstrap/119631/data-editors/range-selector">Range Selector</see> control’s slider marker.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker"/> 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.Bootstrap.BootstrapRangeSelectorSliderMarker.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.Format">
      <summary>
        <para>Formats a value before it is displayed in a slider marker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> object specifying formatting settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.OnClientCustomizeText">
      <summary>
        <para>Specifies a client callback function that returns the text to be displayed by slider markers.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code that returns the text for slider markers to display.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.PaddingLeftRight">
      <summary>
        <para>Specifies the empty space between the marker’s left and right borders and the marker’s text.</para>
      </summary>
      <value>An integer value specifying the padding size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.PaddingTopBottom">
      <summary>
        <para>Specifies the empty space between the marker’s top and bottom borders and the marker’s text.</para>
      </summary>
      <value>An integer value specifying the padding size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.PlaceholderHeight">
      <summary>
        <para>Specifies the height of the space reserved for slider markers in pixels.</para>
      </summary>
      <value>An integer scale specifying the placeholder height.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.PolygonCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the slider marker’s vector polygon element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the slider marker’s text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorSliderMarker.Visible">
      <summary>
        <para>Indicates whether or not the slider markers are visible.</para>
      </summary>
      <value>true, if the slider markers are visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRemoveButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRemoveButtonProperties"/> 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.Bootstrap.BootstrapRemoveButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRemoveButtonProperties.Image">
      <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.Bootstrap.BootstrapRemoveButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapRenderOption">
      <summary>
        <para>Lists specific Bootstrap styles that can be applied to the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Danger">
      <summary>
        <para>The danger style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Dark">
      <summary>
        <para>The dark style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Default">
      <summary>
        <para>Default. A control renders with its default styles.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Info">
      <summary>
        <para>The info style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Light">
      <summary>
        <para>The light style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Link">
      <summary>
        <para>The link style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.None">
      <summary>
        <para>The none style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Primary">
      <summary>
        <para>The primary style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Secondary">
      <summary>
        <para>The secondary style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Success">
      <summary>
        <para>The success style is applied to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapRenderOption.Warning">
      <summary>
        <para>The warning style is applied to a control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRibbon">
      <summary>
        <para>The ribbon control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRibbon.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbon"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.BackColor">
      <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.Bootstrap.BootstrapRibbon.BackgroundImage">
      <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.Bootstrap.BootstrapRibbon.Border">
      <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.Bootstrap.BootstrapRibbon.BorderBottom">
      <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.Bootstrap.BootstrapRibbon.BorderLeft">
      <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.Bootstrap.BootstrapRibbon.BorderRight">
      <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.Bootstrap.BootstrapRibbon.BorderTop">
      <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.Bootstrap.BootstrapRibbon.CssClass">
      <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.Bootstrap.BootstrapRibbon.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Ribbon control.</para>
      </summary>
      <value>A BootstrapRibbonCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.CssClassesEditors">
      <summary>
        <para>Provides access to CSS classes applied to editors located within the Ribbon control.</para>
      </summary>
      <value>A BootstrapEditorCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.CssClassesPopupMenu">
      <summary>
        <para>Provides access to CSS classes applied to popup menu elements of the Ribbon control.</para>
      </summary>
      <value>A BootstrapMenuCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.CssClassesTabControl">
      <summary>
        <para>Provides access to CSS classes applied to tab-like elements of the Ribbon control.</para>
      </summary>
      <value>A BootstrapTabControlCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.Cursor">
      <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.Bootstrap.BootstrapRibbon.DialogBoxLauncherClicked">
      <summary>
        <para>Fires on the server side after a dialog box launcher has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.DisabledStyle">
      <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.Bootstrap.BootstrapRibbon.Font">
      <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.Bootstrap.BootstrapRibbon.ForeColor">
      <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.Bootstrap.BootstrapRibbon.GroupDataBound">
      <summary>
        <para>Occurs after a group has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.GroupDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which group settings of a bound ribbon should be obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbonGroupDataFields"/> object that contains the required mapping properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.Images">
      <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.Bootstrap.BootstrapRibbon.ItemDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which item settings of a bound ribbon should be obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbonItemDataFields"/> object that contains the required mapping properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.OneLineMode">
      <summary>
        <para>Specifies if BootstrapRibbon 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; auto to activate the one line mode for mobile UI only.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.ParentImages">
      <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.Bootstrap.BootstrapRibbon.ParentStyles">
      <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.Bootstrap.BootstrapRibbon.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.Styles">
      <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.Bootstrap.BootstrapRibbon.StylesEditors">
      <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.Bootstrap.BootstrapRibbon.StylesPopupMenu">
      <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.Bootstrap.BootstrapRibbon.StylesTabControl">
      <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.Bootstrap.BootstrapRibbon.TabDataBound">
      <summary>
        <para>Occurs after a tab has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.TabDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which tab settings of a bound ribbon should be obtained.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbonTabDataFields"/> object that contains the required mapping properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.Tabs">
      <summary>
        <para>Gets the collection of ribbon tabs.</para>
      </summary>
      <value>A BootstrapRibbonTabCollection object that is the collection of the ribbon’s tabs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRibbon.Theme">
      <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.Bootstrap.BootstrapRibbon.Toolbar">
      <summary>
        <para>Provides access to the ribbon’s Quick Access Toolbar.</para>
      </summary>
      <value>An object of the BootstrapRibbonQuickAccessToolbar class.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRibbonGroupDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbonGroupDataFields"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRibbonItemDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbonItemDataFields"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRibbonTabDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbonTabDataFields"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapRichEdit">
      <summary>
        <para>A rich text editor control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapRichEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRichEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.BackColor">
      <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.Bootstrap.BootstrapRichEdit.BackgroundImage">
      <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.Bootstrap.BootstrapRichEdit.Border">
      <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.Bootstrap.BootstrapRichEdit.BorderBottom">
      <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.Bootstrap.BootstrapRichEdit.BorderColor">
      <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.Bootstrap.BootstrapRichEdit.BorderLeft">
      <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.Bootstrap.BootstrapRichEdit.BorderRight">
      <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.Bootstrap.BootstrapRichEdit.BorderStyle">
      <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.Bootstrap.BootstrapRichEdit.BorderTop">
      <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.Bootstrap.BootstrapRichEdit.BorderWidth">
      <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.Bootstrap.BootstrapRichEdit.CssClass">
      <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.Bootstrap.BootstrapRichEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRichEdit">BootstrapRichEdit</see> control.</para>
      </summary>
      <value>A BootstrapRichEditCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.CssClassesEditor">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of editors located in the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRichEdit">BootstrapRichEdit</see> control.</para>
      </summary>
      <value>A BootstrapEditorCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.CssClassesFileManager">
      <summary>
        <para>Provides access to CSS classes applied to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManager">BootstrapFileManager</see> control used in some built-in dialogs.</para>
      </summary>
      <value>A BootstrapFileManagerCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.CssClassesPopupMenu">
      <summary>
        <para>Provides access to CSS classes applied to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPopupMenu">context menu</see> of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRichEdit">BootstrapRichEdit</see> control.</para>
      </summary>
      <value>A BootstrapMenuCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.CssClassesRibbon">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRibbon">BootstrapRibbon</see> control associated with the <see cref="T:DevExpress.Web.Bootstrap.BootstrapRichEdit">BootstrapRichEdit</see> control.</para>
      </summary>
      <value>A BootstrapRibbonCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.CssClassesRuler">
      <summary>
        <para>Provides access to CSS classes applied to Rulers.</para>
      </summary>
      <value>A BootstrapRichEditRulerCssClasses object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.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.Bootstrap.BootstrapRichEdit.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="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.Cursor">
      <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.Bootstrap.BootstrapRichEdit.DisabledStyle">
      <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.Bootstrap.BootstrapRichEdit.Font">
      <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.Bootstrap.BootstrapRichEdit.ForeColor">
      <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.Bootstrap.BootstrapRichEdit.Images">
      <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.Bootstrap.BootstrapRichEdit.ImagesRuler">
      <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.Bootstrap.BootstrapRichEdit.ParentImages">
      <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.Bootstrap.BootstrapRichEdit.ParentStyles">
      <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.Bootstrap.BootstrapRichEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.RibbonMode">
      <summary>
        <para>Specifies the type of the <see href="https://docs.devexpress.com/AspNetBootstrap/120667/rich-text-editor">Rich Text Editor</see> toolbar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.SettingsDocumentSelector">
      <summary>
        <para>Provides access to settings that are related to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManager"/> used in some built-in <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">File Dialogs</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapRichEdit.Styles">
      <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.Bootstrap.BootstrapRichEdit.StylesButton">
      <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.Bootstrap.BootstrapRichEdit.StylesEditors">
      <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.Bootstrap.BootstrapRichEdit.StylesFileManager">
      <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.Bootstrap.BootstrapRichEdit.StylesPopupMenu">
      <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.Bootstrap.BootstrapRichEdit.StylesRibbon">
      <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.Bootstrap.BootstrapRichEdit.StylesRuler">
      <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.Bootstrap.BootstrapRichEdit.StylesStatusBar">
      <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.Bootstrap.BootstrapRichEdit.Theme">
      <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.Bootstrap.BootstrapScheduler">
      <summary>
        <para>A control that represents scheduled data in a form of appointment objects on a web page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapScheduler.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.AgendaView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Agenda View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaView"/> object representing the Agenda View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.BackColor">
      <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.Bootstrap.BootstrapScheduler.BackgroundImage">
      <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.Bootstrap.BootstrapScheduler.Border">
      <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.Bootstrap.BootstrapScheduler.BorderBottom">
      <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.Bootstrap.BootstrapScheduler.BorderLeft">
      <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.Bootstrap.BootstrapScheduler.BorderRight">
      <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.Bootstrap.BootstrapScheduler.BorderTop">
      <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.Bootstrap.BootstrapScheduler.CssClass">
      <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.Bootstrap.BootstrapScheduler.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesFormEditors">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler control’s form editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerFormEditorsCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesMenu">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler control’s menus.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerMenuCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesPopupForm">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler control’s popup form editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerPopupFormCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesResourceNavigatorPager">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler Resource Navigator’s pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigatorPagerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesResourceNavigatorTokens">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler Resource Navigator’s tokens.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigatorTokensCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesViewNavigator">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler control’s View Navigator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigatorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.CssClassesViewSelector">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Scheduler control’s View Selector.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelectorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.Cursor">
      <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.Bootstrap.BootstrapScheduler.DayView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Day View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDayView"/> object representing the Day View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.EnableClientRender">
      <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.Bootstrap.BootstrapScheduler.Font">
      <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.Bootstrap.BootstrapScheduler.ForeColor">
      <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.Bootstrap.BootstrapScheduler.FullWeekView">
      <summary>
        <para>Gets an object that specifies the settings of the scheduler’s Full Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFullWeekView"/> object representing the Full Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.Images">
      <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.Bootstrap.BootstrapScheduler.MonthView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Month (Multi-Week) View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMonthView"/> object representing the Month View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.OptionsCustomization">
      <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.Bootstrap.BootstrapScheduler.OptionsDialogs">
      <summary>
        <para>Provides access to settings of the Scheduler control’s dialogs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings"/> object containing dialog settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.OptionsForms">
      <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.Bootstrap.BootstrapScheduler.OptionsMenu">
      <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.Bootstrap.BootstrapScheduler.OptionsToolTips">
      <summary>
        <para>Provides access to options which specify tooltip appearance and visibility.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsToolTips"/> object containing options which can be specified for tooltips.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.OptionsView">
      <summary>
        <para>Provides access to the Scheduler’s view options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsView"/> object which provides access to the Scheduler’s view options.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.ParentImages">
      <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.Bootstrap.BootstrapScheduler.ParentStyles">
      <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.Bootstrap.BootstrapScheduler.PopupMenuShowing">
      <summary>
        <para>Occurs before a popup menu is created and allows menu customization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapScheduler.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.ResourceColorSchemas">
      <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.Bootstrap.BootstrapScheduler.Storage">
      <summary>
        <para>Provides access to the storage object of the scheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerStorage"/> object representing the storage for the scheduler control.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.Styles">
      <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.Bootstrap.BootstrapScheduler.Theme">
      <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.Bootstrap.BootstrapScheduler.TimelineView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s TimelineView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimelineView"/> object representing the Timeline View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.TimeZoneHelper">
      <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.Bootstrap.BootstrapScheduler.Views">
      <summary>
        <para>Contains the settings of the Views that are used to represent information within the BootstrapScheduler control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository"/> object which stores the settings of the calendar Views.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.WeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapWeekView"/> object representing the Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapScheduler.WorkWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Work Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapWorkWeekView"/> object representing the Work Week View in the scheduling area.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentDialogSettings`2.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentInplaceEditDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentInplaceEditDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentInplaceEditDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentInplaceEditDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerCssClassesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerCssClassesBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigator"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigator.BackColor">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BackgroundImage">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.Border">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderBottom">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderColor">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderLeft">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderRight">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderStyle">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderTop">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.BorderWidth">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.CssClass">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Date Navigator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigator.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.Bootstrap.BootstrapSchedulerDateNavigator.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="P:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigator.Cursor">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.DisabledStyle">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.Font">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.ForeColor">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.Height">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.ImageFolder">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.ParentImages">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.ParentStyles">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigator.SpriteCssFilePath">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.SpriteImageUrl">
      <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.Bootstrap.BootstrapSchedulerDateNavigator.Theme">
      <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.Bootstrap.BootstrapSchedulerDateNavigatorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorProperties"/> 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.Bootstrap.BootstrapSchedulerDateNavigatorProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerDateNavigatorProperties.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.Bootstrap.BootstrapSchedulerDateNavigatorProperties.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="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDayViewAppointmentDisplayOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDayViewAppointmentDisplayOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDialogOptions.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDialogOptions"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerFormEditorsCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerFormEditorsCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerGotoDateDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerGotoDateDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerGotoDateDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerGotoDateDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerGotoDateDialogSettings`2.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerMenuCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerMenuCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerMonthViewTemplates.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerMonthViewTemplates"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsAppearance.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsAppearance"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsAppearance.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 settings are assigned to the current object.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsToolTips">
      <summary>
        <para>Provides access to options characterizing appointment and selection tooltips.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsToolTips.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsToolTips"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsToolTips.AppointmentDragToolTipCornerType">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.AppointmentDragToolTipUrl">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.AppointmentToolTipCornerType">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.AppointmentToolTipMode">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.AppointmentToolTipUrl">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.SelectionToolTipCornerType">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.SelectionToolTipUrl">
      <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.Bootstrap.BootstrapSchedulerOptionsToolTips.ShowSelectionToolTip">
      <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.Bootstrap.BootstrapSchedulerOptionsView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerOptionsView.AppointmentSelectionAppearanceMode">
      <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.Bootstrap.BootstrapSchedulerOptionsView.VerticalScrollBarMode">
      <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.Bootstrap.BootstrapSchedulerPopupFormCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerPopupFormCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerPopupMenu.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerPopupMenu"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerPopupMenuShowingEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerPopupMenu)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerPopupMenuShowingEventArgs"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrenceDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,DevExpress.Web.Bootstrap.BootstrapSchedulerAppointmentDialogSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrenceDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrenceDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrenceDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings`2.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentEditDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentEditDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentEditDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentEditDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerRecurrentAppointmentEditDialogSettings`2.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerReminderDialogSettings.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerReminderDialogSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerReminderDialogSettings`2.#ctor(DevExpress.Web.Bootstrap.BootstrapSchedulerDialogsSettings,System.Func{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerReminderDialogSettings`2"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigator">
      <summary>
        <para>Represents the Resource Navigator control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigator"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigator.BackColor">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BackgroundImage">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.Border">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderBottom">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderColor">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderLeft">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderRight">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderStyle">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderTop">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.BorderWidth">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.CssClass">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.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.Bootstrap.BootstrapSchedulerResourceNavigator.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="P:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigator.Cursor">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.DisabledStyle">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.Font">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.ForeColor">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.Height">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.Images">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.ParentImages">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.ParentStyles">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.Properties">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigator.Styles">
      <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.Bootstrap.BootstrapSchedulerResourceNavigator.Theme">
      <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.Bootstrap.BootstrapSchedulerResourceNavigatorPagerCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigatorPagerCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigatorTokensCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerResourceNavigatorTokensCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSchedulerStorage">
      <summary>
        <para>Represents a storage which holds data for the Bootstrap Scheduler control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerStorage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerStorage.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerStorage"/> class with the specified owner.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEdit.BackColor">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BackgroundImage">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.Border">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderBottom">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderColor">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderLeft">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderRight">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderStyle">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderTop">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.BorderWidth">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.CssClass">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the Time Zone Edit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEdit.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.Bootstrap.BootstrapSchedulerTimeZoneEdit.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="P:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEdit.DisabledStyle">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.Font">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.ForeColor">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.Height">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.ParentStyles">
      <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.Bootstrap.BootstrapSchedulerTimeZoneEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerTimeZoneEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigator"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigator.BackColor">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BackgroundImage">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.Border">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderBottom">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderColor">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderLeft">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderRight">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderStyle">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderTop">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.BorderWidth">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.CalendarPopupDiv">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.CssClass">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the View Navigator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigatorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigator.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.Bootstrap.BootstrapSchedulerViewNavigator.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="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigator.Cursor">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.DisabledStyle">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.Font">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.ForeColor">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.GotoDateButtonItem">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.GotoDateCalendar">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.Height">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.Images">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.ParentImages">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.ParentStyles">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigator.Styles">
      <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.Bootstrap.BootstrapSchedulerViewNavigator.Theme">
      <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.Bootstrap.BootstrapSchedulerViewNavigatorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewNavigatorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.AgendaView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Agenda View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapAgendaView"/> object representing the Agenda View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.DayView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Day View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDayView"/> object representing the Day View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.FullWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Full Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFullWeekView"/> object representing the Full Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.MonthView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Month View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMonthView"/> object representing the Month View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.TimelineView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Timeline View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimelineView"/> object representing the Timeline View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.WeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapWeekView"/> object representing the Week View in the scheduling area.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewRepository.WorkWeekView">
      <summary>
        <para>Gets an object that defines the settings of the scheduler’s Work Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapWorkWeekView"/> object representing the Work Week View in the scheduling area.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelector.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelector"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelector.BackColor">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BackgroundImage">
      <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.Bootstrap.BootstrapSchedulerViewSelector.Border">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderBottom">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderColor">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderLeft">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderRight">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderStyle">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderTop">
      <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.Bootstrap.BootstrapSchedulerViewSelector.BorderWidth">
      <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.Bootstrap.BootstrapSchedulerViewSelector.CssClass">
      <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.Bootstrap.BootstrapSchedulerViewSelector.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the View Selector.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelectorCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelector.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.Bootstrap.BootstrapSchedulerViewSelector.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="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelector.Cursor">
      <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.Bootstrap.BootstrapSchedulerViewSelector.DisabledStyle">
      <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.Bootstrap.BootstrapSchedulerViewSelector.Font">
      <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.Bootstrap.BootstrapSchedulerViewSelector.ForeColor">
      <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.Bootstrap.BootstrapSchedulerViewSelector.Height">
      <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.Bootstrap.BootstrapSchedulerViewSelector.ParentImages">
      <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.Bootstrap.BootstrapSchedulerViewSelector.ParentStyles">
      <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.Bootstrap.BootstrapSchedulerViewSelector.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelector.Styles">
      <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.Bootstrap.BootstrapSchedulerViewSelector.Theme">
      <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.Bootstrap.BootstrapSchedulerViewSelectorCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewSelectorCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSchedulerViewVisibleInterval.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerViewVisibleInterval"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewVisibleInterval.BackColor">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BackgroundImage">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.Border">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderBottom">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderColor">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderLeft">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderRight">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderStyle">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderTop">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.BorderWidth">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.CssClass">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.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.Bootstrap.BootstrapSchedulerViewVisibleInterval.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="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewVisibleInterval.Cursor">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.DisabledStyle">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.Font">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.ForeColor">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.Height">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.OptionsAdaptivity">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.ParentImages">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.ParentStyles">
      <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.Bootstrap.BootstrapSchedulerViewVisibleInterval.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSchedulerViewVisibleInterval.Theme">
      <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.Bootstrap.BootstrapSchedulerWeekViewTemplates.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSchedulerWeekViewTemplates"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons">
      <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.Bootstrap.BootstrapSimpleSpinButtons.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons.DecrementImage">
      <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.Bootstrap.BootstrapSimpleSpinButtons.IncrementImage">
      <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.Bootstrap.BootstrapSimpleSpinButtons.LargeDecrementImage">
      <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.Bootstrap.BootstrapSimpleSpinButtons.LargeIncrementImage">
      <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.Bootstrap.BootstrapSimpleSpinButtons.Position">
      <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.Bootstrap.BootstrapSimpleSpinButtons.Width">
      <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.Bootstrap.BootstrapSizing">
      <summary>
        <para>Lists values that define the sizing of a Bootstrap control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapSizing.Large">
      <summary>
        <para>A control displays visual elements of large size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapSizing.Normal">
      <summary>
        <para>A control displays visual elements of normal size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapSizing.NotSet">
      <summary>
        <para>A sizing option is not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapSizing.Small">
      <summary>
        <para>A control displays visual elements of small size.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSparkline">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/120237/sparkline">Sparkline</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSparkline.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSparkline"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSparkline.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSparkline.MaxColor">
      <summary>
        <para>Sets a color for the boundary of the maximum point on a sparkline.</para>
      </summary>
      <value>A string value that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSparkline.MinColor">
      <summary>
        <para>Sets a color for the boundary of the minimum point on a sparkline.</para>
      </summary>
      <value>A string value that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSparkline.PointColor">
      <summary>
        <para>Sets a color for points on a sparkline. Available for the sparklines of the line- and area-like types.</para>
      </summary>
      <value>A string value that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSparkline.ShowMinMax">
      <summary>
        <para>Specifies whether or not to indicate both the minimum and maximum values on a sparkline.</para>
      </summary>
      <value>true, to highlight the minimum and maximum values; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSparklineClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSparklineClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSpinButtons">
      <summary>
        <para>Contains settings that define the appearance and position of spin buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinButtons.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinButtons"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinButtons.#ctor(DevExpress.Web.Internal.IWebControlObject)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinButtons"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IWebControlObject interface.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinButtons.DecrementImage">
      <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.Bootstrap.BootstrapSpinButtons.IncrementImage">
      <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.Bootstrap.BootstrapSpinButtons.LargeDecrementImage">
      <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.Bootstrap.BootstrapSpinButtons.LargeIncrementImage">
      <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.Bootstrap.BootstrapSpinButtons.Position">
      <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.Bootstrap.BootstrapSpinButtons.Width">
      <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.Bootstrap.BootstrapSpinEdit">
      <summary>
        <para>Represents a spin edit control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.AccessibilityCompliant">
      <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.Bootstrap.BootstrapSpinEdit.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapSpinEdit.BackColor">
      <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.Bootstrap.BootstrapSpinEdit.BackgroundImage">
      <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.Bootstrap.BootstrapSpinEdit.Border">
      <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.Bootstrap.BootstrapSpinEdit.BorderBottom">
      <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.Bootstrap.BootstrapSpinEdit.BorderColor">
      <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.Bootstrap.BootstrapSpinEdit.BorderLeft">
      <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.Bootstrap.BootstrapSpinEdit.BorderRight">
      <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.Bootstrap.BootstrapSpinEdit.BorderStyle">
      <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.Bootstrap.BootstrapSpinEdit.BorderTop">
      <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.Bootstrap.BootstrapSpinEdit.BorderWidth">
      <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.Bootstrap.BootstrapSpinEdit.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapSpinEdit.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.ButtonStyle">
      <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.Bootstrap.BootstrapSpinEdit.CaptionCellStyle">
      <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.Bootstrap.BootstrapSpinEdit.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.CaptionStyle">
      <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.Bootstrap.BootstrapSpinEdit.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.CssClass">
      <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.Bootstrap.BootstrapSpinEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117915/data-editors/spin-edit">Spin Edit</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.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.Bootstrap.BootstrapSpinEdit.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="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.Cursor">
      <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.Bootstrap.BootstrapSpinEdit.CustomButtonsPosition">
      <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.Bootstrap.BootstrapSpinEdit.DecrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEdit.DisabledStyle">
      <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.Bootstrap.BootstrapSpinEdit.EnableFocusedStyle">
      <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.Bootstrap.BootstrapSpinEdit.FocusedStyle">
      <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.Bootstrap.BootstrapSpinEdit.Font">
      <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.Bootstrap.BootstrapSpinEdit.ForeColor">
      <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.Bootstrap.BootstrapSpinEdit.Height">
      <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.Bootstrap.BootstrapSpinEdit.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.HelpTextStyle">
      <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.Bootstrap.BootstrapSpinEdit.HorizontalAlign">
      <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.Bootstrap.BootstrapSpinEdit.ImageFolder">
      <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.Bootstrap.BootstrapSpinEdit.IncrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEdit.InvalidStyle">
      <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.Bootstrap.BootstrapSpinEdit.LargeDecrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEdit.LargeIncrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEdit.Native">
      <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.Bootstrap.BootstrapSpinEdit.NullTextStyle">
      <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.Bootstrap.BootstrapSpinEdit.Paddings">
      <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.Bootstrap.BootstrapSpinEdit.ParentImages">
      <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.Bootstrap.BootstrapSpinEdit.ParentStyles">
      <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.Bootstrap.BootstrapSpinEdit.ReadOnlyStyle">
      <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.Bootstrap.BootstrapSpinEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.RightToLeft">
      <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.Bootstrap.BootstrapSpinEdit.RootStyle">
      <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.Bootstrap.BootstrapSpinEdit.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEdit.SpriteCssFilePath">
      <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.Bootstrap.BootstrapSpinEdit.SpriteImageUrl">
      <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.Bootstrap.BootstrapSpinEdit.Theme">
      <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.Bootstrap.BootstrapSpinEdit.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117915/data-editors/spin-edit">Spin Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Spin Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses.IconDecrement">
      <summary>
        <para>The CSS class of an icon displayed by the decrement button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses.IconIncrement">
      <summary>
        <para>The CSS class of an icon displayed by the increment button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses.IconLargeDecrement">
      <summary>
        <para>The CSS class of an icon displayed by the large decrement button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditCssClasses.IconLargeIncrement">
      <summary>
        <para>The CSS class of an icon displayed by the large increment button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties">
      <summary>
        <para>Contains settings specific to a spin editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties"/> 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.Bootstrap.BootstrapSpinEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapSpinEditProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.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.Bootstrap.BootstrapSpinEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapSpinEditProperties.DecrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.Height">
      <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.Bootstrap.BootstrapSpinEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.IncrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.LargeDecrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.LargeIncrementButtonStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapSpinEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpinEditProperties.Style">
      <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.Bootstrap.BootstrapSpinEditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapSpreadsheet">
      <summary>
        <para>A control that provides spreadsheet management functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapSpreadsheet"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.BackColor">
      <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.Bootstrap.BootstrapSpreadsheet.BackgroundImage">
      <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.Bootstrap.BootstrapSpreadsheet.Border">
      <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.Bootstrap.BootstrapSpreadsheet.BorderBottom">
      <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.Bootstrap.BootstrapSpreadsheet.BorderColor">
      <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.Bootstrap.BootstrapSpreadsheet.BorderLeft">
      <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.Bootstrap.BootstrapSpreadsheet.BorderRight">
      <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.Bootstrap.BootstrapSpreadsheet.BorderStyle">
      <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.Bootstrap.BootstrapSpreadsheet.BorderTop">
      <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.Bootstrap.BootstrapSpreadsheet.BorderWidth">
      <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.Bootstrap.BootstrapSpreadsheet.CssClass">
      <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.Bootstrap.BootstrapSpreadsheet.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesEditor">
      <summary>
        <para>Provides access to CSS classes applied to editor elements used by the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control (for example, within dialog forms).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesFileManager">
      <summary>
        <para>Provides access to CSS classes applied to <see href="https://docs.devexpress.com/AspNetBootstrap/120669/file-manager">File Manager</see> controls used by the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control (for example, within dialog forms).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFileManagerCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesFormulaAutoCompete">
      <summary>
        <para>Provides access to CSS classes applied to visual elements used for the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control’s Formula AutoComplete feature.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesFormulaBar">
      <summary>
        <para>Provides access to CSS classes applied to visual elements used within the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control’s Formula Bar.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesPopupMenu">
      <summary>
        <para>Provides access to CSS classes applied to the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control’s context menu elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapMenuCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesRibbon">
      <summary>
        <para>Provides access to CSS classes applied to the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control’s ribbon toolbar elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.CssClassesTabControl">
      <summary>
        <para>Provides access to CSS classes applied to the tab controls used by the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.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.Bootstrap.BootstrapSpreadsheet.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="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.Cursor">
      <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.Bootstrap.BootstrapSpreadsheet.DisabledStyle">
      <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.Bootstrap.BootstrapSpreadsheet.Font">
      <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.Bootstrap.BootstrapSpreadsheet.ForeColor">
      <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.Bootstrap.BootstrapSpreadsheet.Images">
      <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.Bootstrap.BootstrapSpreadsheet.ImagesFileManager">
      <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.Bootstrap.BootstrapSpreadsheet.ParentImages">
      <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.Bootstrap.BootstrapSpreadsheet.ParentStyles">
      <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.Bootstrap.BootstrapSpreadsheet.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.RibbonMode">
      <summary>
        <para>Specifies the type of the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> toolbar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxSpreadsheet.SpreadsheetRibbonMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.RibbonTabs">
      <summary>
        <para>Provides access to the collection of a <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> ribbon tabs.</para>
      </summary>
      <value>A BootstrapSpreadsheetRibbonTabCollection object that is the collection of the ribbon’s tabs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.SettingsDocumentSelector">
      <summary>
        <para>Provides access to the settings that are related to the <see href="https://docs.devexpress.com/AspNetBootstrap/120669/file-manager">File Manager</see> controls used by the <see href="https://docs.devexpress.com/AspNetBootstrap/120666/spreadsheet">Spreadsheet</see> built-in dialogs.</para>
      </summary>
      <value>An object of the BootstrapSpreadsheetDocumentSelectorSettings class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapSpreadsheet.Styles">
      <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.Bootstrap.BootstrapSpreadsheet.StylesButton">
      <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.Bootstrap.BootstrapSpreadsheet.StylesEditors">
      <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.Bootstrap.BootstrapSpreadsheet.StylesFileManager">
      <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.Bootstrap.BootstrapSpreadsheet.StylesFormulaAutoCompete">
      <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.Bootstrap.BootstrapSpreadsheet.StylesFormulaBar">
      <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.Bootstrap.BootstrapSpreadsheet.StylesPopupMenu">
      <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.Bootstrap.BootstrapSpreadsheet.StylesRibbon">
      <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.Bootstrap.BootstrapSpreadsheet.StylesTabControl">
      <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.Bootstrap.BootstrapSpreadsheet.Theme">
      <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.Bootstrap.BootstrapTab">
      <summary>
        <para>Represents an individual tab.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTab.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTab.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab. Initializes the tab’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">BootstrapTab.TabIconCssClass</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying a URL which defines the navigation location. 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.Bootstrap.BootstrapTab.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab. Initializes the tab’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">BootstrapTab.TabIconCssClass</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying a URL which defines the navigation location. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.NavigateUrl">Tab.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTab.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab. Initializes the tab’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">BootstrapTab.TabIconCssClass</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTab.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> 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>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTab.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> class with the specified 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.Bootstrap.BootstrapTab.ActiveTabCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the current tab when the tab is active.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTab.ActiveTabIconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed by the current tab when the tab is active.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTab.ActiveTabImage">
      <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.Bootstrap.BootstrapTab.ActiveTabStyle">
      <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.Bootstrap.BootstrapTab.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.Bootstrap.BootstrapTab.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTab.NewLine">
      <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.Bootstrap.BootstrapTab.TabCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the tab.</para>
      </summary>
      <value>A string containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed by the current tab.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTab.TabImage">
      <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.Bootstrap.BootstrapTab.TabStyle">
      <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.Bootstrap.BootstrapTab.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the tab’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup">
      <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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.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.Bootstrap.BootstrapTabbedLayoutGroup.BackgroundImage">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.BeginRow">
      <summary>
        <para>Specifies whether a group should be rendered within a new row.</para>
      </summary>
      <value>true, to render a group within a new row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.Border">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.BorderBottom">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.BorderLeft">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.BorderRight">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.BorderTop">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.Caption">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.ColSpan">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.ColSpanLg">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 992px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.ColSpanMd">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 768px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.ColSpanSm">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.ColSpanXl">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution bigger than or equal to 1200px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.ColSpanXs">
      <summary>
        <para>Specifies the number of virtual columns a layout group occupies on screens with a resolution less than 576px.</para>
      </summary>
      <value>An integer value specifying the number of virtual columns.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.ColumnSpan">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of a tabbed Form Layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapFormTabbedLayoutGroupCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.Height">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.HorizontalAlign">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.Images">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.Paddings">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.PageControl">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.ParentContainerStyle">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.RowSpan">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.SettingsItemCaptions">
      <summary>
        <para>Provides access to the layout item caption settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemCaptionSettings"/> object containing properties common to all the layout item captions within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutItemHelpTextSettings"/> object containing properties common to all the help texts within the layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapLayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroup.ShowGroupDecoration">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.SpanRules">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.Styles">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.TabImage">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.TabPosition">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.TabSpacing">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.VerticalAlign">
      <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.Bootstrap.BootstrapTabbedLayoutGroup.Width">
      <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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings">
      <summary>
        <para>Contains settings specific to tab pages displayed within a tabbed layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.#ctor(DevExpress.Web.ASPxPageControl,DevExpress.Web.Bootstrap.BootstrapPageControlProperties,DevExpress.Web.TabControlStyle)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.EnableHotTrack">
      <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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.EnableTabScrolling">
      <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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.ScrollButtonsIndent">
      <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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.ScrollButtonSpacing">
      <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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.SpaceAfterTabsTemplate">
      <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.Bootstrap.BootstrapTabbedLayoutGroupTabPageSettings.SpaceBeforeTabsTemplate">
      <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.Bootstrap.BootstrapTabCollection">
      <summary>
        <para>Represents a collection of tabs within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.#ctor(DevExpress.Web.ASPxTabControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabCollection"/> class with the specified owner.</para>
      </summary>
      <param name="tabControl">A <see cref="T:DevExpress.Web.ASPxTabControl"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.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.Bootstrap.BootstrapTab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">BootstrapTab.TabIconCssClass</see> property.</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.Bootstrap.BootstrapTab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">BootstrapTab.TabIconCssClass</see> property.</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.Bootstrap.BootstrapTab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.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 item. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTab.TabIconCssClass">BootstrapTab.TabIconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.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.Bootstrap.BootstrapTab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.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.Bootstrap.BootstrapTab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabCollection.FindByName(System.String)">
      <summary>
        <para>Returns a tab 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, that is 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.Bootstrap.BootstrapTab"/> 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.Bootstrap.BootstrapTabCollection.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.Bootstrap.BootstrapTab"/> object with a specific value of the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object which represents the tab at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControl">
      <summary>
        <para>Represents a navigation control used to create tabbed interfaces.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.AccessibilityCompliant">
      <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.Bootstrap.BootstrapTabControl.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.Bootstrap.BootstrapTabControl.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.Bootstrap.BootstrapTabControl.ActiveTabIconCssClassField">
      <summary>
        <para>Specifies the name of a data field providing CSS classes of icons displayed by the active tab.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.ActiveTabImage">
      <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.Bootstrap.BootstrapTabControl.ActiveTabImageUrlField">
      <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.Bootstrap.BootstrapTabControl.ActiveTabStyle">
      <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.Bootstrap.BootstrapTabControl.BackColor">
      <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.Bootstrap.BootstrapTabControl.BackgroundImage">
      <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.Bootstrap.BootstrapTabControl.Border">
      <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.Bootstrap.BootstrapTabControl.BorderBottom">
      <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.Bootstrap.BootstrapTabControl.BorderColor">
      <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.Bootstrap.BootstrapTabControl.BorderLeft">
      <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.Bootstrap.BootstrapTabControl.BorderRight">
      <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.Bootstrap.BootstrapTabControl.BorderStyle">
      <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.Bootstrap.BootstrapTabControl.BorderTop">
      <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.Bootstrap.BootstrapTabControl.BorderWidth">
      <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.Bootstrap.BootstrapTabControl.ContentStyle">
      <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.Bootstrap.BootstrapTabControl.CssClass">
      <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.Bootstrap.BootstrapTabControl.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117918/site-navigation/tab-control">Tab Control</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.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.Bootstrap.BootstrapTabControl.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="P:DevExpress.Web.Bootstrap.BootstrapTabControl.Cursor">
      <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.Bootstrap.BootstrapTabControl.DisabledStyle">
      <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.Bootstrap.BootstrapTabControl.EnableHotTrack">
      <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.Bootstrap.BootstrapTabControl.Font">
      <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.Bootstrap.BootstrapTabControl.ForeColor">
      <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.Bootstrap.BootstrapTabControl.Height">
      <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.Bootstrap.BootstrapTabControl.ImageFolder">
      <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.Bootstrap.BootstrapTabControl.LinkStyle">
      <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.Bootstrap.BootstrapTabControl.LoadingPanelImage">
      <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.Bootstrap.BootstrapTabControl.LoadingPanelStyle">
      <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.Bootstrap.BootstrapTabControl.Paddings">
      <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.Bootstrap.BootstrapTabControl.ParentImages">
      <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.Bootstrap.BootstrapTabControl.ParentStyles">
      <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.Bootstrap.BootstrapTabControl.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.RightToLeft">
      <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.Bootstrap.BootstrapTabControl.ScrollButtonsIndent">
      <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.Bootstrap.BootstrapTabControl.ScrollButtonSpacing">
      <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.Bootstrap.BootstrapTabControl.ScrollButtonStyle">
      <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.Bootstrap.BootstrapTabControl.ScrollLeftButtonImage">
      <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.Bootstrap.BootstrapTabControl.ScrollRightButtonImage">
      <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.Bootstrap.BootstrapTabControl.SpaceAfterTabsTemplate">
      <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.Bootstrap.BootstrapTabControl.SpaceAfterTabsTemplateStyle">
      <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.Bootstrap.BootstrapTabControl.SpaceBeforeTabsTemplate">
      <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.Bootstrap.BootstrapTabControl.SpaceBeforeTabsTemplateStyle">
      <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.Bootstrap.BootstrapTabControl.SpriteCssFilePath">
      <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.Bootstrap.BootstrapTabControl.SpriteImageUrl">
      <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.Bootstrap.BootstrapTabControl.TabClick">
      <summary>
        <para>Fires when a tab is clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapTabControl.TabCommand">
      <summary>
        <para>Fires when a control contained within a templated tab raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapTabControl.TabDataBound">
      <summary>
        <para>Occurs after a tab has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.TabIconCssClassField">
      <summary>
        <para>Specifies the name of a data field providing CSS classes of icons displayed by tabs.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.TabImage">
      <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.Bootstrap.BootstrapTabControl.TabImageUrlField">
      <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.Bootstrap.BootstrapTabControl.TabPosition">
      <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.Bootstrap.BootstrapTabControl.Tabs">
      <summary>
        <para>Provides access to the collection of tabs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabCollection"/> object representing the collection of the Tab Control’s tabs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControl.TabSpacing">
      <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.Bootstrap.BootstrapTabControl.TabStyle">
      <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.Bootstrap.BootstrapTabControl.Theme">
      <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.Bootstrap.BootstrapTabControlCancelEventArgs">
      <summary>
        <para>Provides data for cancellable events which concern manipulations on tabs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabControlCancelEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTab)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlCancelEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object representing a tab related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControlCancelEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object representing the tab manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControlCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTabControl.ActiveTabChanging">BootstrapTabControl.ActiveTabChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControlCommandEventArgs">
      <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.Bootstrap.BootstrapTabControlCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTab,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlCommandEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> 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="P:DevExpress.Web.Bootstrap.BootstrapTabControlCommandEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControlCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTabControl.TabCommand">BootstrapTabControl.TabCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117918/site-navigation/tab-control">Tab Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses.ActiveTab">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Tab Control’s active tab element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses.Tab">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Tab Control’s tab element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses.TabControlRightAlignSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapTabControlCssClasses.TabControlSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControlEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on tabs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabControlEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTab)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object representing the tab related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabControlEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTab"/> object representing the tab manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabControlEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTabControl.ActiveTabChanged">BootstrapTabControl.ActiveTabChanged</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabControlEventArgs"/> object that contains event data.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabDataFields.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabDataFields"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabPage">
      <summary>
        <para>Defines an individual tab page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPage.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> 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 identifies the created tab page. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab page. Initializes the tab page’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTabPage.TabIconCssClass">BootstrapTabPage.TabIconCssClass</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPage.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> 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.Bootstrap.BootstrapTabPage.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> 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.Bootstrap.BootstrapTabPage.ActiveTabCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the current tab when the tab is active.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabPage.ActiveTabIconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed by the current tab when the tab is active.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabPage.ActiveTabImage">
      <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.Bootstrap.BootstrapTabPage.ActiveTabStyle">
      <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.Bootstrap.BootstrapTabPage.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.Bootstrap.BootstrapTabPage.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabPage.NewLine">
      <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.Bootstrap.BootstrapTabPage.TabCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the tabbed page’s tab.</para>
      </summary>
      <value>A string containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabPage.TabIconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed by the current tab.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabPage.TabImage">
      <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.Bootstrap.BootstrapTabPage.TabStyle">
      <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.Bootstrap.BootstrapTabPage.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the tab’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTabPageCollection">
      <summary>
        <para>Represents a collection of tabbed pages within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapPageControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPageCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.#ctor(DevExpress.Web.ASPxPageControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPageCollection"/> class with the specified owner.</para>
      </summary>
      <param name="tabControl">A <see cref="T:DevExpress.Web.ASPxPageControl"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.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.Bootstrap.BootstrapTabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the tab page. Initializes the tab page’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTabPage.TabIconCssClass">BootstrapTabPage.TabIconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.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.Bootstrap.BootstrapTabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.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.Bootstrap.BootstrapTabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.FindByName(System.String)">
      <summary>
        <para>Returns a page 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, that is the <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property value of the required page.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> 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.Bootstrap.BootstrapTabPageCollection.FindByText(System.String)">
      <summary>
        <para>Returns a 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 page.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object with a specific value of the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTabPageCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTabPage"/> object which represents the page at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBox">
      <summary>
        <para>The tag box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.AccessibilityCompliant">
      <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.Bootstrap.BootstrapTagBox.AllowCustomTags">
      <summary>
        <para>Gets or sets whether end-users can input custom tags.</para>
      </summary>
      <value>true, if custom tags are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.AllowCustomTokens">
      <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.Bootstrap.BootstrapTagBox.AnimationType">
      <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.Bootstrap.BootstrapTagBox.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapTagBox.BackColor">
      <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.Bootstrap.BootstrapTagBox.BackgroundImage">
      <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.Bootstrap.BootstrapTagBox.Border">
      <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.Bootstrap.BootstrapTagBox.BorderBottom">
      <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.Bootstrap.BootstrapTagBox.BorderColor">
      <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.Bootstrap.BootstrapTagBox.BorderLeft">
      <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.Bootstrap.BootstrapTagBox.BorderRight">
      <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.Bootstrap.BootstrapTagBox.BorderStyle">
      <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.Bootstrap.BootstrapTagBox.BorderTop">
      <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.Bootstrap.BootstrapTagBox.BorderWidth">
      <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.Bootstrap.BootstrapTagBox.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapTagBox.Buttons">
      <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.Bootstrap.BootstrapTagBox.ButtonStyle">
      <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.Bootstrap.BootstrapTagBox.CaptionCellStyle">
      <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.Bootstrap.BootstrapTagBox.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.CaptionStyle">
      <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.Bootstrap.BootstrapTagBox.CaseSensitiveTokens">
      <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.Bootstrap.BootstrapTagBox.ClearButton">
      <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.Bootstrap.BootstrapTagBox.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBox"/>.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.CssClass">
      <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.Bootstrap.BootstrapTagBox.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.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.Bootstrap.BootstrapTagBox.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="P:DevExpress.Web.Bootstrap.BootstrapTagBox.Cursor">
      <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.Bootstrap.BootstrapTagBox.CustomButtonsPosition">
      <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.Bootstrap.BootstrapTagBox.CustomTagsAdded">
      <summary>
        <para>Serves as a notification that the Tag Box contains custom tags.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapTagBox.CustomTokensAdded">
      <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.Bootstrap.BootstrapTagBox.DataSecurityMode">
      <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.Bootstrap.BootstrapTagBox.DisabledStyle">
      <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.Bootstrap.BootstrapTagBox.DropDownAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether the drop down window’s width depends on the editor size.</para>
      </summary>
      <value>true, to automatically adjust the width to accommodate the editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.DropDownButton">
      <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.Bootstrap.BootstrapTagBox.DropDownHeight">
      <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.Bootstrap.BootstrapTagBox.DropDownWidth">
      <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.Bootstrap.BootstrapTagBox.EnableFocusedStyle">
      <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.Bootstrap.BootstrapTagBox.EnableSynchronization">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the tag box’s items (adding, deleting) should be synchronized with the server-side Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.FocusedStyle">
      <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.Bootstrap.BootstrapTagBox.Font">
      <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.Bootstrap.BootstrapTagBox.ForeColor">
      <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.Bootstrap.BootstrapTagBox.Height">
      <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.Bootstrap.BootstrapTagBox.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.HelpTextStyle">
      <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.Bootstrap.BootstrapTagBox.HorizontalAlign">
      <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.Bootstrap.BootstrapTagBox.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides names of CSS classes that define images displayed within tag elements.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.ImageFolder">
      <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.Bootstrap.BootstrapTagBox.ImageUrlField">
      <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.Bootstrap.BootstrapTagBox.InvalidStyle">
      <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.Bootstrap.BootstrapTagBox.ItemImage">
      <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.Bootstrap.BootstrapTagBox.ItemRowPrepared">
      <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.Bootstrap.BootstrapTagBox.Items">
      <summary>
        <para>Gets the collection of items displayed in the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance that is the collection of items in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.ItemStyle">
      <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.Bootstrap.BootstrapTagBox.ItemTextCellPrepared">
      <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.Bootstrap.BootstrapTagBox.ListBoxStyle">
      <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.Bootstrap.BootstrapTagBox.LoadingPanelImage">
      <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.Bootstrap.BootstrapTagBox.LoadingPanelStyle">
      <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.Bootstrap.BootstrapTagBox.Native">
      <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.Bootstrap.BootstrapTagBox.NullTextStyle">
      <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.Bootstrap.BootstrapTagBox.Paddings">
      <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.Bootstrap.BootstrapTagBox.ParentImages">
      <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.Bootstrap.BootstrapTagBox.ParentStyles">
      <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.Bootstrap.BootstrapTagBox.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapTagBox.PopupVerticalAlign">
      <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.Bootstrap.BootstrapTagBox.ReadOnlyStyle">
      <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.Bootstrap.BootstrapTagBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBox.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapTagBox.RightToLeft">
      <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.Bootstrap.BootstrapTagBox.RootStyle">
      <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.Bootstrap.BootstrapTagBox.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see> control’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.ShowShadow">
      <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.Bootstrap.BootstrapTagBox.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.SpriteCssFilePath">
      <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.Bootstrap.BootstrapTagBox.SpriteImageUrl">
      <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.Bootstrap.BootstrapTagBox.Tags">
      <summary>
        <para>Provides access to a collection of editor tags.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagCollection"/> instance that is the collection of tags.</value>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapTagBox.TagsChanged">
      <summary>
        <para>Fires when the collection of selected values have been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBox.Theme">
      <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.Bootstrap.BootstrapTagBox.TokenBoxInputStyle">
      <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.Bootstrap.BootstrapTagBox.TokenHoverStyle">
      <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.Bootstrap.BootstrapTagBox.TokenRemoveButtonHoverStyle">
      <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.Bootstrap.BootstrapTagBox.TokenRemoveButtonStyle">
      <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.Bootstrap.BootstrapTagBox.Tokens">
      <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.Bootstrap.BootstrapTagBox.TokensChanged">
      <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.Bootstrap.BootstrapTagBox.TokenStyle">
      <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.Bootstrap.BootstrapTagBox.TokenTextStyle">
      <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.Bootstrap.BootstrapTagBox.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings">
      <summary>
        <para>Stores the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see> control’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings"/> 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.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings.TagRenderOption">
      <summary>
        <para>Specifies the Bootstrap label appearance style applied to a tag element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRenderOption"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents">
      <summary>
        <para>Contains a client-side tag box editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents"/> 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.Bootstrap.BootstrapTagBoxClientSideEvents.TagsChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapClientTagBox.TagsChanged</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.Bootstrap.BootstrapTagBoxClientSideEvents.TokensChanged">
      <summary>
        <para>Use the <see cref="P:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents.TagsChanged">BootstrapTagBoxClientSideEvents.TagsChanged</see> property instead.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.Button">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.ClearButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Clear button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.IconClearButton">
      <summary>
        <para>The CSS class of an icon displayed by the editor’s Clear button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.IconDropDownButton">
      <summary>
        <para>The CSS class of an icon displayed by the editor’s dropdown button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.IconEllipsis">
      <summary>
        <para>The CSS class of an icon displayed by the editor’s ellipsis button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.IconTagRemoveButton">
      <summary>
        <para>The CSS class of an icon displayed by the Tag Box control’s Remove Tag button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.Input">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the input element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.Tag">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a tag element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCssClasses.TagRemoveButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a tag’s Remove button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCustomTagsAddedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTagBox.CustomTagsAdded">BootstrapTagBox.CustomTagsAdded</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxCustomTagsAddedEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCustomTagsAddedEventArgs"/> class.</para>
      </summary>
      <param name="customTags">A  collection of custom tokens.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxCustomTagsAddedEventArgs.CustomTags">
      <summary>
        <para>Gets the collection of custom tags.</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 tags.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCustomTagsAddedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTagBox.CustomTagsAdded">BootstrapTagBox.CustomTagsAdded</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxCustomTagsAddedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties">
      <summary>
        <para>Contains settings specific to a tag box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties"/> 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.Bootstrap.BootstrapTagBoxProperties.AllowCustomTags">
      <summary>
        <para>Gets or sets whether end-users can input custom tags.</para>
      </summary>
      <value>true, if custom tags are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.AllowCustomTokens">
      <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.Bootstrap.BootstrapTagBoxProperties.AnimationType">
      <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.Bootstrap.BootstrapTagBoxProperties.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapTagBoxProperties.Buttons">
      <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.Bootstrap.BootstrapTagBoxProperties.ButtonStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.CaseSensitiveTags">
      <summary>
        <para>Specifies if tags are case sensitive.</para>
      </summary>
      <value>true, if tags are case sensitive; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.CaseSensitiveTokens">
      <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.Bootstrap.BootstrapTagBoxProperties.ClearButton">
      <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.Bootstrap.BootstrapTagBoxProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.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.Bootstrap.BootstrapTagBoxProperties.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="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapTagBoxProperties.DataSecurityMode">
      <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.Bootstrap.BootstrapTagBoxProperties.DisplayImageSpacing">
      <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.Bootstrap.BootstrapTagBoxProperties.DropDownAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether the drop down window’s width depends on the editor size.</para>
      </summary>
      <value>true, to automatically adjust the width to accommodate the editor; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.DropDownButton">
      <summary>
        <para>Gets the settings of the tag box’s drop down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapDropDownButton"/> object that contains the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.DropDownHeight">
      <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.Bootstrap.BootstrapTagBoxProperties.DropDownWidth">
      <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.Bootstrap.BootstrapTagBoxProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.EnableSynchronization">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the tag box’s items (adding, deleting) should be synchronized with the server-side Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.FocusedStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.Height">
      <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.Bootstrap.BootstrapTagBoxProperties.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.IconCssClassField">
      <summary>
        <para>Gets or sets the data source field that provides names of CSS classes that define images displayed within tag elements.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains CSS class names.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.ImageUrlField">
      <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.Bootstrap.BootstrapTagBoxProperties.InvalidStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.ItemImage">
      <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.Bootstrap.BootstrapTagBoxProperties.Items">
      <summary>
        <para>Gets the collection of items displayed in the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapListEditItemCollection"/> instance that is the collection of items in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.ItemStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.ListBoxStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.Native">
      <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.Bootstrap.BootstrapTagBoxProperties.NullTextStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.PopupHorizontalAlign">
      <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.Bootstrap.BootstrapTagBoxProperties.PopupVerticalAlign">
      <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.Bootstrap.BootstrapTagBoxProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.RenderIFrameForPopupElements">
      <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.Bootstrap.BootstrapTagBoxProperties.SettingsBootstrap">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see> control’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.ShowShadow">
      <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.Bootstrap.BootstrapTagBoxProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.Style">
      <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.Bootstrap.BootstrapTagBoxProperties.Tags">
      <summary>
        <para>Provides access to a collection of editor tags.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagCollection"/> instance that is the collection of tags.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties.TokenBoxInputStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.TokenHoverStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.TokenRemoveButtonHoverStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.TokenRemoveButtonStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.Tokens">
      <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.Bootstrap.BootstrapTagBoxProperties.TokenStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.TokenTextStyle">
      <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.Bootstrap.BootstrapTagBoxProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTagCollection">
      <summary>
        <para>A collection of tags in the <see href="https://docs.devexpress.com/AspNetBootstrap/119626/data-editors/tag-box">Tag Box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapTagBoxProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagCollection"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagBoxProperties"/> object that contains the editor properties.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTagCollection.#ctor(System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTagCollection"/> class.</para>
      </summary>
      <param name="items">An array that contains zero or more string values (tags) to populate the collection.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTextBox">
      <summary>
        <para>Represents a single-line text editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTextBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBox.AccessibilityCompliant">
      <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.Bootstrap.BootstrapTextBox.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapTextBox.BackColor">
      <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.Bootstrap.BootstrapTextBox.BackgroundImage">
      <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.Bootstrap.BootstrapTextBox.Border">
      <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.Bootstrap.BootstrapTextBox.BorderBottom">
      <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.Bootstrap.BootstrapTextBox.BorderColor">
      <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.Bootstrap.BootstrapTextBox.BorderLeft">
      <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.Bootstrap.BootstrapTextBox.BorderRight">
      <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.Bootstrap.BootstrapTextBox.BorderStyle">
      <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.Bootstrap.BootstrapTextBox.BorderTop">
      <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.Bootstrap.BootstrapTextBox.BorderWidth">
      <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.Bootstrap.BootstrapTextBox.CaptionCellStyle">
      <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.Bootstrap.BootstrapTextBox.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBox.CaptionStyle">
      <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.Bootstrap.BootstrapTextBox.CssClass">
      <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.Bootstrap.BootstrapTextBox.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117916/data-editors/text-box">Text Box</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBoxCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBox.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.Bootstrap.BootstrapTextBox.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="P:DevExpress.Web.Bootstrap.BootstrapTextBox.Cursor">
      <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.Bootstrap.BootstrapTextBox.DisabledStyle">
      <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.Bootstrap.BootstrapTextBox.EnableFocusedStyle">
      <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.Bootstrap.BootstrapTextBox.FocusedStyle">
      <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.Bootstrap.BootstrapTextBox.Font">
      <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.Bootstrap.BootstrapTextBox.ForeColor">
      <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.Bootstrap.BootstrapTextBox.Height">
      <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.Bootstrap.BootstrapTextBox.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBox.HelpTextStyle">
      <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.Bootstrap.BootstrapTextBox.HorizontalAlign">
      <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.Bootstrap.BootstrapTextBox.ImageFolder">
      <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.Bootstrap.BootstrapTextBox.InvalidStyle">
      <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.Bootstrap.BootstrapTextBox.MaskHintStyle">
      <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.Bootstrap.BootstrapTextBox.Native">
      <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.Bootstrap.BootstrapTextBox.NullTextStyle">
      <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.Bootstrap.BootstrapTextBox.Paddings">
      <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.Bootstrap.BootstrapTextBox.ParentImages">
      <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.Bootstrap.BootstrapTextBox.ParentStyles">
      <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.Bootstrap.BootstrapTextBox.ReadOnlyStyle">
      <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.Bootstrap.BootstrapTextBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTextBox.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBox.RightToLeft">
      <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.Bootstrap.BootstrapTextBox.RootStyle">
      <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.Bootstrap.BootstrapTextBox.Size">
      <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.Bootstrap.BootstrapTextBox.SpriteCssFilePath">
      <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.Bootstrap.BootstrapTextBox.SpriteImageUrl">
      <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.Bootstrap.BootstrapTextBox.Theme">
      <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.Bootstrap.BootstrapTextBox.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTextBoxCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117916/data-editors/text-box">Text Box</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTextBoxCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBoxCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBoxCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Text Box control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBoxCssClasses.NullText">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Null Text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties">
      <summary>
        <para>Contains settings specific to a textbox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties"/> 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.Bootstrap.BootstrapTextBoxProperties.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.Bootstrap.BootstrapTextBoxProperties.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="P:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.FocusedStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.Height">
      <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.Bootstrap.BootstrapTextBoxProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTextBoxProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.InvalidStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.MaskHintStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.Native">
      <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.Bootstrap.BootstrapTextBoxProperties.NullTextStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapTextBoxProperties.Size">
      <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.Bootstrap.BootstrapTextBoxProperties.Style">
      <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.Bootstrap.BootstrapTextBoxProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings">
      <summary>
        <para>Contains settings specific to a text edit’s help text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> 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.Bootstrap.BootstrapTextEditHelpSettings.HorizontalAlign">
      <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.Bootstrap.BootstrapTextEditHelpSettings.PopupMargins">
      <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.Bootstrap.BootstrapTextEditHelpSettings.Position">
      <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.Bootstrap.BootstrapTextEditHelpSettings.VerticalAlign">
      <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.Bootstrap.BootstrapTimeEdit">
      <summary>
        <para>Represents an editor capable of displaying and editing time values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTimeEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.AccessibilityCompliant">
      <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.Bootstrap.BootstrapTimeEdit.AutoResizeWithContainer">
      <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.Bootstrap.BootstrapTimeEdit.BackColor">
      <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.Bootstrap.BootstrapTimeEdit.BackgroundImage">
      <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.Bootstrap.BootstrapTimeEdit.Border">
      <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.Bootstrap.BootstrapTimeEdit.BorderBottom">
      <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.Bootstrap.BootstrapTimeEdit.BorderColor">
      <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.Bootstrap.BootstrapTimeEdit.BorderLeft">
      <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.Bootstrap.BootstrapTimeEdit.BorderRight">
      <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.Bootstrap.BootstrapTimeEdit.BorderStyle">
      <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.Bootstrap.BootstrapTimeEdit.BorderTop">
      <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.Bootstrap.BootstrapTimeEdit.BorderWidth">
      <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.Bootstrap.BootstrapTimeEdit.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapTimeEdit.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.ButtonStyle">
      <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.Bootstrap.BootstrapTimeEdit.CaptionCellStyle">
      <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.Bootstrap.BootstrapTimeEdit.CaptionSettings">
      <summary>
        <para>Provides access to the editor caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorCaptionSettings"/> object containing the editor caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.CaptionStyle">
      <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.Bootstrap.BootstrapTimeEdit.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.CssClass">
      <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.Bootstrap.BootstrapTimeEdit.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119628/data-editors/time-edit">Time Edit</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.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.Bootstrap.BootstrapTimeEdit.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="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.Cursor">
      <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.Bootstrap.BootstrapTimeEdit.CustomButtonsPosition">
      <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.Bootstrap.BootstrapTimeEdit.DecrementButtonStyle">
      <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.Bootstrap.BootstrapTimeEdit.DisabledStyle">
      <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.Bootstrap.BootstrapTimeEdit.EnableFocusedStyle">
      <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.Bootstrap.BootstrapTimeEdit.FocusedStyle">
      <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.Bootstrap.BootstrapTimeEdit.Font">
      <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.Bootstrap.BootstrapTimeEdit.ForeColor">
      <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.Bootstrap.BootstrapTimeEdit.Height">
      <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.Bootstrap.BootstrapTimeEdit.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.HelpTextStyle">
      <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.Bootstrap.BootstrapTimeEdit.HorizontalAlign">
      <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.Bootstrap.BootstrapTimeEdit.ImageFolder">
      <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.Bootstrap.BootstrapTimeEdit.IncrementButtonStyle">
      <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.Bootstrap.BootstrapTimeEdit.InvalidStyle">
      <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.Bootstrap.BootstrapTimeEdit.Native">
      <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.Bootstrap.BootstrapTimeEdit.NullTextStyle">
      <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.Bootstrap.BootstrapTimeEdit.Paddings">
      <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.Bootstrap.BootstrapTimeEdit.ParentImages">
      <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.Bootstrap.BootstrapTimeEdit.ParentStyles">
      <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.Bootstrap.BootstrapTimeEdit.ReadOnlyStyle">
      <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.Bootstrap.BootstrapTimeEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTimeEdit.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.RightToLeft">
      <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.Bootstrap.BootstrapTimeEdit.RootStyle">
      <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.Bootstrap.BootstrapTimeEdit.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEdit.SpriteCssFilePath">
      <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.Bootstrap.BootstrapTimeEdit.SpriteImageUrl">
      <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.Bootstrap.BootstrapTimeEdit.Theme">
      <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.Bootstrap.BootstrapTimeEdit.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117907/data-editors/date-edit">Date Edit</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses.Control">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Time Edit control’s root element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses.IconDecrement">
      <summary>
        <para>The CSS class of an icon displayed by the Time Edit control’s decrement button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditCssClasses.IconIncrement">
      <summary>
        <para>The CSS class of an icon displayed by the Time Edit control’s increment button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties">
      <summary>
        <para>Contains settings specific to the Bootstrap Time Edit control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties"/> 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.Bootstrap.BootstrapTimeEditProperties.ButtonEditEllipsisImage">
      <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.Bootstrap.BootstrapTimeEditProperties.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.ButtonStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.ClearButtonStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.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.Bootstrap.BootstrapTimeEditProperties.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="P:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.CustomButtonsPosition">
      <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.Bootstrap.BootstrapTimeEditProperties.DecrementButtonStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.EnableFocusedStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.FocusedStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.Height">
      <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.Bootstrap.BootstrapTimeEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTextEditHelpSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.HelpTextStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.IncrementButtonStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.InvalidStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.NullTextStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.ReadOnlyStyle">
      <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.Bootstrap.BootstrapTimeEditProperties.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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapSimpleSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimeEditProperties.Style">
      <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.Bootstrap.BootstrapTimeEditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapEditorValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTimelineView">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/120306/scheduler/views">Timeline View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTimelineView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimelineView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimelineView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimelineView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Timeline View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimelineViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimelineView.DisplayName">
      <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.Bootstrap.BootstrapTimelineView.MenuCaption">
      <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.Bootstrap.BootstrapTimelineView.MoreButtonHTML">
      <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.Bootstrap.BootstrapTimelineView.ShortDisplayName">
      <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.Bootstrap.BootstrapTimelineView.Styles">
      <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.Bootstrap.BootstrapTimelineView.TimelineViewStyles">
      <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.Bootstrap.BootstrapTimelineViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTimelineViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTimelineViewCssClasses.AlternateDateHeader">
      <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.Bootstrap.BootstrapTimelineViewCssClasses.DateHeader">
      <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.Bootstrap.BootstrapTimelineViewCssClasses.DayHeader">
      <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.Bootstrap.BootstrapTimelineViewCssClasses.HorizontalResourceHeader">
      <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.Bootstrap.BootstrapToolbar">
      <summary>
        <para>Represents the control that allows you to supply your web application with a lightweight adaptive toolbar interface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbar.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/119133/site-navigation/toolbar">Toolbar</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbar.ItemAutoWidth">
      <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.Bootstrap.BootstrapToolbar.ItemClick">
      <summary>
        <para>Occurs on the server side once a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapToolbar.ItemCommand">
      <summary>
        <para>Fires when a control contained within a templated toolbar item raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapToolbar.ItemDataBound">
      <summary>
        <para>Occurs once a toolbar has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbar.Items">
      <summary>
        <para>Provides access to a collection of toolbar items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbar.RootItem">
      <summary>
        <para>Gets the root toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> descendant object that is the root toolbar item.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbar.SelectedItem">
      <summary>
        <para>Gets or sets the currently selected toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> descendant object that is the currently selected item.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarBootstrapSpecificSettings">
      <summary>
        <para>Stores <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbar"/>‘s rendering settings that affect features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarBootstrapSpecificSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarBootstrapSpecificSettings.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarBootstrapSpecificSettings.RemoveItemBackgrounds">
      <summary>
        <para>Specifies whether toolbar items must be rendered without/with default (btn-secondary) backgrounds.</para>
      </summary>
      <value>true, to render toolbar items without default backgrounds; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the Toolbar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarCssClasses.Item">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a toolbar item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapToolbarCssClasses.ToolbarSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNetBootstrap/119133/site-navigation/toolbar">toolbar</see> item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> class with the specified 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.MenuItem.Text">MenuItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItem.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.Bootstrap.BootstrapToolbarItem.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.Bootstrap.BootstrapToolbarMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItem.SettingsBootstrap">
      <summary>
        <para>Provides access to a <see href="https://docs.devexpress.com/AspNetBootstrap/119133/site-navigation/toolbar">Toolbar</see> item’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings"/> object containing Bootstrap-specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase">
      <summary>
        <para>The base class for <see href="https://docs.devexpress.com/AspNetBootstrap/119133/site-navigation/toolbar">Toolbar</see> items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.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.Bootstrap.BootstrapToolbarItemBase.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the toolbar item element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.EnableScrolling">
      <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.Bootstrap.BootstrapToolbarItemBase.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.Image">
      <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.Bootstrap.BootstrapToolbarItemBase.Items">
      <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.Bootstrap.BootstrapToolbarItemBase.ItemStyle">
      <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.Bootstrap.BootstrapToolbarItemBase.Menu">
      <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.Bootstrap.BootstrapToolbarItemBase.Parent">
      <summary>
        <para>Gets the immediate parent toolbar item to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> object representing the toolbar item’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.PopOutImage">
      <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.Bootstrap.BootstrapToolbarItemBase.ScrollButtonStyle">
      <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.Bootstrap.BootstrapToolbarItemBase.ScrollDownButtonImage">
      <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.Bootstrap.BootstrapToolbarItemBase.ScrollUpButtonImage">
      <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.Bootstrap.BootstrapToolbarItemBase.SubMenuItemImage">
      <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.Bootstrap.BootstrapToolbarItemBase.SubMenuItemStyle">
      <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.Bootstrap.BootstrapToolbarItemBase.SubMenuPopOutImage">
      <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.Bootstrap.BootstrapToolbarItemBase.SubMenuStyle">
      <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.Bootstrap.BootstrapToolbarItemBase.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the toolbar item’s text element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.Toolbar">
      <summary>
        <para>Gets the toolbar owning the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbar"/> owning the current toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings">
      <summary>
        <para>Stores the <see href="https://docs.devexpress.com/AspNetBootstrap/119133/site-navigation/toolbar">Toolbar</see> item’s rendering settings affecting features specific to the Bootstrap framework.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings"/> 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.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBootstrapSpecificSettings.RenderOption">
      <summary>
        <para>Specifies a contextual appearance style applied to the toolbar item</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRenderOption"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection">
      <summary>
        <para>Represents a collection of a <see href="https://docs.devexpress.com/AspNetBootstrap/119133/site-navigation/toolbar">Toolbar</see> items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.Add">
      <summary>
        <para>Adds a new toolbar item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object representing the newly created toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.IconCssClass">BootstrapToolbarItemBase.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.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.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.Bootstrap.BootstrapToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <summary>
        <para>Appends an array of menu items fields to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapToolbarItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <summary>
        <para>Returns the item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object that represents the item that meets the specified criteria; null if the item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <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.Bootstrap.BootstrapToolbarItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.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.Bootstrap.BootstrapToolbarItem"/> 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.Bootstrap.BootstrapToolbarItemCollection.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.Bootstrap.BootstrapToolbarItem"/> 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.Bootstrap.BootstrapToolbarItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <summary>
        <para>Returns the zero-based index of the specified toolbar item in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified node in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection"/>.</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.Bootstrap.BootstrapToolbarItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarItem})">
      <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.Bootstrap.BootstrapToolbarItemCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated toolbar item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarItemCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapToolbarItemBase,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> descendant 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="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapToolbar.ItemCommand">BootstrapToolbar.ItemCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemEventArgs">
      <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.Bootstrap.BootstrapToolbarItemEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapToolbarItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> descendant object representing the item related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapToolbar.ItemClick">BootstrapToolbar.ItemClick</see> and <see cref="E:DevExpress.Web.Bootstrap.BootstrapToolbar.ItemDataBound">BootstrapToolbar.ItemDataBound</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem">
      <summary>
        <para>An individual item within a toolbar item’s drop-down menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> class with the specified name, text and icon.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
      <param name="iconCssClass">A string specifying the CSS class of an icon to display within the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A string specifying the toolbar item text.</param>
      <param name="name">A string specifying the unique identifier for the toolbar item.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> class with the specified 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.MenuItem.Text">MenuItem.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem.DropDownMode">
      <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.Bootstrap.BootstrapToolbarMenuItem.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.Bootstrap.BootstrapToolbarMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection">
      <summary>
        <para>Represents a collection that maintains toolbar menu items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapToolbarItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection"/> class with the specified root item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase"/> object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.Add">
      <summary>
        <para>Adds a new toolbar menu item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object representing the newly created toolbar menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.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.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the image displayed by the item. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapToolbarItemBase.IconCssClass">BootstrapToolbarItemBase.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.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.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.Bootstrap.BootstrapToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.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.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <summary>
        <para>Appends an array of menu item fields to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <summary>
        <para>Returns the item that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object that represents the item that meets the specified criteria; null if the item has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <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.Bootstrap.BootstrapToolbarMenuItemCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.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.Bootstrap.BootstrapToolbarMenuItem"/> 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.Bootstrap.BootstrapToolbarMenuItemCollection.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.Bootstrap.BootstrapToolbarMenuItem"/> 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.Bootstrap.BootstrapToolbarMenuItemCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.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 <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem"/> object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <summary>
        <para>Returns the zero-based index of the specified toolbar item in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified item in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection"/>.</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.Bootstrap.BootstrapToolbarMenuItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapToolbarMenuItemCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapToolbarMenuItem})">
      <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.Bootstrap.BootstrapToolbarSettingsAdaptivity">
      <summary>
        <para>Stores <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbar"/>‘s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivity.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivity"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivity.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivity.Title">
      <summary>
        <para>Specifies a title applied to the toolbar in the adaptive mode.</para>
      </summary>
      <value>A string value that specifies the title.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivityBase">
      <summary>
        <para>Represents the base class for the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbar"/> adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivityBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivityBase"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivityBase.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivityBase.CollapseRootItemsToIconsAtWindowInnerWidth">
      <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.Bootstrap.BootstrapToolbarSettingsAdaptivityBase.CollapseToSideMenuAtWindowInnerWidth">
      <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.Bootstrap.BootstrapToolbarSettingsAdaptivityBase.MinRootItemsCount">
      <summary>
        <para>Specifies the minimum number of toolbar’s root items displayed when the toolbar width decreases.</para>
      </summary>
      <value>An integer value that specifies the minimum number.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapToolbarSettingsAdaptivityBase.SideMenuExpandMode">
      <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.Bootstrap.BootstrapTreeView">
      <summary>
        <para>Represents the web navigation treelike control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeView.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeView"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.AccessibilityCompliant">
      <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.Bootstrap.BootstrapTreeView.BackColor">
      <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.Bootstrap.BootstrapTreeView.BackgroundImage">
      <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.Bootstrap.BootstrapTreeView.Border">
      <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.Bootstrap.BootstrapTreeView.BorderBottom">
      <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.Bootstrap.BootstrapTreeView.BorderColor">
      <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.Bootstrap.BootstrapTreeView.BorderLeft">
      <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.Bootstrap.BootstrapTreeView.BorderRight">
      <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.Bootstrap.BootstrapTreeView.BorderStyle">
      <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.Bootstrap.BootstrapTreeView.BorderTop">
      <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.Bootstrap.BootstrapTreeView.BorderWidth">
      <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.Bootstrap.BootstrapTreeView.CheckedChanged">
      <summary>
        <para>Fires after the node’s checked state has been changed by clicking on a check box.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.CssClass">
      <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.Bootstrap.BootstrapTreeView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117917/site-navigation/tree-view">Tree View</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.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.Bootstrap.BootstrapTreeView.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="P:DevExpress.Web.Bootstrap.BootstrapTreeView.Cursor">
      <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.Bootstrap.BootstrapTreeView.DisabledStyle">
      <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.Bootstrap.BootstrapTreeView.EnableHotTrack">
      <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.Bootstrap.BootstrapTreeView.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="E:DevExpress.Web.Bootstrap.BootstrapTreeView.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.Bootstrap.BootstrapTreeView.ExpandedChanging">
      <summary>
        <para>Fires before the expansion state of a node is changed by end-user interaction.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.Font">
      <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.Bootstrap.BootstrapTreeView.ForeColor">
      <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.Bootstrap.BootstrapTreeView.Height">
      <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.Bootstrap.BootstrapTreeView.IconCssClassField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides CSS class names for images displayed within nodes.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.Images">
      <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.Bootstrap.BootstrapTreeView.ImageUrlField">
      <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.Bootstrap.BootstrapTreeView.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.Bootstrap.BootstrapTreeView.LinkStyle">
      <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.Bootstrap.BootstrapTreeView.LoadingPanelImage">
      <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.Bootstrap.BootstrapTreeView.LoadingPanelStyle">
      <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.Bootstrap.BootstrapTreeView.NodeClick">
      <summary>
        <para>Fires after a node has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapTreeView.NodeCommand">
      <summary>
        <para>Fires when a control contained within a node template raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Bootstrap.BootstrapTreeView.NodeDataBound">
      <summary>
        <para>Occurs after a node has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.NodeImagePosition">
      <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.Bootstrap.BootstrapTreeView.NodeLinkMode">
      <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.Bootstrap.BootstrapTreeView.Nodes">
      <summary>
        <para>Provides access to the root node child collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection"/> object that represents the collection of child nodes owned by the root node.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.ParentImages">
      <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.Bootstrap.BootstrapTreeView.ParentStyles">
      <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.Bootstrap.BootstrapTreeView.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.RightToLeft">
      <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.Bootstrap.BootstrapTreeView.SelectedNode">
      <summary>
        <para>Gets or sets the selected node within an <see href="https://docs.devexpress.com/AspNetBootstrap/117917/site-navigation/tree-view">Tree View</see> control.</para>
      </summary>
      <value>A  <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing the selected node.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeView.ShowTreeLines">
      <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.Bootstrap.BootstrapTreeView.Styles">
      <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.Bootstrap.BootstrapTreeView.Theme">
      <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.Bootstrap.BootstrapTreeView.VirtualModeCreateChildren">
      <summary>
        <para>Used to activate virtual mode. Occurs when expanding a node for the first time in this mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/117917/site-navigation/tree-view">Tree View</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.ExpandButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.IconCollapseNode">
      <summary>
        <para>The CSS class of an icon displayed by a Collapse Node button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.IconExpandNode">
      <summary>
        <para>The CSS class of an icon displayed by a Expand Node button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.IconLoadingNode">
      <summary>
        <para>The CSS class of an icon displayed by a node whose child nodes are being loaded via a callback.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.InvisibleSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.Node">
      <summary>
        <para>Gets or sets the name of a CSS class applied to a node element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.NodeList">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the node list element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.NodeLoadingPanelSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapTreeViewCssClasses.TreeViewSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode">
      <summary>
        <para>Represents an individual node within a <see href="https://docs.devexpress.com/AspNetBootstrap/117917/site-navigation/tree-view">Tree View</see> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the node image’s CSS class. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</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.Bootstrap.BootstrapTreeViewNode.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the node image’s CSS class. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</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.Bootstrap.BootstrapTreeViewNode.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the node image’s CSS class. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</see>.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> 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.Bootstrap.BootstrapTreeViewNode.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> 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="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.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.Bootstrap.BootstrapTreeViewNode.Badge">
      <summary>
        <para>Gets settings of a badge displayed within the Tree View node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBadgeProperties"/> object containing badge settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.CheckBoxStyle">
      <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.Bootstrap.BootstrapTreeViewNode.CssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the node element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the node’s image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.Image">
      <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.Bootstrap.BootstrapTreeViewNode.ImageStyle">
      <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.Bootstrap.BootstrapTreeViewNode.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.Bootstrap.BootstrapTreeViewNodeCollection"/> object representing the collection of the child nodes.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.NodeStyle">
      <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.Bootstrap.BootstrapTreeViewNode.Parent">
      <summary>
        <para>Gets the immediate parent node to which the current node belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing the node’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.TextCssClass">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the node’s text.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.TextStyle">
      <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.Bootstrap.BootstrapTreeViewNode.TreeView">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeView"/> control that owns the node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeView"/> object that owns the node.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.ExpandedChanging">BootstrapTreeView.ExpandedChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCancelEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTreeViewNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCancelEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing the node related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCancelEventArgs.Node">
      <summary>
        <para>Gets a node object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.ExpandedChanging">BootstrapTreeView.ExpandedChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection">
      <summary>
        <para>A collection of nodes within the Tree View control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapTreeViewNode)">
      <summary>
        <para>An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.#ctor(DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode)">
      <summary>
        <para>An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.Add">
      <summary>
        <para>Adds a new node with default settings to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the node image. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</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. 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.Bootstrap.BootstrapTreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the node image. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</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. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.NavigateUrl">TreeViewNode.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the node image. Initializes the item’s <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.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.Bootstrap.BootstrapTreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.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.Bootstrap.BootstrapTreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <summary>
        <para>Appends an array of nodes fields to the collection.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> objects to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.ConvertAll``1(System.Converter{DevExpress.Web.Bootstrap.BootstrapTreeViewNode,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.Find(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <summary>
        <para>Returns the node that meets the specified criteria.</para>
      </summary>
      <param name="match">A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required node.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object that represents the node that meets the specified criteria; null if the node has not been found.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.FindAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <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.Bootstrap.BootstrapTreeViewNodeCollection.FindAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <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.Bootstrap.BootstrapTreeViewNodeCollection.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, that is 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.Mvc.MVCxTreeViewNode"/> 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.Bootstrap.BootstrapTreeViewNodeCollection.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.Bootstrap.BootstrapTreeViewNode"/> 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.Bootstrap.BootstrapTreeViewNodeCollection.FindRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <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>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.ForEach(System.Action{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <summary>
        <para>Performs the specified action on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection"/>.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> delegate to perform on each element of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection"/>.</param>
      <returns>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection"/> object that represents the processed item collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.IndexOf(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <summary>
        <para>Returns the zero-based index of the specified node in the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>An integer value representing the position of the specified node in the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items in the collection.</para>
      </summary>
      <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object which represents the node at the specified position.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.RemoveAll(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <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="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCollection.RemoveAllRecursive(System.Predicate{DevExpress.Web.Bootstrap.BootstrapTreeViewNode})">
      <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.Bootstrap.BootstrapTreeViewNodeCommandEventArgs">
      <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.Bootstrap.BootstrapTreeViewNodeCommandEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTreeViewNode,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCommandEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> 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="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCommandEventArgs.Node">
      <summary>
        <para>Gets a node object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.NodeCommand">BootstrapTreeView.NodeCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on nodes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeEventArgs.#ctor(DevExpress.Web.Bootstrap.BootstrapTreeViewNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object representing a node related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeEventArgs.Node">
      <summary>
        <para>Gets a node object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNode"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.CheckedChanged">BootstrapTreeView.CheckedChanged</see>, <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.ExpandedChanged">BootstrapTreeView.ExpandedChanged</see>, <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.NodeClick">BootstrapTreeView.NodeClick</see>, and <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.NodeDataBound">BootstrapTreeView.NodeDataBound</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewNodeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualModeCreateChildrenEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.VirtualModeCreateChildren">BootstrapTreeView.VirtualModeCreateChildren</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualModeCreateChildrenEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualModeCreateChildrenEventArgs"/> 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.Bootstrap.BootstrapTreeViewVirtualModeCreateChildrenEventArgs.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="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualModeCreateChildrenEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Bootstrap.BootstrapTreeView.VirtualModeCreateChildren">BootstrapTreeView.VirtualModeCreateChildren</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualModeCreateChildrenEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode">
      <summary>
        <para>A virtual equivalent of the ASPxTreeView’s <see cref="T:DevExpress.Web.TreeViewNode"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the node image. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</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.Bootstrap.BootstrapTreeViewVirtualNode.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the node image. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</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>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode"/> 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="iconCssClass">A <see cref="T:System.String"/> value specifying the CSS class of the node image. This value is assigned to the <see cref="P:DevExpress.Web.Bootstrap.BootstrapTreeViewNode.IconCssClass">BootstrapTreeViewNode.IconCssClass</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode"/> 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.TreeViewNode.Name">TreeViewNode.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.Bootstrap.BootstrapTreeViewVirtualNode.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode"/> 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>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapTreeViewVirtualNode.Checked">
      <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.Bootstrap.BootstrapTreeViewVirtualNode.CheckState">
      <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.Bootstrap.BootstrapUIWidgetClientSideEventsBase">
      <summary>
        <para>Serves as the base class for classes containing client-side events handlers for client UI widgets.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetClientSideEventsBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetClientSideEventsBase.Disposing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapUIWidgetBase.Disposing</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.Bootstrap.BootstrapUIWidgetClientSideEventsBase.Drawn">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapUIWidgetBase.Drawn</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.Bootstrap.BootstrapUIWidgetClientSideEventsBase.Exported">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapUIWidgetBase.Exported</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.Bootstrap.BootstrapUIWidgetClientSideEventsBase.Exporting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapUIWidgetBase.Exporting</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.Bootstrap.BootstrapUIWidgetClientSideEventsBase.FileSaving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapUIWidgetBase.FileSaving</b> event.</para>
      </summary>
      <value>A string containing the function (its name or the entire body) called before the data is saved on the user’s local storage.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetClientSideEventsBase.IncidentOccurred">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>BootstrapUIWidgetBase.IncidentOccurred</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.Bootstrap.BootstrapUIWidgetCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of a client UI widget.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses.ExportButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses.ExportButtonTitleSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses.SystemDisabledCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses.WidgetContainerExportNoTitleCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses.WidgetSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClassesEx.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClassesEx"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings">
      <summary>
        <para>Contains settings related to a client widget’s exporting functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings"/> 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.Bootstrap.BootstrapUIWidgetExportSettings.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 settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.Enabled">
      <summary>
        <para>Specifies whether or not exporting is enabled.</para>
      </summary>
      <value>true, if exporting is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.ExportButtonText">
      <summary>
        <para>Specifies the text displayed by the Export button.</para>
      </summary>
      <value>A string specifying the text displayed by the Export button.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.FileName">
      <summary>
        <para>Specifies a default name for the file to which the widget will be exported.</para>
      </summary>
      <value>A string specifying the default file name.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.Formats">
      <summary>
        <para>Specifies a set of formats available for export.</para>
      </summary>
      <value>An array of strings specifying available export formats.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.PrintingEnabled">
      <summary>
        <para>Specifies whether or not the printing feature is enabled for the widget.</para>
      </summary>
      <value>true, if printing is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetExportSettings.ProxyUrl">
      <summary>
        <para>Specifies the URL of the server-side proxy that streams the resulting file to the end user to enable exporting in IE9 and Safari browsers.</para>
      </summary>
      <value>A string specifying the URL of the server-side proxy.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat">
      <summary>
        <para>Stores settings defining how values are formatted within a UI widget.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.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="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.Currency">
      <summary>
        <para>Specifies the used currency.</para>
      </summary>
      <value>A string specifying the used currency.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.Formatter">
      <summary>
        <para>Specifies a custom formatter function.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.Parser">
      <summary>
        <para>Specifies a parser function to parse numbers or dates presented as strings into the correct format.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.Precision">
      <summary>
        <para>Specifies the value precision in the formated presentation.</para>
      </summary>
      <value>An integer value specifying the precision.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetFormat.Type">
      <summary>
        <para>Specifies a predefined format.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.FormatType"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings">
      <summary>
        <para>Stores settings related to client UI widget tooltips.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings"/> 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="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.ArrowLength">
      <summary>
        <para>Specifies the length of a tooltip’s arrow in pixels.</para>
      </summary>
      <value>An integer specifying the length of a tooltip’s arrow in pixels.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.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="M:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.Enabled">
      <summary>
        <para>Specifies whether or not tooltips are enabled.</para>
      </summary>
      <value>true if tooltips are enabled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUIWidgetTooltipSettings.OnClientCustomizeTooltip">
      <summary>
        <para>Specifies a client callback function used to customize the tooltip.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code that returns an object that specifies the tooltip’s text/markup, and appearance settings.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapUploadAdvancedModeSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNetBootstrap/118605/data-editors/upload-control/upload-modes">Advanced Upload Mode</see> of the <see href="https://docs.devexpress.com/AspNetBootstrap/118604/data-editors/upload-control">Upload Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadAdvancedModeSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadAdvancedModeSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadAdvancedModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadAdvancedModeSettings"/> 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.Bootstrap.BootstrapUploadAdvancedModeSettings.FileListItemStyle">
      <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.Bootstrap.BootstrapUploadButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadButtonProperties"/> 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.Bootstrap.BootstrapUploadButtonProperties.IconCssClass">
      <summary>
        <para>Gets or sets the CSS class of the icon displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> containing the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadButtonProperties.Image">
      <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.Bootstrap.BootstrapUploadButtonProperties.ImagePosition">
      <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.Bootstrap.BootstrapUploadControl">
      <summary>
        <para>A web control that allows files from the client computer to be uploaded and saved on the server.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.AccessibilityCompliant">
      <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.Bootstrap.BootstrapUploadControl.AddButton">
      <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.Bootstrap.BootstrapUploadControl.AddUploadButtonsHorizontalPosition">
      <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.Bootstrap.BootstrapUploadControl.AddUploadButtonsSpacing">
      <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.Bootstrap.BootstrapUploadControl.AdvancedModeSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNetBootstrap/118605/data-editors/upload-control/upload-modes">Advanced Upload Mode</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadAdvancedModeSettings"/> object that contains the Advanced Mode settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.BackColor">
      <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.Bootstrap.BootstrapUploadControl.BackgroundImage">
      <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.Bootstrap.BootstrapUploadControl.Border">
      <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.Bootstrap.BootstrapUploadControl.BorderBottom">
      <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.Bootstrap.BootstrapUploadControl.BorderColor">
      <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.Bootstrap.BootstrapUploadControl.BorderLeft">
      <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.Bootstrap.BootstrapUploadControl.BorderRight">
      <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.Bootstrap.BootstrapUploadControl.BorderStyle">
      <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.Bootstrap.BootstrapUploadControl.BorderTop">
      <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.Bootstrap.BootstrapUploadControl.BorderWidth">
      <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.Bootstrap.BootstrapUploadControl.BrowseButton">
      <summary>
        <para>Gets the settings of the browse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapBrowseButtonProperties"/> object that specifies the browse button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.BrowseButtonStyle">
      <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.Bootstrap.BootstrapUploadControl.ButtonSpacing">
      <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.Bootstrap.BootstrapUploadControl.ButtonStyle">
      <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.Bootstrap.BootstrapUploadControl.CancelButton">
      <summary>
        <para>Gets the settings of the cancel button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapCancelButtonProperties"/> object that contains the cancel button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.CancelButtonHorizontalPosition">
      <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.Bootstrap.BootstrapUploadControl.CancelButtonSpacing">
      <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.Bootstrap.BootstrapUploadControl.ClearFileSelectionImage">
      <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.Bootstrap.BootstrapUploadControl.CssClass">
      <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.Bootstrap.BootstrapUploadControl.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118604/data-editors/upload-control">Upload Control</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.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.Bootstrap.BootstrapUploadControl.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="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.Cursor">
      <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.Bootstrap.BootstrapUploadControl.DisabledStyle">
      <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.Bootstrap.BootstrapUploadControl.DropZoneStyle">
      <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.Bootstrap.BootstrapUploadControl.FileInputCount">
      <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.Bootstrap.BootstrapUploadControl.FileInputSpacing">
      <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.Bootstrap.BootstrapUploadControl.FileListStyle">
      <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.Bootstrap.BootstrapUploadControl.Font">
      <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.Bootstrap.BootstrapUploadControl.ForeColor">
      <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.Bootstrap.BootstrapUploadControl.Height">
      <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.Bootstrap.BootstrapUploadControl.ImageFolder">
      <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.Bootstrap.BootstrapUploadControl.Native">
      <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.Bootstrap.BootstrapUploadControl.NullTextStyle">
      <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.Bootstrap.BootstrapUploadControl.Paddings">
      <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.Bootstrap.BootstrapUploadControl.ParentImages">
      <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.Bootstrap.BootstrapUploadControl.ParentStyles">
      <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.Bootstrap.BootstrapUploadControl.ProgressBarIndicatorStyle">
      <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.Bootstrap.BootstrapUploadControl.ProgressBarStyle">
      <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.Bootstrap.BootstrapUploadControl.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.s</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.RemoveButton">
      <summary>
        <para>Gets the settings of the remove button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapRemoveButtonProperties"/> object that represents the remove button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.RemoveButtonSpacing">
      <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.Bootstrap.BootstrapUploadControl.RightToLeft">
      <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.Bootstrap.BootstrapUploadControl.ShowAddRemoveButtons">
      <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.Bootstrap.BootstrapUploadControl.Size">
      <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.Bootstrap.BootstrapUploadControl.SpriteCssFilePath">
      <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.Bootstrap.BootstrapUploadControl.SpriteImageUrl">
      <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.Bootstrap.BootstrapUploadControl.TextBoxStyle">
      <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.Bootstrap.BootstrapUploadControl.Theme">
      <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.Bootstrap.BootstrapUploadControl.UploadButton">
      <summary>
        <para>Gets the settings of the upload button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadButtonProperties"/> object that represents the upload button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControl.ValidationSettings">
      <summary>
        <para>Gets the control’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadControlButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadControlButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlButtonProperties"/> class with the specified owner and default text.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="defaultText">A <see cref="T:System.String"/> value that specifies the control’s default text.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlButtonProperties.Image">
      <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.Bootstrap.BootstrapUploadControlCssClasses">
      <summary>
        <para>Stores CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/118604/data-editors/upload-control">Upload Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.BrowseButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Browse button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.ButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.ClearButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Clear button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.ClearButtonSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.CommonError">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.DropZone">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the file drop zone element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.DropZoneSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.FakeInputSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.FileListSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.FileName">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the file name element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.FileNameSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.HiddenSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.IconClearButton">
      <summary>
        <para>The CSS class of an icon displayed by the Clear button.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.InputSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.PlatformError">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.ProgressBarDivSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.RemoveButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Remove button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.UploadButton">
      <summary>
        <para>Gets or sets the name of a CSS class applied to the Upload button element.</para>
      </summary>
      <value>A string specifying the name of a CSS class.</value>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.UploadControlSystemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.BootstrapUploadControlCssClasses.UploadInputs">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNetBootstrap/118604/data-editors/upload-control">Upload Control</see>‘s uploaded file validation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings.#ctor(DevExpress.Web.ASPxUploadControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings"/> class with the specified owner.</para>
      </summary>
      <param name="uploadControl">A <see cref="T:DevExpress.Web.ASPxUploadControl"/> object that owns the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapUploadControlValidationSettings.ErrorStyle">
      <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.Bootstrap.BootstrapViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget">
      <summary>
        <para>A base class for server-side wrappers of client UI widgets.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.AccessibleDescription">
      <summary>
        <para>Gets or sets the description of the widget intended for accessibility client applications.</para>
      </summary>
      <value>A string specifying the description.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.BackColor">
      <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.Bootstrap.BootstrapWebClientUIWidget.BackgroundImage">
      <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.Bootstrap.BootstrapWebClientUIWidget.Border">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderBottom">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderColor">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderLeft">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderRight">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderStyle">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderTop">
      <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.Bootstrap.BootstrapWebClientUIWidget.BorderWidth">
      <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.Bootstrap.BootstrapWebClientUIWidget.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to a client UI Widget.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetClientSideEventsBase"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget"/>.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.CreateJsonPropertyInfoForColor(System.String,System.Drawing.Color,System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.CssClass">
      <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.Bootstrap.BootstrapWebClientUIWidget.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements a client widget.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapUIWidgetCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.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.Bootstrap.BootstrapWebClientUIWidget.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="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.Cursor">
      <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.Bootstrap.BootstrapWebClientUIWidget.DataSource">
      <summary>
        <para>Gets or sets the object from which a data-bound widget retrieves its list of data items.</para>
      </summary>
      <value>An object that represents the widget’s data source.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound widget retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that represents the data source from which the data-bound widget retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.DataSourceUrl">
      <summary>
        <para>Specifies the URL of the JSON data source.</para>
      </summary>
      <value>A string specifying the data source URL.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.Disabled">
      <summary>
        <para>Specifies whether the widget responds to user interaction.</para>
      </summary>
      <value>true, if widget responds to user interaction; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.DisabledStyle">
      <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.Bootstrap.BootstrapWebClientUIWidget.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the widget is enabled, allowing it to respond to end-user interactions.</para>
      </summary>
      <value>true, if the widget is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the widget’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 widget’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.Bootstrap.BootstrapWebClientUIWidget.Font">
      <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.Bootstrap.BootstrapWebClientUIWidget.ForeColor">
      <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.Bootstrap.BootstrapWebClientUIWidget.JsonCollector">
      <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.Bootstrap.BootstrapWebClientUIWidget.LoadingPanelImage">
      <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.Bootstrap.BootstrapWebClientUIWidget.LoadingPanelStyle">
      <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.Bootstrap.BootstrapWebClientUIWidget.Native">
      <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.Bootstrap.BootstrapWebClientUIWidget.ParentImages">
      <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.Bootstrap.BootstrapWebClientUIWidget.ParentStyles">
      <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.Bootstrap.BootstrapWebClientUIWidget.PathModified">
      <summary>
        <para>Notifies the widget that it is embedded into an HTML page that uses a tag to modify the path.</para>
      </summary>
      <value>true if the widget is embedded into an HTML page that uses a tag to modify the path; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidget.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.Bootstrap.BootstrapWebClientUIWidget.Theme">
      <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.Bootstrap.BootstrapWebClientUIWidget.ToolTip">
      <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.Bootstrap.BootstrapWebClientUIWidgetEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.CustomPalette">
      <summary>
        <para>Sets the custom palette to be used for colorizing widgets and their elements.</para>
      </summary>
      <value>An array of colors to be used as a custom palette.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.LoadingIndicatorText">
      <summary>
        <para>Specifies the text to be displayed by the loading indicator.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.Palette">
      <summary>
        <para>Sets the palette to be used for colorizing widgets and their elements.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Bootstrap.VizPalette"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.ShowLoadingIndicator">
      <summary>
        <para>Specifies whether or not the loading indicator must be displayed.</para>
      </summary>
      <value>true, to show the loading indicator; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.SubtitleText">
      <summary>
        <para>Specifies the widget subtitle’s text.</para>
      </summary>
      <value>A string that specifies the subtitle text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWebClientUIWidgetEx.TitleText">
      <summary>
        <para>Specifies the widget title’s text.</para>
      </summary>
      <value>A string that specifies the title text.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.BootstrapWeekView">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/120306/scheduler/views">Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWeekView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWeekView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWeekView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWeekView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapWeekViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWeekView.DisplayName">
      <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.Bootstrap.BootstrapWeekView.MenuCaption">
      <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.Bootstrap.BootstrapWeekView.MoreButtonHTML">
      <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.Bootstrap.BootstrapWeekView.ShortDisplayName">
      <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.Bootstrap.BootstrapWeekView.Styles">
      <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.Bootstrap.BootstrapWeekView.WeekViewStyles">
      <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.Bootstrap.BootstrapWeekViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWeekViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWeekViewCssClasses.AlternateDateHeader">
      <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.Bootstrap.BootstrapWeekViewCssClasses.DateHeader">
      <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.Bootstrap.BootstrapWorkWeekView">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNetBootstrap/120306/scheduler/views">Work-Week View</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.BootstrapWorkWeekView.#ctor(DevExpress.Web.Bootstrap.BootstrapScheduler)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWorkWeekView"/> class with the specified owner.</para>
      </summary>
      <param name="scheduler">An <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWorkWeekView.Control">
      <summary>
        <para>Gets the scheduler control to which the current View belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.Bootstrap.BootstrapScheduler"/> object to which the View belongs.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWorkWeekView.CssClasses">
      <summary>
        <para>Provides access to CSS classes applied to visual elements of the <see href="https://docs.devexpress.com/AspNetBootstrap/120303/scheduler">Scheduler</see> control’s Work-Week View.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Bootstrap.BootstrapWorkWeekViewCssClasses"/> object containing CSS settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.BootstrapWorkWeekView.DisplayName">
      <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.Bootstrap.BootstrapWorkWeekView.MenuCaption">
      <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.Bootstrap.BootstrapWorkWeekView.ShortDisplayName">
      <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.Bootstrap.BootstrapWorkWeekView.Styles">
      <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.Bootstrap.BootstrapWorkWeekView.WorkWeekViewStyles">
      <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.Bootstrap.BootstrapWorkWeekViewCssClasses.#ctor(DevExpress.Web.ASPxScheduler.SchedulerViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.BootstrapWorkWeekViewCssClasses"/> class with the specified owner.</para>
      </summary>
      <param name="view">A <see cref="T:DevExpress.Web.ASPxScheduler.SchedulerViewBase"/> descendant that is the owner of the created object.</param>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartDataType">
      <summary>
        <para>List values that define the type of Pie Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118693/charts/chart-types/pie-chart/series-types">series</see>‘ argument values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartDataType.Auto">
      <summary>
        <para>The data type is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartDataType.DateTime">
      <summary>
        <para>A chart displays values of a data or time type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartDataType.Numeric">
      <summary>
        <para>A chart displays values of a numeric type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartDataType.String">
      <summary>
        <para>A chart displays values of the string type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartElementSelectionMode">
      <summary>
        <para>Lists values defining the mode in which chart elements are selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartElementSelectionMode.Multiple">
      <summary>
        <para>Multiple chart elements can be selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartElementSelectionMode.Single">
      <summary>
        <para>Only one chart element can be selected.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartLegendHoverMode">
      <summary>
        <para>Lists the values that define what <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see> elements to highlight when a corresponding item in the <see href="https://docs.devexpress.com/AspNetBootstrap/118699/charts/chart-types/chart/legend">legend</see> is hovered over.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartLegendHoverMode.ExcludePoints">
      <summary>
        <para>When a legend item is hovered over, the corresponding series is highlighted, but its points are excluded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartLegendHoverMode.IncludePoints">
      <summary>
        <para>When a legend item is hovered over, the corresponding series is highlighted along with its points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartLegendHoverMode.None">
      <summary>
        <para>A legend hover does not affect a chart appearance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartPointSymbol">
      <summary>
        <para>Lists values defining the type of chart points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartPointSymbol.Circle">
      <summary>
        <para>Circular chart points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartPointSymbol.Cross">
      <summary>
        <para>Cross chart points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartPointSymbol.Polygon">
      <summary>
        <para>Polygonal chart points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartPointSymbol.Square">
      <summary>
        <para>Square chart points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartPointSymbol.TriangleDown">
      <summary>
        <para>Triangle-down chart points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartPointSymbol.TriangleUp">
      <summary>
        <para>Triangle-up chart points.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartResolveLabelOverlapping">
      <summary>
        <para>Lists values that define how a chart control resolves label overlapping.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartResolveLabelOverlapping.Hide">
      <summary>
        <para>Resolve overlapping by hiding labels. Labels to be hidden are determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartResolveLabelOverlapping.None">
      <summary>
        <para>Do not resolve label overlapping.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartResolveLabelOverlapping.Stack">
      <summary>
        <para>Arrange labels in a stack.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod">
      <summary>
        <para>Specifies how to aggregate series points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Avg">
      <summary>
        <para>Calculates the average of all point values in an interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Count">
      <summary>
        <para>Calculates the number of points in an interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Custom">
      <summary>
        <para>Applies a custom aggregate function specified in the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAggregationSettings.OnCalculate">BootstrapChartAggregationSettings.OnCalculate</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Max">
      <summary>
        <para>Calculates the maximum point value in an interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Min">
      <summary>
        <para>Calculates the minimum point value in an interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.NotSet">
      <summary>
        <para>The <b>default aggregation method</b> for the corresponding series type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Ohlc">
      <summary>
        <para>Calculates the first open, last close, minimum low, and maximum high value in an interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Range">
      <summary>
        <para>Calculates the range of values in an interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartSeriesAggregationMethod.Sum">
      <summary>
        <para>Calculates the sum of all point values in an interval.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartValueErrorBarDisplayMode">
      <summary>
        <para>Lists values that define how value error bars are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarDisplayMode.Auto">
      <summary>
        <para>Required value error bars (low and/or high) are determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarDisplayMode.High">
      <summary>
        <para>Only high value error bars are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarDisplayMode.Low">
      <summary>
        <para>Only low value error bars are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarDisplayMode.None">
      <summary>
        <para>Value error bars are not displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartValueErrorBarType">
      <summary>
        <para>Lists the values that define how error bar values must be calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarType.Auto">
      <summary>
        <para>The error bars type is undefined.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarType.Fixed">
      <summary>
        <para>Defines the confidential interval in constant values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarType.Percent">
      <summary>
        <para>Defines the confidential interval in percentages.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarType.StdDeviation">
      <summary>
        <para>Defines the standard deviation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarType.StdError">
      <summary>
        <para>Defines the standard deviation of its sampling distribution.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartValueErrorBarType.Variance">
      <summary>
        <para>Defines the variance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ChartZoomAndPanMode">
      <summary>
        <para>Lists the values that define whether users are allowed to zoom and/or pan chart axes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartZoomAndPanMode.Both">
      <summary>
        <para>Zooming and panning are allowed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartZoomAndPanMode.None">
      <summary>
        <para>Neither zooming nor panning is allowed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartZoomAndPanMode.NotSet">
      <summary>
        <para>The default mode (“none”) is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartZoomAndPanMode.Pan">
      <summary>
        <para>Only panning is allowed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ChartZoomAndPanMode.Zoom">
      <summary>
        <para>Only zooming is allowed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.ConstantLineCommonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.ConstantLineCommonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.ConstantLineStyle`1.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.ConstantLineStyle`1.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.ConstantLineStyle`1.DashStyle">
      <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.Bootstrap.DiscreteAxisDivisionMode">
      <summary>
        <para>Lists values for ticks and grid lines positioning on a discrete axis in case the discrete <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> is divided.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.DiscreteAxisDivisionMode.BetweenLabels">
      <summary>
        <para>Default. The ticks/grid lines are located between labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.DiscreteAxisDivisionMode.CrossLabels">
      <summary>
        <para>The ticks/grid lines are located in front of labels.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.DragBoxStyle">
      <summary>
        <para>Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.DragToZoom">BootstrapChartZoomAndPanSettings.DragToZoom</see> is true.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.DragBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.DragBoxStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.DragBoxStyle.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.Bootstrap.DragBoxStyle.Color">
      <summary>
        <para>Specifies the drag box’s color.</para>
      </summary>
      <value>A string value that specifies the required color.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.DragBoxStyle.Opacity">
      <summary>
        <para>Specifies the drag box’s transparency.</para>
      </summary>
      <value>A double number from 0 to 1.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.EventKeyModifier">
      <summary>
        <para>List the values that define the key that enables panning when <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartZoomAndPanSettings.DragToZoom">BootstrapChartZoomAndPanSettings.DragToZoom</see> is true.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.EventKeyModifier.Alt">
      <summary>
        <para>Sets Alt as the enable panning key.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.EventKeyModifier.Ctrl">
      <summary>
        <para>Sets Ctrl as the enable panning key.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.EventKeyModifier.Meta">
      <summary>
        <para>Sets the Command key (⌘) on Macintosh keyboards or the Windows key (⊞) on Windows keyboards as the enable panning key.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.EventKeyModifier.NotSet">
      <summary>
        <para>Uses the default panning key (Shift).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.EventKeyModifier.Shift">
      <summary>
        <para>Sets Shift as the enable panning key.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.FinancialChartReductionLevel">
      <summary>
        <para>Lists values that define which point prices (high, low, open or close) should be compared.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FinancialChartReductionLevel.Close">
      <summary>
        <para>Close prices should be compared.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FinancialChartReductionLevel.High">
      <summary>
        <para>High prices should be compared.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FinancialChartReductionLevel.Low">
      <summary>
        <para>Low prices should be compared.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FinancialChartReductionLevel.Open">
      <summary>
        <para>Open prices should be compared.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.FormatType">
      <summary>
        <para>Lists the values that specify a predefined type of text formatting.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Billions">
      <summary>
        <para>A value is divided by one billion, the letter ‘B’ is added.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Currency">
      <summary>
        <para>Displays a value as currency.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Day">
      <summary>
        <para>Displays a value as a day.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.DayOfWeek">
      <summary>
        <para>Displays a value as a day of the week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Decimal">
      <summary>
        <para>Displays a value in the decimal format with an optional negative sign.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Exponential">
      <summary>
        <para>Displays a value in the exponential notation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.FixedPoint">
      <summary>
        <para>Displays a value as a real numeric value with a specified number of digits for the fractional part and an optional negative sign</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Hour">
      <summary>
        <para>Displays the value as an hour.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.LargeNumber">
      <summary>
        <para>A value is divided by a number (one thousand, one million, one billion or one trillion) so that the value is less than a thousand; then a corresponding letter (‘K’, ‘M’, ‘B’ or ‘T’) is added.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.LongDate">
      <summary>
        <para>Displays a value using the long date format.</para>
        <para>Thursday, January 01, 1970</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.LongDateLongTime">
      <summary>
        <para>Displays a value using the long date and long time format.</para>
        <para>Thursday, January 01, 1970, 12:00:00 AM</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.LongTime">
      <summary>
        <para>Displays a value using the long time format.</para>
        <para>12:00:00 AM</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Millions">
      <summary>
        <para>A value is divided by one billion, the letter ‘M’ is added.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Millisecond">
      <summary>
        <para>Displays a value as milliseconds.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Minute">
      <summary>
        <para>Displays a value as minutes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Month">
      <summary>
        <para>Displays a value as a month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.MonthAndDay">
      <summary>
        <para>Displays a value using the month and day format.</para>
        <para>January 01</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.MonthAndYear">
      <summary>
        <para>Displays a value using the month and year format.</para>
        <para>1970 January</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.None">
      <summary>
        <para>Display a value without formatting.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Percent">
      <summary>
        <para>A value is multiplied by 100 and displayed with a percent symbol.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Quarter">
      <summary>
        <para>Displays a value using the quarter format.</para>
        <para>QI</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.QuarterAndYear">
      <summary>
        <para>Displays a value using the quarter and year format.</para>
        <para>QI 1970</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Second">
      <summary>
        <para>Displays a value as seconds.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.ShortDate">
      <summary>
        <para>Displays a value using the short date format.</para>
        <para>1/25/1970</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.ShortDateShortTime">
      <summary>
        <para>Displays a value using the short date and short time format.</para>
        <para>1/25/1970, 12:00 AM</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.ShortTime">
      <summary>
        <para>Displays a value using the short time format.</para>
        <para>12:00 AM</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Thousands">
      <summary>
        <para>A value is divided by one billion, the letter ‘K’ is added.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Trillions">
      <summary>
        <para>A value is divided by one billion, the letter ‘T’ is added.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormatType.Year">
      <summary>
        <para>The value is displayed as a year.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.FormLayoutType">
      <summary>
        <para>Lists values that define how layout item caption and layout item contents are stacked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormLayoutType.Horizontal">
      <summary>
        <para>Layout item caption and layout item contents are stacked horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.FormLayoutType.Vertical">
      <summary>
        <para>Layout item caption and layout item contents are stacked vertically.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.GotoDateBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.GotoDateBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.HoverMode">
      <summary>
        <para>Lists values that specify series elements to be highlighted when a user points to a series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.AllArgumentPoints">
      <summary>
        <para>The hovered point is highlighted. Points with the same argument value are highlighted as well.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.AllSeriesPoints">
      <summary>
        <para>All points of the hovered series are highlighted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.ExcludePoints">
      <summary>
        <para>The hovered series is highlighted excluding series points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.IncludePoints">
      <summary>
        <para>The hovered series is highlighted including series points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.NearestPoint">
      <summary>
        <para>The hovered series is highlighted along with the series point nearest to the pointer.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.None">
      <summary>
        <para>None of the series elements is highlighted when a user points to a series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.NotSet">
      <summary>
        <para>The behavior is defined by an underlying control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.HoverMode.OnlyPoint">
      <summary>
        <para>The hovered point is only highlighted when a user points a series.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.LoadingIndicatorSettings">
      <summary>
        <para>Contains properties that configure the loading indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.LoadingIndicatorSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.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 properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.BackgroundColor">
      <summary>
        <para>Specifies the background color of the loading indicator.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value that specifies the color.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.Enabled">
      <summary>
        <para>Specifies whether the loading indicator should be displayed and hidden automatically.</para>
      </summary>
      <value>true, to display/hide the loading indicator automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.Font">
      <summary>
        <para>Specifies font options for the loading indicator.</para>
      </summary>
      <value>A BootstrapUIWidgetFont object that configures the loading indicator font.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.Show">
      <summary>
        <para>Changes the loading indicator’s visibility.</para>
      </summary>
      <value>true, to switch the indicator’s visibility; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.LoadingIndicatorSettings.Text">
      <summary>
        <para>Specifies the text to be displayed by the loading indicator.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.NumericCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.NumericCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.OverlappingBehavior">
      <summary>
        <para>Lists values that specify how to arrange <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> labels when there is insufficient space to keep all of them.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.OverlappingBehavior.EnlargeTickInterval">
      <summary>
        <para>A deprecated value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.OverlappingBehavior.Hide">
      <summary>
        <para>Hides certain axis labels leaving more space for the others.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.OverlappingBehavior.Ignore">
      <summary>
        <para>A deprecated value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.OverlappingBehavior.None">
      <summary>
        <para>Leaves axis labels overlapped.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.OverlappingBehavior.Rotate">
      <summary>
        <para>Rotate labels so that they are perpendicular to the axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.OverlappingBehavior.Stagger">
      <summary>
        <para>Arrange labels in a staggered manner.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.PaletteExtensionMode">
      <summary>
        <para>Lists values that specify what to do with colors in a chart control’s palette when their number is less than the number of series (in a <see href="https://docs.devexpress.com/AspNetBootstrap/118689/charts/chart-types/chart">Chart</see>) or points in a series (in a <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see>).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PaletteExtensionMode.Alternate">
      <summary>
        <para>Repeat the full set of palette colors, alternating their normal, lightened, and darkened shades in that order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PaletteExtensionMode.Blend">
      <summary>
        <para>Create a blend of two neighboring colors and insert it between these colors in the palette.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PaletteExtensionMode.Extrapolate">
      <summary>
        <para>Repeat the full set of palette colors, changing their shade gradually from dark to light.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.PieChartResolveLabelOverlapping">
      <summary>
        <para>Lists values of chart behavior when labels overlap. Allows you to hide certain labels, or slightly shift them, or keep them as they are (i.e., overlapping).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartResolveLabelOverlapping.Hide">
      <summary>
        <para>The PieChart automatically determines and hides overlapping labels in the order of their addition to the data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartResolveLabelOverlapping.None">
      <summary>
        <para>Default. The label location is specified by default.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartResolveLabelOverlapping.Shift">
      <summary>
        <para>The PieChart control tries to shift chart labels to show them without overlapping. If there is not enough space for all labels, the control hides labels with the smallest value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.PieChartSegmentsDirection">
      <summary>
        <para>Lists values that define the direction that the <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see> segments will occupy.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartSegmentsDirection.AntiClockwise">
      <summary>
        <para>The chart slices are laid out counterclockwise starting from the <see cref="P:DevExpress.Web.Bootstrap.BootstrapPieChart.StartAngle">BootstrapPieChart.StartAngle</see> angle.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartSegmentsDirection.Clockwise">
      <summary>
        <para>The chart slices are laid out clockwise starting from the <see cref="P:DevExpress.Web.Bootstrap.BootstrapPieChart.StartAngle">BootstrapPieChart.StartAngle</see> angle.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.PieChartType">
      <summary>
        <para>Lists values defining the type of a <see href="https://docs.devexpress.com/AspNetBootstrap/118691/charts/chart-types/pie-chart">Pie Chart</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartType.Donut">
      <summary>
        <para>The Donut chart (synonymous with Doughnut).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartType.Doughnut">
      <summary>
        <para>The Doughnut chart (synonymous with Donut).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PieChartType.Pie">
      <summary>
        <para>The Pie chart.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.PolarChartOverlappingBehavior">
      <summary>
        <para>Lists values that define how to arrange <see href="https://docs.devexpress.com/AspNetBootstrap/118698/charts/chart-types/polar-chart/axes">axis</see> labels when there is insufficient space to keep all of them.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartOverlappingBehavior.EnlargeTickInterval">
      <summary>
        <para>A deprecated value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartOverlappingBehavior.Hide">
      <summary>
        <para>Hides certain axis labels leaving more space for the others.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartOverlappingBehavior.Ignore">
      <summary>
        <para>A deprecated value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartOverlappingBehavior.None">
      <summary>
        <para>Leaves the labels overlapped.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.PolarChartSeriesType">
      <summary>
        <para>Lists values that specify the type of the Polar Chart control’s <see href="https://docs.devexpress.com/AspNetBootstrap/118694/charts/chart-types/polar-chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartSeriesType.Area">
      <summary>
        <para>The Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartSeriesType.Bar">
      <summary>
        <para>The Bar series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartSeriesType.Line">
      <summary>
        <para>The Line series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartSeriesType.Scatter">
      <summary>
        <para>The Scatter series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.PolarChartSeriesType.StackedBar">
      <summary>
        <para>The Stacked Bar series.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.RangeSelectorCallValueChanged">
      <summary>
        <para>Lists values defining when to call the <see cref="E:DevExpress.Web.Bootstrap.BootstrapRangeSelector.ValueChanged">BootstrapRangeSelector.ValueChanged</see> event’s handler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorCallValueChanged.OnMoving">
      <summary>
        <para>The function is called upon every move of the sliders regardless of its completion.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorCallValueChanged.OnMovingComplete">
      <summary>
        <para>The function is called once the slider move is completed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.RangeSelectorChartAxisScaleType">
      <summary>
        <para>Lists the values that define the type of the chart <see href="https://docs.devexpress.com/AspNetBootstrap/118695/charts/chart-types/chart/axes">axis</see> scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorChartAxisScaleType.Auto">
      <summary>
        <para>A scale type is determined automatically according to scale values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorChartAxisScaleType.Continuous">
      <summary>
        <para>Default for numeric and date-time values. The scale is divided into equal intervals automatically or you can specify custom intervals using the <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.TickInterval">BootstrapRangeSelectorScale.TickInterval</see> and <see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.MinorTickInterval">BootstrapRangeSelectorScale.MinorTickInterval</see> properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorChartAxisScaleType.Logarithmic">
      <summary>
        <para>A logarithmic scale is useful when you visualize a dataset of rapidly-growing values. Each scale tick represents a particular value (<see cref="P:DevExpress.Web.Bootstrap.BootstrapRangeSelectorScale.LogarithmBase">BootstrapRangeSelectorScale.LogarithmBase</see>) that is raised to the next power in turn. For example, if you set LogarithmBase to 5, the following ticks will be generated: 5^0, 5^1, 5^2, 5^3, etc.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.RangeSelectorDataType">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorDataType.Auto">
      <summary>
        <para>For internal use only</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorDataType.DateTime">
      <summary>
        <para>For internal use only</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorDataType.Numeric">
      <summary>
        <para>For internal use only</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorDataType.String">
      <summary>
        <para>For internal use only</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.RangeSelectorScaleType">
      <summary>
        <para>Lists values determining the type of the scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorScaleType.Auto">
      <summary>
        <para>The scale type defined automatically based on the applied value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorScaleType.Continuous">
      <summary>
        <para>Default. The scale displays numeric or date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorScaleType.Discrete">
      <summary>
        <para>The scale displays string values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorScaleType.Logarithmic">
      <summary>
        <para>The scale displays numeric values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RangeSelectorScaleType.Semidiscrete">
      <summary>
        <para>The scale displays numeric values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.RecurrenceEditBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.RecurrenceEditBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.RecurrentAppointmentDeleteBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.RecurrentAppointmentDeleteBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.RecurrentAppointmentEditBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.RecurrentAppointmentEditBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.RelativePosition">
      <summary>
        <para>Lists values defining the position of the <see href="https://docs.devexpress.com/AspNetBootstrap/118798/charts/chart-types/chart/constant-lines">constant line</see> labels on the chart plot.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RelativePosition.Inside">
      <summary>
        <para>The constant line labels are located outside the chart grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RelativePosition.NotSet">
      <summary>
        <para>Default. A position is defined by the underlying control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.RelativePosition.Outside">
      <summary>
        <para>The constant line labels are contained within the chart grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.ReminderBootstrapDialogLayoutElementCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.ReminderBootstrapDialogLayoutElementCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.ScaleLabelOverlappingBehavior">
      <summary>
        <para>Lists options of arranging scale labels when there is not enough space to keep all of them.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ScaleLabelOverlappingBehavior.Hide">
      <summary>
        <para>The certain scale labels are hidden, leaving more space for the others.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.ScaleLabelOverlappingBehavior.None">
      <summary>
        <para>The scale labels are overlapped.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.SeriesType">
      <summary>
        <para>Lists values that specify the type of a Chart <see href="https://docs.devexpress.com/AspNetBootstrap/118690/charts/chart-types/chart/series-types">series</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Area">
      <summary>
        <para>The Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Bar">
      <summary>
        <para>The Bar series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Bubble">
      <summary>
        <para>The Bubble series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.CandleStick">
      <summary>
        <para>The Candlestick series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.FullStackedArea">
      <summary>
        <para>The Full Stacked Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.FullStackedBar">
      <summary>
        <para>The Full Stacked Bar series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.FullStackedLine">
      <summary>
        <para>The Full Stacked Line series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.FullStackedSpline">
      <summary>
        <para>The Full Stacked Spline series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.FullStackedSplineArea">
      <summary>
        <para>The Full Stacked Spline Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Line">
      <summary>
        <para>The Line series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.RangeArea">
      <summary>
        <para>The Range Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.RangeBar">
      <summary>
        <para>The Range Bar series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Scatter">
      <summary>
        <para>The Scatter series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Spline">
      <summary>
        <para>The Spline series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.SplineArea">
      <summary>
        <para>The Spline Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StackedArea">
      <summary>
        <para>The Stacked Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StackedBar">
      <summary>
        <para>The Stacked Bar series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StackedLine">
      <summary>
        <para>The Stacked Line series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StackedSpline">
      <summary>
        <para>The Stacked Spline series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StackedSplineArea">
      <summary>
        <para>The Stacked Spline Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StepArea">
      <summary>
        <para>The Step Area series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.StepLine">
      <summary>
        <para>The Step Line series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SeriesType.Stock">
      <summary>
        <para>The Stock series.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.SmallValuesGroupingMode">
      <summary>
        <para>Lists chart segment grouping options.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SmallValuesGroupingMode.None">
      <summary>
        <para>Do not group chart segments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SmallValuesGroupingMode.SmallValueThreshold">
      <summary>
        <para>Group all segments with the value less than the value of the <see cref="P:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.Threshold">BootstrapPieChartSmallValuesGroupingSettings.Threshold</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.SmallValuesGroupingMode.TopN">
      <summary>
        <para>Group all segments that have an index that is equal to or greater than the value of the <see cref="P:DevExpress.Web.Bootstrap.BootstrapPieChartSmallValuesGroupingSettings.TopCount">BootstrapPieChartSmallValuesGroupingSettings.TopCount</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.SparklineToolTipSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.SparklineToolTipSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.SparklineToolTipSettings.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.Bootstrap.SparklineToolTipSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.TickSettings">
      <summary>
        <para>Configures the appearance of axis ticks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.TickSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.TickSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.TickSettings.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.CollectionItem"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.TickSettings.CollectCustomProperties(System.Collections.Generic.List{DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo})">
      <summary>
        <para>This property is for internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TickSettings.Color">
      <summary>
        <para>Specifies the color of ticks.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TickSettings.Length">
      <summary>
        <para>Specifies the length of ticks in pixels.</para>
      </summary>
      <value>A nullable double value that specifies the length.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TickSettings.Opacity">
      <summary>
        <para>Specifies how transparent ticks should be.</para>
      </summary>
      <value>A nullable double value that specifies the opacity.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TickSettings.Shift">
      <summary>
        <para>Shifts ticks from the reference position.</para>
      </summary>
      <value>A nullable double value that specifies the shift.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TickSettings.Visible">
      <summary>
        <para>Makes ticks visible.</para>
      </summary>
      <value>true, to make ticks visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TickSettings.Width">
      <summary>
        <para>Specifies the width of ticks in pixels.</para>
      </summary>
      <value>A nullable integer value that specifies the width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.TitleSettings">
      <summary>
        <para>Configures the title.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.TitleSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.TitleSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.TitleSettings.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.CollectionItem"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TitleSettings.HorizontalAlignment">
      <summary>
        <para>Specifies a axis title’s horizontal position.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration’s value (except for Justify) that specifies the title’s horizontal alignment.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TitleSettings.Margin">
      <summary>
        <para>Provides access to an object used to specify or retrieve the title’s margin settings.</para>
      </summary>
      <value>A MarginSettings object used to control the title’s margin settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TitleSettings.PlaceholderSize">
      <summary>
        <para>Specifies a size of a space reserved for a title in pixels.</para>
      </summary>
      <value>A nullable integer value that specifies the space size.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TitleSettings.SubTitleSettings">
      <summary>
        <para>Configures a subtitle.</para>
      </summary>
      <value>A SubTitleSettings object that controls the subtitle settings.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TitleSettings.Text">
      <summary>
        <para>Specifies the title text.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.Bootstrap.TitleSettings.VerticalAlignment">
      <summary>
        <para>Specifies a title’s vertical position.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration’s value (except for Middle) that specifies the title’s vertical alignment.</value>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.UIElementPosition">
      <summary>
        <para>Lists values that specify the position of a UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.UIElementPosition.Bottom">
      <summary>
        <para>An element is positioned at the bottom of the parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.UIElementPosition.Left">
      <summary>
        <para>An element is positioned at the left of the parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.UIElementPosition.NotSet">
      <summary>
        <para>An element position is defined by the underlying control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.UIElementPosition.Right">
      <summary>
        <para>An element is positioned at the right of the parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.UIElementPosition.Top">
      <summary>
        <para>An element is positioned at the top of the parent element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.VisualRangeLengthSettings">
      <summary>
        <para>Defines the length of the date-time axis’ displayed range.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Bootstrap.VisualRangeLengthSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Bootstrap.VisualRangeLengthSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.VisualRangeUpdateMode">
      <summary>
        <para>Lists the values that define how the axis’s visual range should behave when chart data is updated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VisualRangeUpdateMode.Auto">
      <summary>
        <para>The applied mode changes depending on the visual range’s position on the axis: at the start or middle - “keep“; at the end - “shift“; if set to view the whole range - “reset“ (the visual range remains equal to the whole range).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VisualRangeUpdateMode.Keep">
      <summary>
        <para>The visual range does not change.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VisualRangeUpdateMode.NotSet">
      <summary>
        <para>The update mode is defined by the underlying control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VisualRangeUpdateMode.Reset">
      <summary>
        <para>The visual range becomes equal to the whole range (specified by the <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.WholeRangeStart">BootstrapChartAxisSettings.WholeRangeStart</see> and <see cref="P:DevExpress.Web.Bootstrap.BootstrapChartAxisSettings.WholeRangeEnd">BootstrapChartAxisSettings.WholeRangeEnd</see> properties).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VisualRangeUpdateMode.Shift">
      <summary>
        <para>The visual range moves to the axis’s end. The range’s length does not change.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.VizPalette">
      <summary>
        <para>Lists values that specify a predefined <b>DevExtreme palette</b>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Bootstrap.VizTimeInterval">
      <summary>
        <para>Lists values that specify the time interval between axis ticks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Day">
      <summary>
        <para>The size of the interval between ticks is measured in days.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Hour">
      <summary>
        <para>The size of the interval between ticks is measured in hours.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Millisecond">
      <summary>
        <para>The size of the interval between ticks is measured in milliseconds.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Minute">
      <summary>
        <para>The size of the interval between ticks is measured in minutes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Month">
      <summary>
        <para>The size of the interval between ticks is measured in months.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.None">
      <summary>
        <para>No specific unit of measurement is applied to the size of the interval between ticks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Quarter">
      <summary>
        <para>The size of the interval between ticks is measured in quarters of a year.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Second">
      <summary>
        <para>The size of the interval between ticks is measured in seconds.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Week">
      <summary>
        <para>The size of the interval between ticks is measured in weeks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Bootstrap.VizTimeInterval.Year">
      <summary>
        <para>The size of the interval between ticks is measured in years.</para>
      </summary>
    </member>
  </members>
</doc>