Mini Kabibi Habibi

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

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DevExpress.Xpf.Grid.v13.1.Core</name>
    </assembly>
    <members>
        <member name="T:DevExpress.Xpf.Grid.DataControlBase">

            <summary>
                <para>Serves as a base for classes that represents data-aware controls (e.g. <see cref="T:DevExpress.Xpf.Grid.GridControl"/>).
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ActiveFilterInfo">
            <summary>
                <para>Gets the information about the filter currently applied within the grid. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Core.CriteriaOperatorInfo"/> object that contains filter information.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ActiveFilterInfoProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ActiveFilterInfo"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ActiveView(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the grid's View that represents data from a data source.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that represents the View.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ActiveViewProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ActiveView"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.AddMRUFilter(DevExpress.Data.Filtering.CriteriaOperator)">
            <summary>
                <para>Adds the specified filter to the view's MRU Filter List.
</para>
            </summary>
            <param name="filterCriteria">
		A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the filter criteria to add to the MRU Filter List.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.AllowColumnMRUFilterList">
            <summary>
                <para>Gets or sets whether recently used filter items are displayed in the Filter Dropdowns for columns. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the columns' filter dropdown lists can display recently used filter items; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AllowColumnMRUFilterListProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.AllowColumnMRUFilterList"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AllowInfiniteGridSize">
            <summary>
                <para><para>Specifies whether the infinite grid height is allowed.</para>
<para>By default, this option is disabled. In this instance, if the grid's height measures infinite, (e.g. the grid is placed within a vertically oriented stack panel), an exception is thrown.</para>
<para>To avoid an exception, enable the <b>AllowInfiniteGridSize</b> option. In this instance, the grid immediately generates rows for all records in a data source. Note this may cause performance issues if the data source contains a lot of records.</para>

</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.AllowMRUFilterList">
            <summary>
                <para>Gets or sets whether the grid's MRU Filter List is enabled. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable the MRU Filter List; otherwise <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AllowMRUFilterListProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.AllowMRUFilterList"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AutoFilterRowHandle">
            <summary>
                <para>Gets the handle of the Auto Filter Row. To learn more, see Obtaining Row Handles.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.AutoGenerateColumns">
            <summary>
                <para>Gets or sets whether columns should be created automatically for all fields in the underlying data source when the View doesn't contain any columns.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Xpf.Grid.AutoGenerateColumnsMode"/> enumeration value that specifies the way columns are generated. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AutoGenerateColumnsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.AutoGeneratedColumns">
            <summary>
                <para>Occurs after the columns have been automatically generated.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AutoGeneratedColumnsEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.AutoGeneratingColumn">
            <summary>
                <para>Occurs each time an individual column is auto-generated.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AutoGeneratingColumnEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.AutoPopulateColumns">
            <summary>
                <para>Gets or sets whether columns should be created automatically for all fields in a data source if the grid doesn't contain any columns. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to automatically create columns for all fields in a data source if the grid doesn't contain any columns; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.AutoPopulateColumnsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.BeginDataUpdate">
            <summary>
                <para>Prevents visual and internal data updates until the <see cref="M:DevExpress.Xpf.Grid.DataControlBase.EndDataUpdate"/> method is called.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.BeginInit">
            <summary>
                <para>Starts the control's runtime initialization. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.BeginSelection">
            <summary>
                <para>Prevents selection updates until the <see cref="M:DevExpress.Xpf.Grid.DataControlBase.EndSelection"/> method is called. 
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.ClearColumnFilter(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Removes the filter condition applied to the specified column. 
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the column whose filter is cleared.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.ClearColumnFilter(System.String)">
            <summary>
                <para>Removes the filter condition applied to the specified column.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the field name of the column whose filter is cleared.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.ClearMRUFilter">
            <summary>
                <para>Clears the recently used filters.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.ClearSorting">
            <summary>
                <para>Clears the sorting applied to the grid.

</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ClipboardCopyMode">
            <summary>
                <para>Gets or sets how data is copied to the clipboard.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ClipboardCopyMode"/> enumeration value that specifies the copy mode.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ClipboardCopyModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ColumnGeneratorStyle">
            <summary>
                <para>Gets or sets a style that contains settings common to all columns generated using different templates. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that is the style that contains settings common to all columns generated using different templates.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ColumnGeneratorStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ColumnGeneratorTemplate">
            <summary>
                <para>Gets or sets a template that describes grid columns. This is a dependency property.
</para>
            </summary>
            <value>The column template.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ColumnGeneratorTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ColumnGeneratorTemplateSelector">
            <summary>
                <para>Gets or sets the data template selector which chooses a template based on the column's type. This is a dependency property.
</para>
            </summary>
            <value>The column template selector.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ColumnGeneratorTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.ColumnsPopulated">
            <summary>
                <para>Occurs after the columns have been automatically generated.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ColumnsPopulatedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ColumnsSource">
            <summary>
                <para>Gets or sets the source from which the grid generates columns. This is a dependency property.
</para>
            </summary>
            <value>The source from which the grid generates columns.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ColumnsSourceProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.CopyCurrentItemToClipboard">
            <summary>
                <para>Copies the values displayed within the current item to the clipboard.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.CopyRangeToClipboard(System.Int32,System.Int32)">
            <summary>
                <para>Copies the values displayed within the specified range of rows/cards, to the clipboard.
</para>
            </summary>
            <param name="startRowHandle">
		An integer value specifying the handle of the first row in the range.

            </param>
            <param name="endRowHandle">
		An integer value specifying the handle of the last row in the range.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.CopyRowsToClipboard(System.Collections.Generic.IEnumerable`1)">
            <summary>
                <para>Copies the values displayed within the specified rows/cards to the clipboard.
</para>
            </summary>
            <param name="rows">
		An <see cref="T:System.Collections.IEnumerable"/>@lt;Int32@gt; object that contains row handles.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.CopySelectedItemsToClipboard">
            <summary>
                <para>Copies the display values of selected rows to the clipboard.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.CopyToClipboard">
            <summary>
                <para>Copies the values displayed within selected row(s) or cell(s) to the clipboard.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.CurrentCellValue">
            <summary>
                <para>Get or sets the value associated with the currently focused cell.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> that is the value of the currently focused cell.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentCellValueProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.CurrentColumn">
            <summary>
                <para>Gets or sets the focused column.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridColumn"/> object that represents the focused column.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.CurrentColumnChanged">
            <summary>
                <para>Occurs after the focused column has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentColumnChangedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentColumnProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.CurrentItem">
            <summary>
                <para>Gets or sets the currently focused data row.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> specifying the focused row.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.CurrentItemChanged">
            <summary>
                <para>Occurs after the focused row has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentItemChangedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentItemProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.CurrentView(System.Windows.DependencyObject)">
            <summary>
                <para>Gets or sets the view currently used within a grid. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that represents the current view.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.CurrentViewChangedListener(System.Windows.DependencyObject)">
            <summary>
                <para>This member supports the internal infrastructure and cannot be used directly from your code. This is a dependency property.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentViewChangedListenerProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentViewChangedListener"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CurrentViewProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentView"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.CustomUniqueValues">
            <summary>
                <para>Enables you to specify unique values displayed within a column's Filter Dropdown.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.CustomUniqueValuesEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.DefaultSorting">
            <summary>
                <para>Gets or sets the name of a data filed whose values are sorted by default. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of a data field.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.DefaultSortingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.DesignTimeDataObjectType">
            <summary>
                <para>Gets or sets the type of objects stored in a data source. This is a dependency property.
</para>
            </summary>
            <value>The <see cref="T:System.Type"/> of data objects.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.DesignTimeDataObjectTypeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.DesignTimeDataSourceRowCount">
            <summary>
                <para>Gets or sets the number of temporary data rows displayed within the grid at design time. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the number of data rows displayed within the grid at design time.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.DesignTimeDataSourceRowCountProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.DesignTimeShowSampleData">
            <summary>
                <para>Gets or sets whether sample data is displayed within the grid at design time. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to show sample data within the grid at design time; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.DesignTimeShowSampleDataProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.DesignTimeUseDistinctSampleValues">
            <summary>
                <para>Gets or sets whether sample data rows contain distinct values. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to fill sample rows with distinct values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.DesignTimeUseDistinctSampleValuesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.EndDataUpdate">
            <summary>
                <para>Enables visual and internal data updates after the <see cref="M:DevExpress.Xpf.Grid.DataControlBase.BeginDataUpdate"/> method call, and updates the grid.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.EndInit">
            <summary>
                <para>Ends the runtime initialization.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.EndSelection">
            <summary>
                <para>Enables selection updates after calling the <see cref="M:DevExpress.Xpf.Grid.DataControlBase.BeginSelection"/> method, and forces an immediate update.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.FilterChanged">
            <summary>
                <para>Occurs after the grid's filter has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.FilterChangedEvent">
            <summary>
                <para>Identifies the <see cref="E:DevExpress.Xpf.Grid.DataControlBase.FilterChanged"/> routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.FilterCriteria">
            <summary>
                <para>Gets or sets the grid's filter criteria. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which represents filter criteria.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.FilterCriteriaProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.FilterCriteria"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.FilteredComponent">
            <summary>
                <para>Gets an object that should be bound to a standalone <see cref="T:DevExpress.Xpf.Editors.Filtering.FilterControl"/>.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.FilterString">
            <summary>
                <para>Gets or sets the grid's filter expression. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the grid's filter expression.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.FilterStringProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.FilterString"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetActiveView(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ActiveView"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ActiveView"/> property value for the element.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetCellValue(System.Int32,System.String)">
            <summary>
                <para>Returns the value of the specified data cell.
</para>
            </summary>
            <param name="rowHandle">
		An integer value that specifies the handle of the row that contains the cell.

            </param>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the column's field name.

            </param>
            <returns>An object that represents the specified cell's value.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetColumnFilterCriteria(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Returns a filter applied to the specified column.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the grid column.

            </param>
            <returns>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents filter criteria applied to the specified column. <b>null</b> (<b>Nothing</b> in Visual Basic), if data isn't filtered by the values of the specified column.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetColumnFilterCriteria(System.String)">
            <summary>
                <para>Returns a filter applied to the specified column.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the column's field name.

            </param>
            <returns>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents filter criteria applied to the specified column. <b>null</b> (<b>Nothing</b> in Visual Basic), if data isn't filtered by the values of the specified column.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetColumnFilterString(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Returns a filter expression applied to the specified column.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the column.

            </param>
            <returns>A <see cref="T:System.String"/> value that specifies the specified column's filter expression.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetColumnFilterString(System.String)">
            <summary>
                <para>Returns a filter expression applied to the specified column.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the column's field name.

            </param>
            <returns>A <see cref="T:System.String"/> value that specifies the specified column's filter expression.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetCurrentView(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentView"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentView"/> property value for the element.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetCurrentViewChangedListener(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentViewChangedListener"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="T:DevExpress.Xpf.Grid.INotifyCurrentViewChanged"/> value.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetRow(System.Int32)">
            <summary>
                <para>Returns a row object that corresponds to the specified row handle.
</para>
            </summary>
            <param name="rowHandle">
		An integer value that specifies the row's handle. 

            </param>
            <returns>An object that corresponds to the specified row handle. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetRowState(System.Int32)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="rowHandle">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetSelectedRowHandles">
            <summary>
                <para>Returns the handles of the selected rows.
</para>
            </summary>
            <returns>An array of integer values representing the handles of the selected rows. An empty array if no rows are selected.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.GetTotalSummaryValue(DevExpress.Xpf.Grid.SummaryItemBase)">
            <summary>
                <para>Returns the value of the specified total summary item.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.Xpf.Grid.SummaryItemBase"/> descendant that represents the total summary item.

            </param>
            <returns>Returns the value of the specified total summary item.
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ImplyNullLikeEmptyStringWhenFiltering">
            <summary>
                <para>Gets or sets whether to allow filtering empty items using the Checked Filter Dropdown List.

</para>
            </summary>
            <value><b>true</b> to allow filtering empty items; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.InvalidRowHandle">
            <summary>
                <para>Gets the handle of a row which does not exist in a View. To learn more, see Obtaining Row Handles.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.InvalidRowIndex">
            <summary>
                <para>Gets the index of a row which does not exist in a View. To learn more, see Obtaining Row Handles.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.IsFilterEnabled">
            <summary>
                <para>Gets or sets whether the current filter is enabled. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable the current filter; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.IsFilterEnabledProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.IsFilterEnabled"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ItemsSource">
            <summary>
                <para>Gets or sets the grid's data source. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the data source from which the grid retrieves its data. 
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.ItemsSourceChanged">
            <summary>
                <para>Occurs after the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ItemsSource"/> property has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ItemsSourceChangedEvent">
            <summary>
                <para>Identifies the <see cref="E:DevExpress.Xpf.Grid.DataControlBase.ItemsSourceChanged"/> routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ItemsSourceProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.MergeColumnFilters(DevExpress.Data.Filtering.CriteriaOperator)">
            <summary>
                <para>Combines the specified filter with the grid's current filter with the AND operator.
</para>
            </summary>
            <param name="filterCriteria">
		A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that represents the filter expression.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.MergeColumnFilters(System.String)">
            <summary>
                <para>Combines the specified filter with the grid's current filter with the AND operator.
</para>
            </summary>
            <param name="filterString">
		A <see cref="T:System.String"/> value that represents the filter expression.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.MRUColumnFilterListCount">
            <summary>
                <para>Gets or sets the maximum number of the most recently used (MRU) filter conditions displayed within the column's Filter Dropdown. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the maximum number of the most recently used (MRU) filter conditions displayed within the column's filter dropdown.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.MRUColumnFilterListCountProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.MRUColumnFilterListCount"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.MRUFilterListCount">
            <summary>
                <para>Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the View. This is a dependency property.
</para>
            </summary>
            <value>An integer that specifies the maximum number of recently used filter conditions stored by the View.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.MRUFilterListCountProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.MRUFilterListCount"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.MRUFilters">
            <summary>
                <para>Gets the collection of recently used filters.
</para>
            </summary>
            <value>The read-only collection of MRU filters.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.NewItemRowHandle">
            <summary>
                <para>Gets the handle of the New Item Row. To learn more, see Obtaining Row Handles.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.OnApplyTemplate">
            <summary>
                <para>Called after the template is completely generated, and attached to the visual tree.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.OwnerDetailDescriptor">
            <summary>
                <para>Gets or sets the detail descriptor that owns this data control.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DetailDescriptorBase"/> object that represents the detail descriptor that owns this data control.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.OwnerDetailDescriptorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.PastingFromClipboard">
            <summary>
                <para>Occurs when some information is pasted from the clipboard to the grid.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.PastingFromClipboardEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.PopulateColumns">
            <summary>
                <para>Creates columns/card fields for all fields in a bound data source.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.PropertyChanged">
            <summary>
                <para>Occurs every time any of the DataControlBase class properties has changed its value.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.RefreshData">
            <summary>
                <para>Updates the control's data.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.RefreshRow(System.Int32)">
            <summary>
                <para>Refreshes the specified row.
</para>
            </summary>
            <param name="rowHandle">
		An integer value which identifies the row.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.RemoveMRUFilter(DevExpress.Data.Filtering.CriteriaOperator)">
            <summary>
                <para>Removes the specified filter from the view's MRU Filter List.
</para>
            </summary>
            <param name="filterCriteria">
		A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the filter criteria to remove.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.RestoreLayoutFromStream(System.IO.Stream)">
            <summary>
                <para>Restores a control's layout from the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant that stores the a control's layout.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.RestoreLayoutFromXml(System.String)">
            <summary>
                <para>Restores a control's layout from the specified XML file.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SaveLayoutToStream(System.IO.Stream)">
            <summary>
                <para>Saves a control's layout to the specified stream.
</para>
            </summary>
            <param name="stream">
		A <see cref="T:System.IO.Stream"/> descendant to which a control's layout is written.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SaveLayoutToXml(System.String)">
            <summary>
                <para>Saves a control's layout to a file in XML format.
</para>
            </summary>
            <param name="path">
		A <see cref="T:System.String"/> value that specifies the target file name.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SelectAll">
            <summary>
                <para>Selects all rows/cards within a View.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.SelectedItem">
            <summary>
                <para>Get or sets the currently focused data row. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> specifying the focused row.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataControlBase.SelectedItemChanged">
            <summary>
                <para>Occurs after grid's selection has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.SelectedItemChangedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.SelectedItemProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.SelectedItems">
            <summary>
                <para>Gets data objects that correspond to rows/nodes currently selected within a View.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.SelectedRowsCollection"/> object that is the collection of data objects corresponding to selected nodes. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.SelectedItemsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.SelectionMode">
            <summary>
                <para>Gets or sets whether multiple row/cell selection is enabled. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.MultiSelectMode"/> enumeration value that specifies the selection mode.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.SelectionModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SelectItem(System.Int32)">
            <summary>
                <para>Selects the specified row/node.
</para>
            </summary>
            <param name="rowHandle">
		An integer value which specifies the handle of the row to select.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SelectRange(System.Int32,System.Int32)">
            <summary>
                <para>Selects multiple rows/cards/nodes, while preserving the current selection (if any).
</para>
            </summary>
            <param name="startRowHandle">
		An integer value specifying the row handle at which the selection starts.

            </param>
            <param name="endRowHandle">
		An integer value specifying the row handle at which the selection ends.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SetActiveView(System.Windows.DependencyObject,DevExpress.Xpf.Grid.DataViewBase)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ActiveView"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> value.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SetCurrentView(System.Windows.DependencyObject,DevExpress.Xpf.Grid.DataViewBase)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentView"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> value.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SetCurrentViewChangedListener(System.Windows.DependencyObject,DevExpress.Xpf.Grid.INotifyCurrentViewChanged)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.CurrentViewChangedListener"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The <see cref="T:DevExpress.Xpf.Grid.INotifyCurrentViewChanged"/> value.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ShowAllTableValuesInCheckedFilterPopup">
            <summary>
                <para>Gets or sets whether filter dropdowns display all unique values in the View's data source. This is a dependency property.
</para>
            </summary>
            <value><b>true</b>, to display all unique values in the View's data source; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ShowAllTableValuesInCheckedFilterPopupProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ShowAllTableValuesInFilterPopup">
            <summary>
                <para>Gets or sets whether filter dropdowns display all unique values in the View's data source. This is a dependency property.
</para>
            </summary>
            <value><b>true</b>, to display all unique values in the View's data source; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ShowAllTableValuesInFilterPopupProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ShowBorder">
            <summary>
                <para>Gets or sets whether to show the grid's border. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to show the border; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ShowBorderProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.ShowLoadingPanel">
            <summary>
                <para>Gets or sets whether the <b>Loading Panel</b> can be displayed within the grid control. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if a Loading Panel is allowed to be displayed within the control; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.ShowLoadingPanelProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.SortBy(System.String)">
            <summary>
                <para>Sorts data by the values of the specified column.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the column's field name.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.SupportDomainDataSource">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.TotalSummaryGeneratorTemplate">
            <summary>
                <para>Gets or sets a template that describes total summaries. This is a dependency property.
</para>
            </summary>
            <value>The summary item template.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.TotalSummaryGeneratorTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.TotalSummarySource">
            <summary>
                <para>Gets or sets the source of total summaries. This is a dependency property.
</para>
            </summary>
            <value>The source from which the grid generates total summary items.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlBase.TotalSummarySourceProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.UnselectAll">
            <summary>
                <para>Unselects any selected rows/cards within a View.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.UnselectItem(System.Int32)">
            <summary>
                <para>Unselects the specified row/node.
</para>
            </summary>
            <param name="rowHandle">
		An integer value identifying the row/node by its handle.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlBase.UpdateTotalSummary">
            <summary>
                <para>Updates total summaries.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlBase.VisibleRowCount">
            <summary>
                <para>Gets the total number of rows/cards displayed within the grid.
</para>
            </summary>
            <value>An integer value that specifies the total number of rows/cards displayed within the grid.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.DataViewBase">

            <summary>
                <para>Serves as a base for classes that represent Views.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ActiveEditor">
            <summary>
                <para>Gets the active editor. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Editors.BaseEdit"/> descendant that represents the inplace editor of the cell currently being edited. <b>null</b> (<b>Nothing</b> in Visual Basic) if no cell is currently being edited.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ActiveEditorProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ActiveEditor"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ActualColumnChooserTemplate">
            <summary>
                <para>Gets the actual template that defines the Column Chooser's presentation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that defines the Column Chooser's presentation.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ActualColumnChooserTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ActualFadeSelectionOnLostFocus">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ActualFadeSelectionOnLostFocusProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ActualShowFilterPanel">
            <summary>
                <para>Gets whether the Filter Panel is displayed within a View. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the <b>Filter Panel</b> is displayed within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ActualShowFilterPanelProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ActualShowFilterPanel"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ActualShowSearchPanel">
            <summary>
                <para>Gets whether the Search Panel is displayed within a View. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the <b>Search Panel</b> is displayed within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ActualShowSearchPanelProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ActualTotalSummaryItemTemplateSelector">
            <summary>
                <para>Gets the actual template selector that chooses a total summary item template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ActualTotalSummaryItemTemplateSelectorProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ActualTotalSummaryItemTemplateSelector"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowColumnFiltering">
            <summary>
                <para>Gets or sets whether an end-user can filter data by column. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow filtering data by column; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowColumnFilteringProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowColumnMoving">
            <summary>
                <para>Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow an end-user to move columns; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowColumnMovingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowCommitOnValidationAttributeError">
            <summary>
                <para>Gets or sets whether or not a cell's value that has failed validation specified by the Data Annotations attribute(s), can be posted to a data source. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow posting of invalid cell values to a data source; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowCommitOnValidationAttributeErrorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowEditing">
            <summary>
                <para>Gets or sets whether end-users are allowed to change cell values. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow data editing; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowEditingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowFilterEditor">
            <summary>
                <para>Gets or sets whether end-users can invoke the Filter Editor to build complex filter criteria. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow end-users to invoke the <b>Filter Editor</b>; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowFilterEditorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowLeaveFocusOnTab">
            <summary>
                <para>Gets or sets whether or not the input focus leaves a View when the TAB/SHIFT+TAB key is pressed.
</para>
            </summary>
            <value><b>true</b> to allow leaving a view when the TAB/SHIFT+TAB key is pressed; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowLeaveFocusOnTabProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowMoveColumnToDropArea">
            <summary>
                <para>Gets or sets whether an end-user can hide a column by dropping its header outside the column header panel or Group Panel. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow an end-user to hide a column by dropping its header outside the View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowMoveColumnToDropAreaProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowMoving">
            <summary>
                <para>Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow an end-user to move columns; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowMovingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowScrollToFocusedRow">
            <summary>
                <para>Gets or sets whether on not a View is automatically scrolled to the focused row when it changes. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if a View is automatically scrolled to the focused row when it changes; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowScrollToFocusedRowProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AllowSorting">
            <summary>
                <para>Gets or sets whether an end-user can sort data. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow an end-user to sort data; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AllowSortingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.AutoScrollOnSorting">
            <summary>
                <para>Gets or sets whether a View is automatically scrolled after the order of rows has been changed. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable automatic row scrolling; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.AutoScrollOnSortingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.Background">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.BeforeLayoutRefresh">
            <summary>
                <para>Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e.g. moving row focus, row scrolling, filtering, sorting, etc.).

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.BeforeLayoutRefreshEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.BorderBrush">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.BorderThickness">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CancelRowEdit">
            <summary>
                <para>Hides the active editor, discarding all the changes made within the focused row.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.CellStyle">
            <summary>
                <para>Gets or sets the style applied to data cells displayed within a View. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to data cells.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.CellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.CellTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of data cells. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of data cells.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.CellTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.CellTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.CellTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ChangeHorizontalScrollOffsetBy(System.Double)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="offset">
		@nbsp;

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ChangeVerticalScrollOffsetBy(System.Double)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="offset">
		@nbsp;

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ClipboardCopyAllowed">
            <summary>
                <para>Gets or sets whether copying view data to the clipboard is allowed.
</para>
            </summary>
            <value><b>true</b> to allow copying view data to the clipboard; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ClipboardCopyAllowedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ClipboardCopyWithHeaders">
            <summary>
                <para>Gets or sets whether column captions are copied to the clipboard when copying row values.
</para>
            </summary>
            <value><b>true</b> to add column headers to the clipboard when copying row values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ClipboardCopyWithHeadersProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CloseEditor">
            <summary>
                <para>Hides the active editor, saving the changes made.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserColumns">
            <summary>
                <para>Gets a collection of hidden columns whose headers are displayed within the Column Chooser. This is a dependency property.
</para>
            </summary>
            <value>The collection of <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendants that represent hidden columns displayed within the Column Chooser.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserColumnsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserColumnsSortOrderComparer">
            <summary>
                <para>Gets or sets the object that compares columns of the Grid to define their sorting. This is a dependency property.
</para>
            </summary>
            <value>An object supporting the <b>IComparer</b> interface.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserColumnsSortOrderComparerProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserFactory">
            <summary>
                <para>Gets or sets a custom Column Chooser. This is a dependency property.

</para>
            </summary>
            <value>An object that implements the <see cref="T:DevExpress.Xpf.Core.IColumnChooserFactory"/> interface.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserFactoryProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserState">
            <summary>
                <para>Gets or sets the Column Chooser's state. This is a dependency property.
</para>
            </summary>
            <value>An object implementing the <see cref="T:DevExpress.Xpf.Core.IColumnChooserState"/> interface.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserStateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserTemplate">
            <summary>
                <para>Gets or sets the template that defines the Column Chooser's presentation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that defines the Column Chooser's presentation.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnChooserTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderClick">
            <summary>
                <para>Occurs when a column header is clicked.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderClickEvent">
            <summary>
                <para>Identifies the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderClick"/> routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderContentStyle">
            <summary>
                <para>Gets or sets the style applied to all column headers displayed within a View. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to column headers.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderContentStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderCustomizationAreaTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of the customization area displayed within column headers. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of the customization area displayed within column headers.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderCustomizationAreaTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderCustomizationAreaTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderCustomizationAreaTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorSize(System.Windows.DependencyObject)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorSizeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorTemplate">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of column header content. This is a dependency property.

</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of column header contents.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderToolTipTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of a column header's tooltip. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of a column header's tooltip.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderToolTipTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ColumnMenuCustomizations">
            <summary>
                <para>Allows you to customize the <b>Column Header</b> context menu by adding new menu items or removing existing items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.Commands">
            <summary>
                <para>Provides access to view commands.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridViewCommandsBase"/> object that provides a set of view commands.
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CommitEditing">
            <summary>
                <para>Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid.
</para>
            </summary>
            <returns><b>true</b> if the values within the focused row's cells are valid; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CommitEditing(System.Boolean,System.Boolean)">
            <summary>
                <para>Hides the active editor and posts all the changes made within the focused row to a data source.
</para>
            </summary>
            <param name="forceCommit">
		<b>true</b>, to post the changes whether or not it passes the validation; otherwise, <b>false</b>.

            </param>
            <param name="cleanError">
		<b>true</b>, to remove the error notification; otherwise, <b>false</b>.

            </param>
            <returns><b>true</b>, if the values within the focused row's cells are valid; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CopyFocusedRowToClipboard">
            <summary>
                <para>Copies the values displayed within the focused row to the clipboard.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CopyRangeToClipboard(System.Int32,System.Int32)">
            <summary>
                <para>Copies the values displayed within the specified range of rows/cards, to the clipboard.
</para>
            </summary>
            <param name="startRowHandle">
		An integer value specifying the handle of the first row in the range.

            </param>
            <param name="endRowHandle">
		An integer value specifying the handle of the last row in the range.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CopyRowsToClipboard(System.Collections.Generic.IEnumerable`1)">
            <summary>
                <para>Copies the values displayed within the specified rows/cards to the clipboard.
</para>
            </summary>
            <param name="rows">
		An <see cref="T:System.Collections.IEnumerable"/>@lt;Int32@gt; object that contains row handles.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CopySelectedRowsToClipboard">
            <summary>
                <para>Copies the display values of selected rows to the clipboard.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.CopyToClipboard">
            <summary>
                <para>Copies the values displayed within selected row(s) or cell(s) to the clipboard.
</para>
            </summary>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.CustomFilterDisplayText">
            <summary>
                <para>Enables custom text to be displayed within the Filter Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.CustomFilterDisplayTextEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.DataControl">
            <summary>
                <para>Gets the data-aware control which owns the current View.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataControlBase"/> descendant that represents the data-aware control to which the current View belongs.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.DataControlMenu">
            <summary>
                <para>Gets the context menu currently being displayed within a View.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataControlPopupMenu"/> descendant that specifies the context menu displayed within a View.

</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.DetailHeaderContent">
            <summary>
                <para>Gets or sets the detail section's header content.
</para>
            </summary>
            <value>An object representing the detail section's header content.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.DetailHeaderContentProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.EditorButtonShowMode">
            <summary>
                <para>Gets or sets which cells should display editor buttons. This is a dependency property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Xpf.Grid.EditorButtonShowMode"/> enumeration value that specifies which cells should display editor buttons.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.EditorButtonShowModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.EditorShowMode">
            <summary>
                <para>Gets or sets a value which specifies how a cell editor is activated by the mouse. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Core.EditorShowMode"/> enumeration value which specifies how a cell editor is activated by the mouse.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.EditorShowModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.EnterMoveNextColumn">
            <summary>
                <para>Gets or sets whether the ENTER key can be used to move cell focus within a data row. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow cell focus moving using the ENTER key; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.EnterMoveNextColumnProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FadeSelectionOnLostFocus">
            <summary>
                <para>Gets or sets whether selected rows are faded when the grid control loses focus. This is a dependency property.

</para>
            </summary>
            <value><b>true</b> if selected rows are faded when the grid control loses focus; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FadeSelectionOnLostFocusProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.FilterEditorCreated">
            <summary>
                <para>Fires after the Filter Editor has been created.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FilterEditorCreatedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FilterEditorShowOperandTypeIcon">
            <summary>
                <para>Gets or sets whether the operand's value can be swapped. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow end-users to swap the operand's value; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FilterEditorShowOperandTypeIconProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FilterPanelText">
            <summary>
                <para>Gets the text displayed within the Filter Panel. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the text displayed within the filter panel.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FilterPanelTextProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FixedSummariesLeft">
            <summary>
                <para>Gets total summaries displayed within the Fixed Summary Panel and aligned to the left.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Xpf.Grid.GridTotalSummaryData"/> objects that contain information on total summaries.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FixedSummariesRight">
            <summary>
                <para>Gets total summaries displayed within the Fixed Summary Panel and aligned to the right.
</para>
            </summary>
            <value>A list of <see cref="T:DevExpress.Xpf.Grid.GridTotalSummaryData"/> objects that contain information on total summaries.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FocusedCellBorderTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of a focused cell's border. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays the border.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedCellBorderTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.FocusedColumnChanged">
            <summary>
                <para>Occurs after the focused column has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedColumnChangedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FocusedGroupRowBorderTemplate">
            <summary>
                <para>Gets or sets a template that defines the presentation of the focused row's border. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that defines the presentation of the focused row's border.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedGroupRowBorderTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FocusedRow">
            <summary>
                <para>Get or sets the currently focused data row.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> specifying the focused row.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.FocusedRowChanged">
            <summary>
                <para>Occurs after the focused row has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedRowChangedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FocusedRowData">
            <summary>
                <para>Gets an object that represents the focused row's data.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.RowData"/> object that is the focused row's data.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedRowDataProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FocusedRowHandle">
            <summary>
                <para>Gets or sets the focused row's handle. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the focused row's handle.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.FocusedRowHandleChanged">
            <summary>
                <para>Occurs after the focused row's handle has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedRowHandleChangedEvent">
            <summary>
                <para>Identifies the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FocusedRowHandleChanged"/> routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedRowHandleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedRowProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FocusedView">
            <summary>
                <para>Gets the View which is currently focused.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant which represents the focused View.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.FocusedViewChanged">
            <summary>
                <para>Occurs after the active View has been changed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FocusedViewChangedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FontFamily">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FontSize">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FontStretch">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FontWeight">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.FooterTemplate">
            <summary>
                <para>Gets or sets the template that defines the Summary Panel's presentation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the Summary Panel's presentation.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.FooterTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.Foreground">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetCellElementByMouseEventArgs(System.Windows.Input.MouseEventArgs)">
            <summary>
                <para>Returns a cell's UI element located at the specified coordinates.
</para>
            </summary>
            <param name="e">
		The <see cref="T:System.Windows.Input.MouseEventArgs"/> object.

            </param>
            <returns>A <see cref="T:System.Windows.FrameworkElement"/> descendant that specifies the cell's UI element, located at the specified position.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetCellElementByRowHandleAndColumn(System.Int32,DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Returns the specified cell's UI element.
</para>
            </summary>
            <param name="rowHandle">
		An integer value that specifies the row's handle.

            </param>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that specifies the column containing the cell.


            </param>
            <returns>A <see cref="T:System.Windows.FrameworkElement"/> descendant that specifies the specified cell.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetCellElementByTreeElement(System.Windows.DependencyObject)">
            <summary>
                <para>Returns a cell that contains the specified tree element.
</para>
            </summary>
            <param name="d">
		The element contained within the cell.

            </param>
            <returns>A <see cref="T:System.Windows.FrameworkElement"/> descendant that specifies the cell's UI element, containing the specified tree element. <b>null</b> (<b>Nothing</b> in Visual Basic), if the cell was not found.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetColumnByMouseEventArgs(System.Windows.Input.MouseEventArgs)">
            <summary>
                <para>Returns a column located at the specified coordinates.
</para>
            </summary>
            <param name="e">
		The <see cref="T:System.Windows.Input.MouseEventArgs"/> object.

            </param>
            <returns>A <see cref="T:DevExpress.Xpf.Grid.GridColumn"/> object that specifies the column located at the specified coordinates.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetColumnByTreeElement(System.Windows.DependencyObject)">
            <summary>
                <para>Returns a column whose cell contains the specified tree element.
</para>
            </summary>
            <param name="d">
		The element contained within the column.

            </param>
            <returns>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that specifies the column whose cell contains the specified tree element. <b>null</b> (<b>Nothing</b> in Visual Basic), if the column was not found.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetColumnHeaderDragIndicatorSize(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorSize"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorSize"/> property value for the element. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetIsFocusedCell(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedCell"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="dependencyObject">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedCell"/> property value for the element. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetIsFocusedRow(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedRow"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="dependencyObject">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedRow"/> property value for the element. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetRowElementByMouseEventArgs(System.Windows.Input.MouseEventArgs)">
            <summary>
                <para>Returns a row's UI element located at the specified coordinates.
</para>
            </summary>
            <param name="e">
		The <see cref="T:System.Windows.Input.MouseEventArgs"/> object.

            </param>
            <returns>A <see cref="T:System.Windows.FrameworkElement"/> descendant that specifies the row's UI element located at the specified position.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetRowElementByRowHandle(System.Int32)">
            <summary>
                <para>Returns a UI element that is the specified row.

</para>
            </summary>
            <param name="rowHandle">
		An integer value that specifies the row's handle.

            </param>
            <returns>A <see cref="T:System.Windows.FrameworkElement"/> descendant that is the specified row.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetRowElementByTreeElement(System.Windows.DependencyObject)">
            <summary>
                <para>Returns the row that contains the specified tree element.
</para>
            </summary>
            <param name="d">
		The tree element contained within the row.

            </param>
            <returns>A <see cref="T:System.Windows.FrameworkElement"/> descendant that is the row containing the specified tree element. <b>null</b> (<b>Nothing</b> in Visual Basic), if the row was not found.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetRowHandle(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.RowHandle"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataViewBase.RowHandle"/> property value for the element. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetRowHandleByMouseEventArgs(System.Windows.Input.MouseEventArgs)">
            <summary>
                <para>Returns the handle of a row located under the mouse pointer. 
</para>
            </summary>
            <param name="e">
		A <see cref="T:System.Windows.Input.MouseEventArgs"/> object or its descendant, that contains data for mouse-related events.

            </param>
            <returns>An integer value that specifies the handle of the row located under the mouse pointer.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetRowHandleByTreeElement(System.Windows.DependencyObject)">
            <summary>
                <para>Returns the handle of a row that contains the specified element.
</para>
            </summary>
            <param name="d">
		The element contained within the row.

            </param>
            <returns>An integer value that specifies the handle of the row containing the specified element.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.GetSelectedRowHandles">
            <summary>
                <para>Returns the handles of the selected rows.
</para>
            </summary>
            <returns>An array of integer values representing the handles of the selected rows. An empty array if no rows are selected.
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.HasValidationError">
            <summary>
                <para>Gets whether a validation error has been defined for the view.
</para>
            </summary>
            <value><b>true</b> if a validation error is defined for the view; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.HasValidationErrorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.HeadersData">
            <summary>
                <para>Gets the information about column headers.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.HeadersData"/> object that contains information about column headers.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.HeaderTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of column headers. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of column headers.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.HeaderTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.HiddenColumnChooser">
            <summary>
                <para>Occurs after the Column Chooser has been hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.HiddenColumnChooserEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.HideColumnChooser">
            <summary>
                <para>Hides the Column Chooser.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.HideEditor">
            <summary>
                <para>Closes the active editor, discarding all the changes made.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.HideSearchPanel">
            <summary>
                <para>Hides the Search Panel.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.HorizontalContentAlignment">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsColumnChooserVisible">
            <summary>
                <para>Gets or sets whether the Column Chooser is shown. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to show the Column Chooser; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsColumnChooserVisibleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsColumnMenuEnabled">
            <summary>
                <para>Gets or sets whether the column context menu is shown when an end-user right-clicks a column's header.
</para>
            </summary>
            <value><b>true</b> to enable the column context menu; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsColumnMenuEnabledProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsDeferredScrolling">
            <summary>
                <para>Gets or sets whether deferred scrolling is enabled. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable deferred scrolling; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsDeferredScrollingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsEditing">
            <summary>
                <para>Gets whether the focused cell is currently being edited. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the View is in edit mode; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsEditingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedCell(System.Windows.DependencyObject)">
            <summary>
                <para>Gets a value that indicates whether the cell is focused.
</para>
            </summary>
            <value><b>true</b> if the cell is focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsFocusedCellProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedRow(System.Windows.DependencyObject)">
            <summary>
                <para>Gets a value that indicates whether the row is focused. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the row is focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsFocusedRowProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedView">
            <summary>
                <para>Gets whether a view is focused.
</para>
            </summary>
            <value><b>true</b> if the View is focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsKeyboardFocusWithinView">
            <summary>
                <para>Gets a value that indicates whether a View has keyboard focus.
</para>
            </summary>
            <value><b>true</b> if the View has keyboard focus; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsKeyboardFocusWithinViewProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsRootView">
            <summary>
                <para>Determines if the current view is the root view within the grid control's master-detail hierarchy.
</para>
            </summary>
            <value><b>true</b> if the current view is the root view; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsRowCellMenuEnabled">
            <summary>
                <para>Gets or sets whether the column context menu can be shown when an end-user right-clicks a data cell. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable the row cell context menu; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsRowCellMenuEnabledProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.IsRowSelected(System.Int32)">
            <summary>
                <para>Indicates whether the specified row/card is selected.
</para>
            </summary>
            <param name="rowHandle">
		An integer value that identifies the row/card.

            </param>
            <returns><b>true</b> if the specified row/card is selected; otherwise, <b>false</b>. 
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsSynchronizedWithCurrentItem">
            <summary>
                <para>Gets or sets whether a view should keep the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.FocusedRow"/> synchronized with the current item in the <see cref="T:System.ComponentModel.ICollectionView"/>. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to always synchronize the focused row with the current item in the <see cref="T:System.ComponentModel.ICollectionView"/> assigned to the <see cref="P:DevExpress.Xpf.Grid.DataControlBase.ItemsSource"/>; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsSynchronizedWithCurrentItemProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsTotalSummaryMenuEnabled">
            <summary>
                <para>Gets or sets whether an end-user can invoke the summary or fixed summary context menu. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow an end-user to invoke the summary or fixed summary context menu; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsTotalSummaryMenuEnabledProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.IsWaitIndicatorVisible">
            <summary>
                <para>Gets whether or not the wait indicator is displayed within the grid. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the wait indicator is displayed within the grid; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.IsWaitIndicatorVisibleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ItemsSourceErrorInfoShowMode">
            <summary>
                <para>Gets or sets data error types to be visualized by a data-aware control (e.g. GridControl). This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ItemsSourceErrorInfoShowMode"/> enumeration value that specifies data error types to be visualized.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ItemsSourceErrorInfoShowModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.LocalizationDescriptor">
            <summary>
                <para>Allows you to implement the capability for end-users to change localization at runtime.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.LocalizationDescriptor"/> object.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.LocalizationDescriptorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.MasterRootRowsContainer">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveColumnTo(DevExpress.Xpf.Grid.ColumnBase,System.Int32,DevExpress.Xpf.Grid.HeaderPresenterType,DevExpress.Xpf.Grid.HeaderPresenterType)">
            <summary>
                <para>Moves the specified column to the specified position.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> object that represents the source column.

            </param>
            <param name="newVisibleIndex">
		An integer value that specifies the column's new position among the columns displayed within the destination area.

            </param>
            <param name="moveFrom">
		A <see cref="T:DevExpress.Xpf.Grid.HeaderPresenterType"/> enumeration value that specifies the grid's area (the header panel, group panel or column chooser) in which the source column is currently displayed.

            </param>
            <param name="moveTo">
		A <see cref="T:DevExpress.Xpf.Grid.HeaderPresenterType"/> enumeration value that specifies the grid's area (the header panel, group panel or column chooser) to which the source column is moved.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveFirstRow">
            <summary>
                <para>Moves focus to the first visible row or card within a View.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveFocusedRow(System.Int32)">
            <summary>
                <para>Moves focus to the specified row.
</para>
            </summary>
            <param name="visibleIndex">
		An integer value that specifies the row's position within a View.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveLastRow">
            <summary>
                <para>Moves focus to the last visible row or card within a View.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveNextCell">
            <summary>
                <para>Focuses the next cell after the focused cell.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveNextPage">
            <summary>
                <para>Moves focus forward to the bottom row or card displayed onscreen within a View.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MoveNextRow">
            <summary>
                <para>Moves focus to the row or card following the one currently focused.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MovePrevCell">
            <summary>
                <para>Focuses the preceding cell before the focused cell.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MovePrevPage">
            <summary>
                <para>Moves focus backward to the top row or card displayed onscreen within a View.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.MovePrevRow">
            <summary>
                <para>Moves focus to the row or card preceding the one currently focused.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.NavigationStyle">
            <summary>
                <para>Gets or sets whether row and cell focusing is allowed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridViewNavigationStyle"/> enumeration value that specifies whether row and cell focusing is allowed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.NavigationStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.Padding">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.PastingFromClipboard">
            <summary>
                <para>Occurs when some information is pasted from the clipboard to the grid.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.PastingFromClipboardEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.PostEditor">
            <summary>
                <para>Saves the active editor's value to a data source without closing the editor.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.RootRowsContainer">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.RowAnimationBegin">
            <summary>
                <para>Enables you to provide a custom animation effect after row data has been asynchronously retrieved from a data source.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.RowAnimationBeginEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.RowAnimationKind">
            <summary>
                <para>Gets or sets a value that specifies what animation is played while data rows are being asynchronously retrieved by the data source. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.RowAnimationKind"/> enumeration value that specifies the row animation kind.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.RowAnimationKindProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.RowCellMenuCustomizations">
            <summary>
                <para>Allows you to customize the <b>Row Cell</b> context menu by adding new menu items or removing existing items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.RowHandle(System.Windows.DependencyObject)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.Xpf.Data.RowHandle"/> object.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.RowHandleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.RowOpacityAnimationDuration">
            <summary>
                <para>Gets or sets the length of an animation.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value that specifies the length of an animation, in milliseconds.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.RowOpacityAnimationDurationProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.RuntimeLocalizationStrings">
            <summary>
                <para>Gets the collection of resource strings that can be localized at runtime. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridRuntimeStringCollection"/> object that contains resource strings that can be localized at runtime.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.RuntimeLocalizationStringsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ScrollableAreaMinWidth">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ScrollableAreaMinWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ScrollContentPresenter">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ScrollingMode">
            <summary>
                <para>Gets or sets a value that specifies how many rows are displayed onscreen when a View is scrolled to the bottom. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ScrollingMode"/> enumeration value that specifies the scrolling mode.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ScrollingModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ScrollIntoView(System.Int32)">
            <summary>
                <para>Makes the specified row visible onscreen.
</para>
            </summary>
            <param name="rowHandle">
		An integer value that specifies the row's handle.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ScrollIntoView(System.Object)">
            <summary>
                <para>Makes the specified row visible onscreen.
</para>
            </summary>
            <param name="row">
		A data object that corresponds to the required row.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ScrollStep">
            <summary>
                <para>Gets or sets the offset by which the View is scrolled when clicking scrollbar buttons. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the scrolling step, in pixels. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ScrollStepProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ScrollStep"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchColumns">
            <summary>
                <para>Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value specifying field names against which searches are performed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchColumnsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchControl">
            <summary>
                <para>Gets or sets the search control. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the search control for the <see cref="T:DevExpress.Xpf.Grid.GridControl"/> or <see cref="T:DevExpress.Xpf.Grid.TreeListControl"/>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchControlProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchDelay">
            <summary>
                <para>Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property.
</para>
            </summary>
            <value>An integer that specifies the delay in milliseconds, after which a data search is initiated. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchDelayProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelAllowFilter">
            <summary>
                <para>Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display only those records that match the search criteria; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelAllowFilterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelClearOnClose">
            <summary>
                <para>Gets or sets whether or not the search string is cleared when closing the Search Panel. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to clear the search string when closing the Search Panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelClearOnCloseProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelCriteriaOperatorType">
            <summary>
                <para>Gets or sets the logical operator type (AND or OR).
</para>
            </summary>
            <value>The criteria operator type (logical AND or OR).
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelCriteriaOperatorTypeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelFindFilter">
            <summary>
                <para>Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property.
</para>
            </summary>
            <value>One of the <see cref="T:DevExpress.Data.Filtering.FilterCondition"/> enumeration values.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelFindFilterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelFindMode">
            <summary>
                <para>Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Editors.FindMode"/> enumeration value that specifies the find mode.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelFindModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelHighlightResults">
            <summary>
                <para>Gets or sets whether to highlight search results within located records. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to highlight search results; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelHighlightResultsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchPanelImmediateMRUPopup">
            <summary>
                <para>Gets or sets whether on not the MRU search dropdown is automatically invoked when typing within the Search box. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to automatically invoke the MRU search dropdown when typing within the Search box; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchPanelImmediateMRUPopupProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SearchString">
            <summary>
                <para>Gets or sets the search string specified within the Search Panel. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the search string.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SearchStringProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.SelectAll">
            <summary>
                <para>Selects all rows/cards within a View.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SelectedRows">
            <summary>
                <para>Gets the data rows/cards currently selected within a View.
</para>
            </summary>
            <value>A list of currently selected rows/cards.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SelectedRowsSource">
            <summary>
                <para>Gets or sets the source of selected rows. This is a dependency property.
</para>
            </summary>
            <value>The collection of selected rows.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SelectedRowsSourceProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.SetColumnHeaderDragIndicatorSize(System.Windows.DependencyObject,System.Double)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.ColumnHeaderDragIndicatorSize"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.

</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:System.Double"/> value. 


            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.SetIsFocusedCell(System.Windows.DependencyObject,System.Boolean)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedCell"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.


</para>
            </summary>
            <param name="dependencyObject">
		The element to which the attached property is written.

            </param>
            <param name="focused">
		The required <see cref="T:System.Boolean"/> value. 

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.SetIsFocusedRow(System.Windows.DependencyObject,System.Boolean)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.IsFocusedRow"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.


</para>
            </summary>
            <param name="dependencyObject">
		The element to which the attached property is written.

            </param>
            <param name="focused">
		The required <see cref="T:System.Boolean"/> value. 

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.SetRowHandle(System.Windows.DependencyObject,DevExpress.Xpf.Data.RowHandle)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataViewBase.RowHandle"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.


</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:DevExpress.Xpf.Data.RowHandle"/> value. 

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShouldSerializeColumnChooserColumns(System.Windows.Markup.XamlDesignerSerializationManager)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="manager">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShouldSerializeColumnChooserColumnsSortOrderComparer(System.Windows.Markup.XamlDesignerSerializationManager)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="manager">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShouldSerializeSearchPanelImmediateMRUPopup(System.Windows.Markup.XamlDesignerSerializationManager)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="manager">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowColumnChooser">
            <summary>
                <para>Invokes the Column Chooser.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowColumnHeaders">
            <summary>
                <para>Gets or sets whether a view displays column headers. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to show column headers within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowColumnHeadersProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowEditFilterButton">
            <summary>
                <para>Gets whether the button used to invoke the Filter Editor is displayed within the Filter Panel. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the <b>Edit Filter</b> button is displayed within the Filter Panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowEditFilterButtonProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowEditor">
            <summary>
                <para>Activates the focused cell's inplace editor.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowFilterEditor(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Shows the Filter Editor.
</para>
            </summary>
            <param name="defaultColumn">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that is the column to which a filter is applied in the Filter Editor.


            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowFilterEditor(System.Object,System.String,DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Shows the Filter Editor. This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="filterCriteriaSource">
		@nbsp;

            </param>
            <param name="filterCriteriaPropertyName">
		@nbsp;

            </param>
            <param name="defaultColumn">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that is the column to which a filter is applied in the Filter Editor.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPanelMode">
            <summary>
                <para>Gets or sets when the Filter Panel is displayed within a View. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ShowFilterPanelMode"/> enumeration value that specifies when a View displays the Filter Panel.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPanelModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPopup">
            <summary>
                <para>Enables you to customize a column's filter dropdown.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPopupEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowFixedTotalSummary">
            <summary>
                <para>Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display the Fixed Summary Panel within the grid; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowFixedTotalSummaryEditor">
            <summary>
                <para>Invokes the Fixed Summary Editor.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowFixedTotalSummaryProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowFocusedRectangle">
            <summary>
                <para>Gets or sets whether a focus rectangle is painted around the focused cell or row. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to paint a focus rectangle around the focused cell or row; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowFocusedRectangleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.ShowGridMenu">
            <summary>
                <para>Enables you to customize the context menu.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowGridMenuEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.ShownColumnChooser">
            <summary>
                <para>Occurs after the Column Chooser has been shown.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShownColumnChooserEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanel(System.Boolean)">
            <summary>
                <para>Invokes the Search Panel.
</para>
            </summary>
            <param name="moveFocusInSearchPanel">
		<b>true</b> to move focus to the Search Panel; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelCloseButton">
            <summary>
                <para>Gets or sets whether on not to display the <b>Close</b> button within the Search Panel.
</para>
            </summary>
            <value><b>true</b> to display a button used to close the Search Panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelCloseButtonProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelFindButton">
            <summary>
                <para>Gets or sets whether on not to display the <b>Find</b> button within the Search Panel.
</para>
            </summary>
            <value><b>true</b> to display a button used to activate the search; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelFindButtonProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelMode">
            <summary>
                <para>Gets or sets a value that specifies when the Search Panel is displayed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ShowSearchPanelMode"/> enumeration member that specifies when the Search Panel is displayed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelMRUButton">
            <summary>
                <para>Gets or sets whether or not a button used to invoke the MRU search dropdown list is displayed within the Search Panel. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display the MRU search button within the Search Panel; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowSearchPanelMRUButtonProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowTotalSummary">
            <summary>
                <para>Gets or sets whether the Summary Panel is displayed. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to show the summary panel within a view; otherwise, <b>false</b>.
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowTotalSummaryEditor(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Invokes the Runtime Summary Editor for the specified column.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that specifies the column.


            </param>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowTotalSummaryProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ShowUnboundExpressionEditor(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Invokes the Expression Editor that enables editing an expression for the specified unbound column.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that specifies the unbound column.


            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ShowValidationAttributeErrors">
            <summary>
                <para>Gets or sets whether or not error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display errors within cells that fail validation specified by the Data Annotations attribute(s); otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ShowValidationAttributeErrorsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.SummariesIgnoreNullValues">
            <summary>
                <para>Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to ignore null values when calculating data summaries; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.SummariesIgnoreNullValuesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.TopRowIndex">
            <summary>
                <para>Gets or sets the index of the top visible row.
</para>
            </summary>
            <value>An integer value that specifies the index of the top visible row.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.TopRowIndexProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryContentStyle">
            <summary>
                <para>Gets or sets the style applied to total summary items displayed within a View. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to total summary items displayed within a View.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryContentStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryItemTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of total summary items. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of total summary items.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryItemTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryItemTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryItemTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.TotalSummaryMenuCustomizations">
            <summary>
                <para>Allows you to customize the <b>Total Summary</b> context menu, by adding new menu items or removing existing items.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.
</value>


        </member>
        <member name="E:DevExpress.Xpf.Grid.DataViewBase.UnboundExpressionEditorCreated">
            <summary>
                <para>Fires after the Expression Editor has been invoked for an unbound column.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.UnboundExpressionEditorCreatedEvent">
            <summary>
                <para>Identifies the  routed event.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataViewBase.ValidateEditor">
            <summary>
                <para>Validates the active editor.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.ValidationError">
            <summary>
                <para>Provides access to the object, which contains information about the validation error. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Editors.Validation.BaseValidationError"/> object.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.ValidationErrorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.VerticalContentAlignment">
            <summary>
                <para>This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.WaitIndicatorStyle">
            <summary>
                <para>Gets or sets the wait indicator's style. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that specifies the wait indicator's style.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.WaitIndicatorStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.WaitIndicatorType">
            <summary>
                <para>Gets or sets a value that specifies how async data loading operations are indicated within the grid. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.WaitIndicatorType"/> enumeration value that specifies how async data loading operations are indicated within the grid.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.WaitIndicatorTypeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewBase.WheelScrollLines">
            <summary>
                <para>Gets or sets the number of rows to scroll vertically in response to mouse wheel events.
</para>
            </summary>
            <value>An integer value that specifies the number of rows to scroll vertically in response to mouse wheel events.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataViewBase.WheelScrollLinesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridColumnCommands">

            <summary>
                <para>Provides access to column commands.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridColumnCommands.#ctor(DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Initializes a new instance of the GridColumnCommands class.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the column.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnCommands.ChangeColumnSortOrder">
            <summary>
                <para>Toggles a column's sort order.
</para>
            </summary>
            <value>A command that implements the <see cref="T:System.Windows.Input.ICommand"/>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnCommands.ClearColumnFilter">
            <summary>
                <para>Removes the filter condition applied to a column.
</para>
            </summary>
            <value>A command that implements the <see cref="T:System.Windows.Input.ICommand"/>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnCommands.ClearFilterColumn">
            <summary>
                <para>Removes the filter condition applied to a column.
</para>
            </summary>
            <value>A command that implements the <see cref="T:System.Windows.Input.ICommand"/>.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ColumnBase">

            <summary>
                <para>Serves as a base for classes that represent columns or card fields.
</para>
            </summary>

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


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualAdditionalRowDataWidth">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualAdditionalRowDataWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualAllowColumnFiltering">
            <summary>
                <para>Gets whether an end-user can filter data using the column's Filter Dropdown. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if an end-user can filter data using the column's filter dropdown; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualAllowColumnFilteringProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualAllowSorting">
            <summary>
                <para>Gets whether an end-user can sort data by the column's values. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if an end-user can sort data by the column's values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualAllowSortingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualAutoFilterRowCellStyle">
            <summary>
                <para>Gets the actual style applied to the column's cell displayed within the Auto Filter Row.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that is the style applied to data cells. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualAutoFilterRowCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualCellStyle">
            <summary>
                <para>Gets the actual style applied to column cells. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the actual style applied to column cells.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualCellTemplateSelector">
            <summary>
                <para>Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualCellTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualColumnChooserHeaderCaption">
            <summary>
                <para>Gets the column's caption when its header is displayed within the Column Chooser. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the column's caption when its header is displayed within the Column Chooser.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualColumnChooserHeaderCaptionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualColumnHeaderContentStyle">
            <summary>
                <para>Gets the actual style applied to the column header's contents. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the actual style applied to the column header's contents.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualColumnHeaderContentStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualDataWidth">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualDataWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualEditSettings">
            <summary>
                <para>Gets the actual edit settings used by the grid to create an inplace editor for the column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Editors.Settings.BaseEditSettings"/> descendant that specifies the column's editor.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualEditSettingsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualHeaderCustomizationAreaTemplateSelector">
            <summary>
                <para>Gets the actual template selector that chooses a template which defines the presentation of the customization area displayed within the column's header based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualHeaderCustomizationAreaTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualNewItemRowCellStyle">
            <summary>
                <para>Gets the actual style applied to the column's cell displayed within the New Item Row.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that is the style applied to data cells. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualNewItemRowCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualPrintCellStyle">
            <summary>
                <para>Gets the actual style applied to column cells when the grid is printed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the actual style applied to column cells when the grid is printed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualPrintCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualPrintColumnHeaderStyle">
            <summary>
                <para>Gets the actual style applied to the column header's contents when the grid is printed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the actual style applied to the column header's contents when the grid is printed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualPrintColumnHeaderStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualPrintTotalSummaryStyle">
            <summary>
                <para>Gets the actual style of total summary items displayed within this column, when the grid is printed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the actual style of total summary items displayed within this column, when the grid is printed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualPrintTotalSummaryStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualShowValidationAttributeErrors">
            <summary>
                <para>Gets whether or not error icons can be displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if errors can be displayed within cells that fail validation specified by the Data Annotations attribute(s); otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualShowValidationAttributeErrorsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ActualTotalSummaryContentStyle">
            <summary>
                <para>Gets the actual style of total summary items displayed within this column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the actual style of total summary items displayed within this column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ActualTotalSummaryContentStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowAutoFilter">
            <summary>
                <para>Gets or sets whether an end-user can filter data by the column's values using the automatic filter row. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow an end-user to filter data by the column's values using the automatic filtering row; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowAutoFilterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowBestFit">
            <summary>
                <para>Gets or sets whether it's allowed to calculate an optimal width and apply it to the column.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether it's allowed to calculate an optimal width and apply it to the column.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowBestFitProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowColumnFiltering">
            <summary>
                <para>Gets or sets whether an end-user can filter data by column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether an end-user can filter data by column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowColumnFilteringProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowEditing">
            <summary>
                <para>Gets or sets whether end-users can edit column values. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether an end-user can edit cell values.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowEditingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowFocus">
            <summary>
                <para>Gets or sets whether the column can be focused. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to allow the column to be focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowFocusProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowSearchPanel">
            <summary>
                <para>Gets or sets whether or not the search is performed by the Search Panel against this column. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to perform the search against this column; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowSearchPanelProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowSorting">
            <summary>
                <para>Gets or sets whether an end-user can sort data by the column's values. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether an end-user can sort data by the column's values.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowSortingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AllowUnboundExpressionEditor">
            <summary>
                <para>Gets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu.
</para>
            </summary>
            <value><b>true</b> if an end-user can open the Expression Editor for the current unbound column, using a context menu; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AllowUnboundExpressionEditorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AutoFilterCondition">
            <summary>
                <para>Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Automatic Filter Row. This is a dependency property.
</para>
            </summary>
            <value>An <see cref="T:DevExpress.Xpf.Grid.AutoFilterCondition"/> enumeration value that specifies the type of the comparison operator.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AutoFilterConditionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AutoFilterRowCellStyle">
            <summary>
                <para>Gets or sets the style applied to the column's data cell displayed within the Auto Filter Row. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that specifies the style applied to data cells. 

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AutoFilterRowCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AutoFilterRowDisplayTemplate">
            <summary>
                <para>Gets or sets a template that displays a column's value within the Auto Filter Row. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays a column's value within the automatic filter row.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AutoFilterRowDisplayTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AutoFilterRowEditTemplate">
            <summary>
                <para>Gets or sets a template that displays a custom editor used to edit a column's value within the Auto Filter Row. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays a custom editor.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AutoFilterRowEditTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.AutoFilterValue">
            <summary>
                <para>Gets or sets the value in the Automatic Filter Row for this column. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the column's value in the automatic filter row.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.AutoFilterValueProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.BestFitArea">
            <summary>
                <para>Gets or sets which interface elements are taken into account when calculating the column's optimal width.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.BestFitArea"/> enumeration value that specifies interface elements that are taken into account when calculating the column's optimal width.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.BestFitAreaProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.BestFitMaxRowCount">
            <summary>
                <para>Gets or sets the number of cells taken into account when calculating the optimal width required for the column to completely display its contents.
</para>
            </summary>
            <value>An integer value that specifies the number of cells processed by a View to apply <b>best fit</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.BestFitMaxRowCountProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.BestFitMode">
            <summary>
                <para>Gets or sets how the optimal width required for this column to completely display its contents, is calculated.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Core.BestFitMode"/> enumeration value.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.BestFitModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.BestFitWidth">
            <summary>
                <para>Gets or sets the column's width when the <b>Best Fit</b> feature is applied to this column.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value that specifies the column's optimal width.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.BestFitWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.Binding">
            <summary>
                <para>Gets or sets the binding that associates the column with a property in the data source.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Data.BindingBase"/> object representing the data binding for the column.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.CellStyle">
            <summary>
                <para>Gets or sets the style of cells displayed within this column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style of cells displayed within this column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.CellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.CellTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of column cells. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of column cells.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.CellTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.CellTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.CellTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ColumnChooserHeaderCaption">
            <summary>
                <para>Gets or sets the column's caption when its header is displayed within the Column Chooser. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the column's caption when its header is displayed within the Column Chooser.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ColumnChooserHeaderCaptionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ColumnFilterMode">
            <summary>
                <para>Gets or sets how column values are filtered. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnFilterMode"/> enumeration value that specifies how column values are filtered.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ColumnFilterModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ColumnFilterPopupMaxRecordsCount">
            <summary>
                <para>Gets or sets the maximum number of unique column values displayed within the column's filter dropdown. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the maximum number of unique column values displayed within the column's filter dropdown. <b>-1</b> to display all unique values.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ColumnFilterPopupMaxRecordsCountProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ColumnHeaderContentStyle">
            <summary>
                <para>Gets or sets the column header's style. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the column header's style.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ColumnHeaderContentStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.Commands">
            <summary>
                <para>Provides access to column commands.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridColumnCommands"/> object that provides a set of column commands.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.CopyValueAsDisplayText">
            <summary>
                <para>Gets or sets whether to pass text formatted by the grid or values from the data source to the buffer when copying. This is a dependency property.

</para>
            </summary>
            <value><b>true</b>, to copy formatted text displayed by the column; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.CopyValueAsDisplayTextProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns>@nbsp;
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.CustomColumnFilterPopupTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of the column's Filter Dropdown. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of a custom column filter.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.CustomColumnFilterPopupTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.DisplayMemberBinding">
            <summary>
                <para>Gets or sets the binding that associates the column with a property in the data source.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Data.BindingBase"/> object representing the data binding for the column.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.DisplayTemplate">
            <summary>
                <para>Gets or sets a template that displays column values. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays column values.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.DisplayTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.EditSettings">
            <summary>
                <para>Gets or sets an object that contains the column editor's settings. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Editors.Settings.BaseEditSettings"/> descendant that specifies the column's editor.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.EditSettingsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.EditTemplate">
            <summary>
                <para>Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template that displays a custom editor.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.EditTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.FieldName">
            <summary>
                <para>Gets the name of the database field assigned to this column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of a data field.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.FieldNameProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.FieldType">
            <summary>
                <para>Gets the type of data displayed by the column.
</para>
            </summary>
            <value>The <see cref="T:System.Type"/> of data displayed by the column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.FieldTypeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.FilterEditorHeaderTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of the column's header displayed within the Filter Editor. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the column header's presentation.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.FilterEditorHeaderTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.FilterPopupMode">
            <summary>
                <para>Gets or sets the display mode of the column's filter dropdown. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.FilterPopupMode"/> enumeration value that specifies the display mode of the column's filter dropdown.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.FilterPopupModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.Fixed">
            <summary>
                <para>Gets or sets the column's behavior when a View is scrolled.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.FixedStyle"/> enumeration value that specifies the column's behavior when a View is scrolled.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.FixedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.ColumnBase.GetHeaderPresenterType(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.ColumnBase.HeaderPresenterType"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.ColumnBase.HeaderPresenterType"/> property value for the element. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.ColumnBase.GetNavigationIndex(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.ColumnBase.NavigationIndex"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="dependencyObject">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.ColumnBase.NavigationIndex"/> property value for the element. 
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.HasTotalSummaries">
            <summary>
                <para>Gets whether the column displays total summaries. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the column displays total summaries; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.HasTotalSummariesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.HeaderCustomizationAreaTemplate">
            <summary>
                <para>Gets or sets the template that defines the presentation of the customization area displayed within the column's header. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of the header customization area.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.HeaderCustomizationAreaTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.HeaderCustomizationAreaTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.HeaderCustomizationAreaTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.HeaderPresenterType(System.Windows.DependencyObject)">
            <summary>
                <para>Gets a value that specifies which grid element contains the column's header.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.HeaderPresenterType"/> enumeration value that specifies which grid element contains the column's header.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.HeaderPresenterTypeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ImmediateUpdateAutoFilter">
            <summary>
                <para>Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the text within the auto filter row's cell. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable automatic updates; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ImmediateUpdateAutoFilterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ImmediateUpdateColumnFilter">
            <summary>
                <para>Gets or sets whether the column's filter condition is updated as soon as an end-user selects an item within the column's Filter Dropdown. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to enable automatic updates; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ImmediateUpdateColumnFilterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.IsAutoGenerated">
            <summary>
                <para>Gets whether the column has been automatically generated.
</para>
            </summary>
            <value><b>true</b>, if the column has been automatically generated; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.IsAutoGeneratedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.IsFiltered">
            <summary>
                <para>Gets whether data is filtered by the values of this column. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if data is filtered by the values of this column; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.IsFilteredProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.IsFirst">
            <summary>
                <para>Gets whether the column is the first visible column displayed within a View. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the column is the first visible column displayed within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.IsFirstProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.IsLast">
            <summary>
                <para>Gets whether the column is the last visible column displayed within a View. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the column is the last visible column displayed within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.IsLastProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.IsSorted">
            <summary>
                <para>Gets whether data is sorted by the values of this column. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if data is sorted by the values of this column; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.IsSortedBySummary">
            <summary>
                <para>Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if group rows that correspond to this grouping column are sorted by group summary values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.IsSortedBySummaryProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.IsSortedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.Name">
            <summary>
                <para>Gets or sets the column's name.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the column's name.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.NavigationIndex(System.Windows.DependencyObject)">
            <summary>
                <para>Gets or sets the column's navigation index.
</para>
            </summary>
            <value>An integer value that specifies the column's navigation index.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.NavigationIndexProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.NewItemRowCellStyle">
            <summary>
                <para>Gets or sets the style applied to the column's data cell displayed within the New Item Row. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that specifies the style applied to data cells. 

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.NewItemRowCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.PrintCellStyle">
            <summary>
                <para>Gets or sets the style applied to column cells when the grid is printed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to column cells when the grid is printed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.PrintCellStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.PrintColumnHeaderStyle">
            <summary>
                <para>Gets or sets the style applied to the column's header when the grid is printed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to the column's header when the grid is printed.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.PrintColumnHeaderStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.PrintTotalSummaryStyle">
            <summary>
                <para>Gets or sets the style of total summary items displayed within this column, when the grid is printed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style of total summary items displayed within this column, when the grid is printed.
 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.PrintTotalSummaryStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.ColumnBase.PropertyChanged">
            <summary>
                <para>Occurs every time any of the ColumnBase class properties has changed its value.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ReadOnly">
            <summary>
                <para>Gets or sets whether the column's values cannot be changed by an end-user. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to prevent an end-user from changing the column's values; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ReadOnlyProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.RoundDateTimeForColumnFilter">
            <summary>
                <para>Gets or sets whether or not the time portion is ignored when filtering by DateTime values. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to ignore the time portion; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.RoundDateTimeForColumnFilterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.ColumnBase.SetHeaderPresenterType(System.Windows.DependencyObject,DevExpress.Xpf.Grid.HeaderPresenterType)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.ColumnBase.HeaderPresenterType"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.


</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:DevExpress.Xpf.Grid.HeaderPresenterType"/> value. 


            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.ColumnBase.SetNavigationIndex(System.Windows.DependencyObject,System.Int32)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.ColumnBase.NavigationIndex"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.


</para>
            </summary>
            <param name="dependencyObject">
		The element to which the attached property is written.

            </param>
            <param name="index">
		The required <see cref="T:System.Int32"/> value. 

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.ColumnBase.ShouldSerializeTotalSummaries(System.Windows.Markup.XamlDesignerSerializationManager)">
            <summary>
                <para>Indicates whether or not total summaries should be serialized during serialization of a ColumnBase object.

</para>
            </summary>
            <param name="manager">
		A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object.

            </param>
            <returns><b>true</b> to serialize total summaries; otherwise, <b>false</b>.
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ShowAllTableValuesInCheckedFilterPopup">
            <summary>
                <para>Gets or sets whether filter dropdowns display all unique values in the View's data source. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether filter dropdowns display all unique values in the View's data source.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ShowAllTableValuesInCheckedFilterPopupProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ShowAllTableValuesInFilterPopup">
            <summary>
                <para>Gets or sets whether filter dropdowns display all unique values in the View's data source. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether filter dropdowns display all unique values in the View's data source.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ShowAllTableValuesInFilterPopupProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ShowInColumnChooser">
            <summary>
                <para>Gets or sets whether the column's header is displayed within the Column Chooser when the column is hidden. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display the column's header within the Column Chooser when the column is hidden; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ShowInColumnChooserProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.ShowValidationAttributeErrors">
            <summary>
                <para>Gets or sets whether or not error icons are displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether or not error icons are displayed within column cells that fail validation.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.ShowValidationAttributeErrorsProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.SortIndex">
            <summary>
                <para>Gets the column's position among sorted columns.
</para>
            </summary>
            <value>An integer value that specifies the zero-based column's index among sorted columns. <b>-1</b> if data is not sorted by this column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.SortIndexProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.SortMode">
            <summary>
                <para>Gets or sets how the column's data is sorted when sorting is applied to it. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.XtraGrid.ColumnSortMode"/> enumeration value that specifies the sort mode.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.SortModeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.SortOrder">
            <summary>
                <para>Gets or sets the column's sort order. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column's sort order.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.SortOrderProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.TabStop">
            <summary>
                <para>Gets or sets whether the column can be focused via the TAB key.
</para>
            </summary>
            <value><b>true</b> if the column can be focused via the TAB key; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.TabStopProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.Tag">
            <summary>
                <para>Gets or sets the data associated with the column.
</para>
            </summary>
            <value>An object that contains information associated with the current column.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.TotalSummaries">
            <summary>
                <para>Gets the list of total summary items displayed within this column. This is a dependency property.
</para>
            </summary>
            <value>The list of total summary items displayed within this column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.TotalSummariesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.TotalSummaryContentStyle">
            <summary>
                <para>Gets or sets the style of total summary items displayed within this column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Style"/> object that represents the style of total summary items displayed within this column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.TotalSummaryContentStyleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.TotalSummaryText">
            <summary>
                <para>Gets the text displayed within the summary panel's cell. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the text displayed within the summary panel's cell.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.TotalSummaryTextProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.UnboundExpression">
            <summary>
                <para>Gets or sets an expression used to evaluate values for this column if it is not bound to a data source field.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> that specifies an expression used to evaluate values for this column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.UnboundExpressionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnBase.UnboundType">
            <summary>
                <para>Gets or sets the data type and binding mode of the column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value that represents the data type and binding mode of the column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnBase.UnboundTypeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.SelectionState">

            <summary>
                <para>Lists values that specify a cell's (or row's) selection state.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.SelectionState.Focused">
            <summary>
                <para>A cell (or row) is focused.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SelectionState.FocusedAndSelected">
            <summary>
                <para>A cell (or row) is focused and selected.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SelectionState.None">
            <summary>
                <para>A cell (or row) isn't focused and selected.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SelectionState.Selected">
            <summary>
                <para>A cell (or row) is selected.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ClipboardCopyMode">

            <summary>
                <para>Lists the values that specify the clipboard copy mode.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ClipboardCopyMode.Default">
            <summary>
                <para>Copying the grid data to the clipboard is allowed. Column headers will be included in the clipboard copy.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ClipboardCopyMode.ExcludeHeader">
            <summary>
                <para>Copying the grid data to the clipboard is allowed. Column headers will be excluded from the clipboard copy.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ClipboardCopyMode.IncludeHeader">
            <summary>
                <para>Copying the grid data to the clipboard is allowed. Column headers will be included in the clipboard copy.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ClipboardCopyMode.None">
            <summary>
                <para>Copying the grid data to the clipboard is blocked.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.AutoGenerateColumnsMode">

            <summary>
                <para>Lists the values used to specify how columns are generated.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoGenerateColumnsMode.AddNew">
            <summary>
                <para>Creates columns for all fields in a datasource, preserving the columns the grid already contains.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoGenerateColumnsMode.KeepOld">
            <summary>
                <para>Creates columns for all fields in a datasource if the grid doesn't contain any columns.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoGenerateColumnsMode.None">
            <summary>
                <para>Doesn't create columns.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoGenerateColumnsMode.RemoveOld">
            <summary>
                <para>Creates columns for all fields in a datasource, removing columns the grid already contains.

</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.BaseColumn">

            <summary>
                <para>Serves as a base for classes that represent columns or card fields.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ActualAllowMoving">
            <summary>
                <para>Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if an end-user can move this column; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ActualAllowMovingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ActualAllowResizing">
            <summary>
                <para>Gets whether an end-user can resize this column. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if an end-user can resize this column; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ActualAllowResizingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ActualHeaderTemplateSelector">
            <summary>
                <para>Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ActualHeaderTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ActualHeaderToolTipTemplate">
            <summary>
                <para>Gets or sets the actual template that defines the tooltip's presentation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of a column header's tooltip. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ActualHeaderToolTipTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ActualHeaderWidth">
            <summary>
                <para>Gets the column header's width. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value that is the column header's width, in pixels. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ActualHeaderWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ActualWidth">
            <summary>
                <para>Gets the column's width. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value that specifies the column's width, in pixels. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ActualWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.AllowMoving">
            <summary>
                <para>Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether an end-user is allowed to move this column. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.AllowMovingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.AllowResizing">
            <summary>
                <para>Gets or sets whether an end-user can resize this column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value that specifies whether an end-user can resize this column. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.AllowResizingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.ColumnPosition">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
</para>
            </summary>
            <value>The <see cref="T:DevExpress.Xpf.Grid.ColumnPosition"/> enumeration value.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.ColumnPositionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.BaseColumn.ContentChanged">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.FixedWidth">
            <summary>
                <para>Gets or sets whether the column's width remains the same when the auto column width feature is enabled. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> the column's width remains the same when the auto column width feature is enabled; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.FixedWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.BaseColumn.GetVisibleIndex(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.BaseColumn.VisibleIndex"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.BaseColumn.VisibleIndex"/> property value for the element. 
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HasBottomElement">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HasBottomElementProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HasLeftSibling">
            <summary>
                <para>Indicates whether the current column has a sibling column displayed on its left. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the column has a sibling column displayed on its left; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HasLeftSiblingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HasRightSibling">
            <summary>
                <para>Indicates whether the current column has a sibling column displayed on its right. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the column has a sibling column displayed on its right; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HasRightSiblingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HasTopElement">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HasTopElementProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.Header">
            <summary>
                <para>Gets or sets the column header's contents. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the column header's contents.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HeaderCaption">
            <summary>
                <para>Gets the column header's caption. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the column header's caption.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HeaderCaptionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HeaderProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HeaderTemplate">
            <summary>
                <para>Gets or sets the template that defines the column header's presentation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the column header's presentation.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HeaderTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HeaderTemplateSelector">
            <summary>
                <para>Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that chooses a template based on custom logic.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HeaderTemplateSelectorProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HeaderToolTip">
            <summary>
                <para>Gets or sets the column header's tooltip. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the column header's tooltip.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HeaderToolTipProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HeaderToolTipTemplate">
            <summary>
                <para>Gets or sets the template that defines the tooltip's presentation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the presentation of a column header's tooltip.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HeaderToolTipTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.HorizontalHeaderContentAlignment">
            <summary>
                <para>Gets or sets the column header's content alignment. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.HorizontalAlignment"/> enumeration value that specifies the content's horizontal alignment. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.HorizontalHeaderContentAlignmentProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.MinWidth">
            <summary>
                <para>Gets or sets the column's minimum width. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value that specifies the column's minimum width, in pixels.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.MinWidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.BaseColumn.SetVisibleIndex(System.Windows.DependencyObject,System.Int32)">
            <summary>
                <para>For internal use only.
</para>
            </summary>
            <param name="element">
		@nbsp;

            </param>
            <param name="index">
		@nbsp;

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.View">
            <summary>
                <para>Gets the view that owns the column. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that represents the view.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.Visible">
            <summary>
                <para>Gets or sets whether the column is displayed within a View. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display the column within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.VisibleIndex">
            <summary>
                <para>Gets or sets the column's position among visible columns. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the column's position among visible columns.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.VisibleIndexProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.VisibleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.BaseColumn.Width">
            <summary>
                <para>Gets or sets the column's width. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Double"/> value that specifies the column's width, in pixels.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BaseColumn.WidthProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.TableViewSelectMode">

            <summary>
                <para>Lists values that specify the selection mode in a Table View.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewSelectMode.Cell">
            <summary>
                <para>Allows selection of multiple cells.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewSelectMode.None">
            <summary>
                <para>Multi-selection is disabled.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewSelectMode.Row">
            <summary>
                <para>Allows selection of multiple rows.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FilterEditorEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FilterEditorCreated"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.FilterEditorEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.FilterEditorEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FilterEditorCreated"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.FilterEditorEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FilterEditorEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FilterEditorCreated"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.FilterEditorEventArgs.#ctor(DevExpress.Xpf.Grid.DataViewBase,DevExpress.Xpf.Editors.Filtering.FilterControl)">
            <summary>
                <para>Initializes a new instance of the FilterEditorEventArgs class.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.FilterEditorEventArgs.Source"/> property.

            </param>
            <param name="control">
		This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.FilterEditorEventArgs.FilterControl"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FilterEditorEventArgs.FilterControl">
            <summary>
                <para>Gets the Filter Editor.
</para>
            </summary>
            <value>The Filter Editor control.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FilterEditorEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.UnboundExpressionEditorEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.UnboundExpressionEditorCreated"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.UnboundExpressionEditorEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.UnboundExpressionEditorCreated"/> event.
</para>
            </summary>
            <param name="sender">
		The event sender.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.UnboundExpressionEditorCreated"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs.#ctor(DevExpress.Xpf.Editors.ExpressionEditor.ExpressionEditorControl,DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Initializes a new instance of the UnboundExpressionEditorEventArgs class.
</para>
            </summary>
            <param name="control">
		The <b>Expression Editor</b>. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs.ExpressionEditorControl"/> property.

            </param>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the unbound column. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs.Column"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs.Column">
            <summary>
                <para>Gets an unbound column whose expression will be edited in the Expression Editor.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> object that represents the unbound column.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs.ExpressionEditorControl">
            <summary>
                <para>Gets the Expression Editor.
</para>
            </summary>
            <value>The Expression Editor control.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.UnboundExpressionEditorEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.TableViewHitTest">

            <summary>
                <para>Lists values which identify table view elements.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.ColumnButton">
            <summary>
                <para>The test object belongs to the header panel button. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.ColumnEdge">
            <summary>
                <para>The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the column's <see cref="P:DevExpress.Xpf.Grid.BaseColumn.AllowResizing"/> option must be enabled). 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.ColumnHeader">
            <summary>
                <para>The test point belongs to a column's header.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.ColumnHeaderFilterButton">
            <summary>
                <para>The test point belongs to the filter button displayed within a column header. 
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.ColumnHeaderPanel">
            <summary>
                <para>The test point belongs to the Column Header Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.DataArea">
            <summary>
                <para>The test object belongs to the area within a table view which is not occupied by rows.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FilterPanel">
            <summary>
                <para>The test object belongs to the Filter Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FilterPanelActiveButton">
            <summary>
                <para>The test object belongs to the button in the Filter Panel used to activate filtering within a View.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FilterPanelCloseButton">
            <summary>
                <para>The test object belongs to the Close button displayed within the Filter Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FilterPanelCustomizeButton">
            <summary>
                <para>The test object belongs to the  button displayed within the Filter Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FilterPanelText">
            <summary>
                <para>The test object belongs to a filter expression displayed within the Filter Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FixedLeftDiv">
            <summary>
                <para>The test object belongs to the left fixed line.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FixedRightDiv">
            <summary>
                <para>The test object belongs to the right fixed line.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.FixedTotalSummary">
            <summary>
                <para>The test object belongs to the Fixed Summary Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupPanel">
            <summary>
                <para>The test object belongs to the Group Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupPanelColumnHeader">
            <summary>
                <para>The test object belongs to a column header displayed within the Group Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupPanelColumnHeaderFilterButton">
            <summary>
                <para>The test object belongs to the filter button displayed by a column header that resides within the Group Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupRow">
            <summary>
                <para>The test object belongs to the group row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupRowButton">
            <summary>
                <para>The test object belongs to the button used to expand/collapse a group row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupSummary">
            <summary>
                <para>The test object belongs to a group summary.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.GroupValue">
            <summary>
                <para>The test object belongs to a value displayed within the group row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.HorizontalScrollBar">
            <summary>
                <para>The test object belongs to a view's the horizontal scrollbar.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.MRUFilterListComboBox">
            <summary>
                <para>The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.None">
            <summary>
                <para>The test object doesn't belong to a View (it is outside the View).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.Row">
            <summary>
                <para>The test object belongs to a data or group row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.RowCell">
            <summary>
                <para>The test object belongs to a data cell.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.RowIndicator">
            <summary>
                <para>The test object belongs to a cell displayed within the row indicator panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.TotalSummary">
            <summary>
                <para>The test object belongs to a total summary.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.TotalSummaryPanel">
            <summary>
                <para>The test object belongs to the Summary Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.TableViewHitTest.VerticalScrollBar">
            <summary>
                <para>The test object belongs to a view's the vertical scrollbar.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridSelectionChangedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.GridViewBase.SelectionChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridSelectionChangedEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.GridSelectionChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.GridViewBase.SelectionChanged"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.GridViewBase.SelectionChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs.#ctor(DevExpress.Xpf.Grid.DataViewBase,System.ComponentModel.CollectionChangeAction,System.Int32)">
            <summary>
                <para>Initializes a new instance of the GridSelectionChangedEventArgs class.
</para>
            </summary>
            <param name="view">
		A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.

            </param>
            <param name="action">
		A <see cref="T:System.ComponentModel.CollectionChangeAction"/> enumeration value that specifies how the grid's selection has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs.Action"/> property.

            </param>
            <param name="controllerRow">
		An integer value that specifies the handle of the row whose selected state has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs.ControllerRow"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs.Action">
            <summary>
                <para>Gets an action which indicates how the grid's selection has been changed.
</para>
            </summary>
            <value>A <see cref="T:System.ComponentModel.CollectionChangeAction"/> enumeration value that specifies how the grid's selection has been changed.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs.ControllerRow">
            <summary>
                <para>Identifies the row whose selected state has been changed.
</para>
            </summary>
            <value>An integer value that specifies the handle of the row whose selected state has been changed.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSelectionChangedEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.IndicatorState">

            <summary>
                <para>Lists the values used to indicate the row indicator state.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.AutoFilterRow">
            <summary>
                <para>
Indicates the Auto Filter Row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.Changed">
            <summary>
                <para>
Indicates that a focused row has been <b>modified</b> during editing.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.Editing">
            <summary>
                <para>
Indicates that a focused row is in <b>edit mode</b>.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.Error">
            <summary>
                <para>
Indicates a <b>non-focused row</b> containing validation <b>errors</b>.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.Focused">
            <summary>
                <para>
Indicates a <b>focused</b> row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.FocusedError">
            <summary>
                <para>
Indicates that the <b>focused row</b> contains validation <b>errors</b>.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.NewItemRow">
            <summary>
                <para>
Indicates the New Item Row.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.IndicatorState.None">
            <summary>
                <para>Identifies that there is no indicator associated with the grid row.
 
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.BestFitArea">

            <summary>
                <para>Lists the values used to specify which interface elements should be taken into account when adjusting the column width.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.BestFitArea.All">
            <summary>
                <para>All elements of a column (row cells, header, total summary) should be taken into account when adjusting the column width.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BestFitArea.Header">
            <summary>
                <para>A column header's text should be taken into account when adjusting the column width.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BestFitArea.None">
            <summary>
                <para>Nothing should be taken into account when adjusting the column width.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BestFitArea.Rows">
            <summary>
                <para>Grid rows' values should be taken into account when adjusting the column width.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.BestFitArea.TotalSummary">
            <summary>
                <para>The total summary's text should be taken into account when adjusting the column width.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.SelectedRowsCollection">

            <summary>
                <para>Represents a collection of selected rows. 
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.SelectedRowsCollection.#ctor">
            <summary>
                <para>Initializes a new instance of the SelectedRowsCollection class.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridControlLocalizer">

            <summary>
                <para>Represents an object that provides the means to localize the <see cref="T:DevExpress.Xpf.Grid.GridControl"/>'s user interface elements.

</para>
            </summary>

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


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridControlLocalizer.CreateDefaultLocalizer">
            <summary>
                <para>Returns an  <b>XtraLocalizer</b> object representing default resources, based on the thread's language and regional settings (culture). 
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridControlLocalizer.CreateResXLocalizer">
            <summary>
                <para>Returns an <b>XtraLocalizer</b> object representing resources based on the thread's language and regional settings (culture). 
</para>
            </summary>
            <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridControlLocalizer.GetString(DevExpress.Xpf.Grid.GridControlStringId)">
            <summary>
                <para>Returns a localized string for the given string identifier.
</para>
            </summary>
            <param name="id">
		A <see cref="T:DevExpress.Xpf.Grid.GridControlStringId"/> enumeration value identifying the string to localize.

            </param>
            <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.
</returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FocusedRowChangedEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FocusedRowChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.FocusedRowChangedEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.FocusedRowChangedEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FocusedRowChanged"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.FocusedRowChanged"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs.#ctor(DevExpress.Xpf.Grid.DataViewBase,System.Object,System.Object)">
            <summary>
                <para>Initializes a new instance of the FocusedRowChangedEventArgs class.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.

            </param>
            <param name="oldRow">
		The previously focused row. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs.OldRow"/> property.

            </param>
            <param name="newRow">
		The focused row. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs.NewRow"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs.NewRow">
            <summary>
                <para>Gets the focused row.
</para>
            </summary>
            <value>The focused row.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs.OldRow">
            <summary>
                <para>Gets the previously focused row.
</para>
            </summary>
            <value>The previously focused row.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FocusedRowChangedEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FilterPopupEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPopup"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.FilterPopupEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.FilterPopupEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPopup"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.FilterPopupEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FilterPopupEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ShowFilterPopup"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.FilterPopupEventArgs.#ctor(DevExpress.Xpf.Grid.ColumnBase,DevExpress.Xpf.Editors.ComboBoxEdit)">
            <summary>
                <para>Initializes a new instance of the FilterPopupEventArgs class with the specified grid column and combo-box edit.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant which specifies a column, containing a combo-box edit, for which an event has been raised. This object is assigned to the <see cref="P:DevExpress.Xpf.Grid.FilterPopupEventArgs.Column"/> property.

            </param>
            <param name="comboBoxEdit">
		A <see cref="T:DevExpress.Xpf.Editors.ComboBoxEdit"/> object, which specifies a combo-box edit, for which an event has been raised. This object is assigned to the <see cref="P:DevExpress.Xpf.Grid.FilterPopupEventArgs.ComboBoxEdit"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FilterPopupEventArgs.Column">
            <summary>
                <para>Provides access to a grid column whose values should be filtered.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridColumn"/> object that represents the column, for which this event has been raised.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FilterPopupEventArgs.ComboBoxEdit">
            <summary>
                <para>Gets the filter dropdown.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Editors.ComboBoxEdit"/> object that represents a combobox used in a filter pop-up.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.FilterPopupEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.EditorEventArgsBase">

            <summary>
                <para>Serves as the base class for all classes that provide data for different events, related to using in-place editors.

</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.EditorEventArgsBase.Column">
            <summary>
                <para>Gets or sets a grid column, for which an event has been raised.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the column.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.EditorEventArgsBase.RowHandle">
            <summary>
                <para>Gets or sets the row handle, for which an event has been raised.
</para>
            </summary>
            <value>An integer value representing the row handle.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.EditorEventArgsBase.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.EditorEventArgsBase.Value">
            <summary>
                <para>Gets the edit value stored in the editor, for which an event has been raised.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> representing the edit value.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridColumnHeaderBase">

            <summary>
                <para>Represents the base class for a grid column header.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnHeaderBase.ColumnPosition">
            <summary>
                <para>Gets or sets a column's position within a View. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnPosition"/> enumeration value that specifies a column's position within a View.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridColumnHeaderBase.ColumnPositionProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridColumnHeaderBase.GetIsSelectedInDesignTime(System.Windows.DependencyObject)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="element">
		@nbsp;

            </param>
            <returns>@nbsp;
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnHeaderBase.HasBottomElement">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridColumnHeaderBase.HasBottomElementProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnHeaderBase.HasTopElement">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. 
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridColumnHeaderBase.HasTopElementProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnHeaderBase.IsSelectedInDesignTime(System.Windows.DependencyObject)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridColumnHeaderBase.IsSelectedInDesignTimeProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridColumnHeaderBase.OnApplyTemplate">
            <summary>
                <para>Called after the template is completely generated and attached to the visual tree.
</para>
            </summary>


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridColumnHeaderBase.SetIsSelectedInDesignTime(System.Windows.DependencyObject,System.Boolean)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <param name="element">
		@nbsp;

            </param>
            <param name="value">
		@nbsp;

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.HeadersData">

            <summary>
                <para>Contains information about column headers.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.HeadersData.#ctor(DevExpress.Xpf.Grid.Native.DataTreeBuilder)">
            <summary>
                <para>Initializes a new instance of the HeadersData class.
</para>
            </summary>
            <param name="treeBuilder">
		@nbsp;

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.CellContentPresenter">

            <summary>
                <para>Displays the content of a data cell.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.CellContentPresenter.#ctor">
            <summary>
                <para>Initializes a new instance of the CellContentPresenter class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.BorderState">
            <summary>
                <para> [To be supplied] </para>
            </summary>
            <value> [To be supplied] </value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.BorderStateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.Column">
            <summary>
                <para>Gets or sets a column which owns the cell. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the column which owns the cell.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.ColumnProperty">
            <summary>
                <para>Identifies the  dependency property.

</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.FieldName">
            <summary>
                <para>Gets the data source field name of the column which owns the cell.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data source field to which the cell's owning column is bound.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.FieldNameProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.HasLeftSibling">
            <summary>
                <para>Indicates whether the cell belongs to a column that has a sibling column displayed on its left. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the cell belongs to a column that has a sibling column displayed on its left; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.HasLeftSiblingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.HasRightSibling">
            <summary>
                <para>Indicates whether the cell belongs to a column that has a sibling column displayed on its right. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the cell belongs to a column that has a sibling column displayed on its right; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.HasRightSiblingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.HasTopElement">
            <summary>
                <para>Indicates whether the cell has an element above it. This is a dependency property.
</para>
            </summary>
            <value><b>true</b>, if the cell has an element above it; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.HasTopElementProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.IsFocusedCell">
            <summary>
                <para>Gets or sets whether the cell is focused. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the cell is focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.IsFocusedCellProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.IsReady">
            <summary>
                <para>Gets or sets whether a cell's data has been loaded or not. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if a cell's data has been retrieved from a data source; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.IsReadyProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.IsSelected">
            <summary>
                <para>Gets or sets whether the cell is selected. This is a dependency property.

</para>
            </summary>
            <value><b>true</b> if the cell is selected; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.IsSelectedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.NavigationIndex">
            <summary>
                <para>Gets or sets the owning column's <see cref="P:DevExpress.Xpf.Grid.ColumnBase.NavigationIndex"/> property's value.
</para>
            </summary>
            <value>An integer value that specifies the column's navigation index.
</value>


        </member>
        <member name="M:DevExpress.Xpf.Grid.CellContentPresenter.OnApplyTemplate">
            <summary>
                <para>Called after the template is completely generated and attached to the visual tree.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.RowData">
            <summary>
                <para>Gets or sets the information about a data row which contains the cell. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.RowData"/> object that contains information about a data row.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.RowDataProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.SelectionState">
            <summary>
                <para>Gets a value that indicates the cell's selection state. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.SelectionState"/> enumeration value that specifies the cell's selection state.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.SelectionStateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.ShowHorizontalLines">
            <summary>
                <para>Gets or sets whether horizontal lines are displayed. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display horizontal lines; otherwise, <b>false</b>. The default is <b>true</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.ShowHorizontalLinesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CellContentPresenter.ShowVerticalLines">
            <summary>
                <para>Gets whether a View displays vertical lines. This is a dependency property.

</para>
            </summary>
            <value><b>true</b> if the View displays vertical lines; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.CellContentPresenter.ShowVerticalLinesProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Data.RowHandle">

            <summary>
                <para>Represents a row's handle.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Data.RowHandle.#ctor(System.Int32)">
            <summary>
                <para>Initializes a new instance of the RowHandle class with the specified value.

</para>
            </summary>
            <param name="value">
		An integer value that specifies the value of the created row handle. This value is assigned to the <see cref="P:DevExpress.Xpf.Data.RowHandle.Value"/> property.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Data.RowHandle.Equals(System.Object)">
            <summary>
                <para>Determines whether the specified object is equal to the current RowHandle instance.
</para>
            </summary>
            <param name="obj">
		The object to compare with the current object.

            </param>
            <returns><b>true</b> if the specified object is equal to the current RowHandle instance; otherwise <b>false</b>.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Data.RowHandle.GetHashCode">
            <summary>
                <para>Gets the hash code (a number) that corresponds to the value of the current RowHandle object.
</para>
            </summary>
            <returns>An integer value representing the hash code for the current object.
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Data.RowHandle.Value">
            <summary>
                <para>Gets the row's handle.
</para>
            </summary>
            <value>An integer value that specifies the row's handle.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridControlStringId">

            <summary>
                <para>Contains values corresponding to strings that can be localized.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.BandChooserDragText">
            <summary>
                <para><para>The text displayed within the <b>Bands</b> tab of the Column Chooser when it is empty.</para>
<para><b>Return Value</b>: Drag a band here to customize layout</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.CellPeerName">
            <summary>
                <para><para><b>Return Value</b>: Item: {0}, Column Display Index: {1}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ColumnBandChooserBandsTabCaption">
            <summary>
                <para><para>The caption of the Bands tab inside the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Bands</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ColumnBandChooserCaption">
            <summary>
                <para><para>The Column Chooser's caption.</para>
<para><b>Return Value</b>: Customization</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ColumnBandChooserColumnsTabCaption">
            <summary>
                <para><para>The caption of the Columns tab inside the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Columns</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ColumnChooserCaption">
            <summary>
                <para><para>Represents the Column Chooser's caption.</para>
<para><b>Return Value</b>: Customization</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ColumnChooserCaptionForMasterDetail">
            <summary>
                <para><para>A pattern used to format the Column Chooser's caption in Master-Detail Mode.</para>
<para><b>Return Value</b>: {0}: Column Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ColumnChooserDragText">
            <summary>
                <para><para>The text displayed within the Column Chooser when it is empty.</para>
<para><b>Return Value</b>: Drag a column here to customize the layout</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatString_Avg">
            <summary>
                <para><para><b>Return Value</b>: Avg of {1} is {0:0.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatString_Count">
            <summary>
                <para><para><b>Return Value</b>: Count={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatString_Max">
            <summary>
                <para><para><b>Return Value</b>: Max of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatString_Min">
            <summary>
                <para><para><b>Return Value</b>: Min of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatString_Sum">
            <summary>
                <para><para><b>Return Value</b>: Sum of {1} is {0:0.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatStringInSameColumn_Avg">
            <summary>
                <para><para><b>Return Value</b>: Avg={0:0.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatStringInSameColumn_Count">
            <summary>
                <para><para><b>Return Value</b>: Count={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatStringInSameColumn_Max">
            <summary>
                <para><para><b>Return Value</b>: Max={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatStringInSameColumn_Min">
            <summary>
                <para><para><b>Return Value</b>: Min={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupColumnSummaryFormatStringInSameColumn_Sum">
            <summary>
                <para><para><b>Return Value</b>: Sum={0:0.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupSummaryFormatString_Avg">
            <summary>
                <para><para>A pattern used to format the <b>Avg</b> group summary value.</para>
<para><b>Return Value</b>: Avg of {1} is {0:#.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupSummaryFormatString_Count">
            <summary>
                <para><para>A pattern used to format the <b>Count</b> group summary value.</para>
<para><b>Return Value</b>: Count={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupSummaryFormatString_Max">
            <summary>
                <para><para>A pattern used to format the <b>Max</b> group summary value.</para>
<para><b>Return Value</b>: Max of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupSummaryFormatString_Min">
            <summary>
                <para><para>A pattern used to format the <b>Min</b> group summary value.</para>
<para><b>Return Value</b>: Min of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultGroupSummaryFormatString_Sum">
            <summary>
                <para><para>A pattern used to format the <b>Sum</b> group summary value.</para>
<para><b>Return Value</b>: Sum of {1} is {0:#.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatString_Avg">
            <summary>
                <para><para>A pattern used to format the <b>Avg</b> total summary value, calculated for one column and displayed within another column.</para>
<para><b>Return Value</b>: Avg of {1} is {0:#.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatString_Count">
            <summary>
                <para><para>A pattern used to format the <b>Count</b> total summary value, calculated for one column and displayed within another column.</para>
<para><b>Return Value</b>: Count={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatString_Max">
            <summary>
                <para><para>A pattern used to format the <b>Max</b> total summary value, calculated for one column and displayed within another column.</para>
<para><b>Return Value</b>: Max of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatString_Min">
            <summary>
                <para><para>A pattern used to format the <b>Min</b> total summary value, calculated for one column and displayed within another column.</para>
<para><b>Return Value</b>: Min of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatString_Sum">
            <summary>
                <para><para>A pattern used to format the <b></b> total summary value, calculated for one column and displayed within another column.</para>
<para><b>Return Value</b>: Sum of {1} is {0:#.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatStringInSameColumn_Avg">
            <summary>
                <para><para>A pattern used to format the <b>Avg</b> total summary value.</para>
<para><b>Return Value</b>: Avg of {1} is {0:#.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatStringInSameColumn_Count">
            <summary>
                <para><para>A pattern used to format the <b>Count</b> total summary value.</para>
<para><b>Return Value</b>: Count={0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatStringInSameColumn_Max">
            <summary>
                <para><para>A pattern used to format the <b>Max</b> total summary value.</para>
<para><b>Return Value</b>: Max of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatStringInSameColumn_Min">
            <summary>
                <para><para>A pattern used to format the <b>Min</b> total summary value.</para>
<para><b>Return Value</b>: Min of {1} is {0}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.DefaultTotalSummaryFormatStringInSameColumn_Sum">
            <summary>
                <para><para>A pattern used to format the <b></b> total summary value.</para>
<para><b>Return Value</b>: Sum of {1} is {0:#.##}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ErrorPanelTextFormatString">
            <summary>
                <para><para><b>Return Value</b>: Error occurred during processing server request ({0})</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ErrorWindowTitle">
            <summary>
                <para><para>The error window's caption.</para>
<para><b>Return Value</b>: Error</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.FilterEditorTitle">
            <summary>
                <para><para>Represents the caption of the Filter Editor window.</para>


<para><b>Return Value</b>: Filter Editor</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.FilterPanelCaptionFormatStringForMasterDetail">
            <summary>
                <para><para><b>Return Value</b>: {0} filter:</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.GridGroupPanelText">
            <summary>
                <para><para>The text displayed within the Group Panel.</para>
<para><b>Return Value</b>: Drag a column header here to group by that column</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.GridGroupRowDisplayTextFormat">
            <summary>
                <para><b>Return Value</b>: {0}: {1}
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.GridNewRowText">
            <summary>
                <para><para>The text displayed within the New Item Row when it is not focused.</para>
<para><b>Return Value</b>: Click here to add a new row</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.GridOutlookIntervals">
            <summary>
                <para><para>Contains all possible group intervals. To learn more, see Group Modes and Custom Grouping.</para>
<para><b>Return Value</b>: Older;Last Month;Earlier this Month;Three Weeks Ago;Two Weeks Ago;Last Week;;;;;;;;Yesterday;Today;Tomorrow;;;;;;;;Next Week;Two Weeks Away;Three Weeks Away;Later this Month;Next Month;Beyond Next Month;</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.GroupPanelDisplayFormatStringForMasterDetail">
            <summary>
                <para><para><b>Return Value</b>: {0}:</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.GroupSummaryEditorFormCaption">
            <summary>
                <para><para>Represents the caption of the Runtime Summary Editor used to manage group summaries.</para>
<para><b>Return Value</b>: Group Summaries</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.InvalidRowExceptionMessage">
            <summary>
                <para><para>The text displayed within the error message box invoked if the focused row contains invalid values.</para>
<para><b>Return Value</b>: Do you want to correct the value?</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnBestFit">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that best fits the width of the current grid column.</para>
<para><b>Return Value</b>: Best Fit</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnBestFitColumns">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that best fits the widths of all grid columns.</para>
<para><b>Return Value</b>: Best Fit (all columns)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnClearFilter">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu, that clears filtering applied to a column.</para>


<para><b>Return Value</b>: Clear Filter</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnClearSorting">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that unsorts data by the column's values.</para>
<para><b>Return Value</b>: Clear Sorting</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnFilterEditor">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu, that shows the Filter Editor.</para>


<para><b>Return Value</b>: Filter Editor...</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnFixedLeft">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu, that fixes a column to the left.</para>


<para><b>Return Value</b>: Left</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnFixedNone">
            <summary>
                <para><para>Represents the caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling).</para>


<para><b>Return Value</b>: None</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnFixedRight">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu, that fixes a column to the right.</para>


<para><b>Return Value</b>: Right</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnFixedStyle">
            <summary>
                <para><para>Represents the caption of the sub item in a column's context menu, allowing an end-user to specify a column's behavior when a View is scrolled.
</para>


<para><b>Return Value</b>: Fixed Style</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroup">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that groups data by the column's values.</para>
<para><b>Return Value</b>: Group By This Column</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupInterval">
            <summary>
                <para><para>Represents the caption of the sub item in a column's context menu,  allowing an end-user to specify a DateTime column's interval grouping.
</para>

<para><b>Return Value</b>: Group Interval</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupIntervalDay">
            <summary>
                <para><para>Represents the caption of the item in a column's context menu, that groups rows by the date part of their values. To learn more, see interval grouping.
</para>

<para><b>Return Value</b>: Day</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupIntervalMonth">
            <summary>
                <para><para>Represents the caption of the item in a column's context menu, that groups rows by the month of their values. To learn more, see interval grouping.
</para>

<para><b>Return Value</b>: Month</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupIntervalNone">
            <summary>
                <para>Returns "None". Corresponds to the menu item that groups rows by values (<see cref="F:DevExpress.XtraGrid.ColumnGroupInterval.Default"/>). To learn more, see interval grouping.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupIntervalSmart">
            <summary>
                <para><para>Represents the caption of the item in a column's context menu, that groups rows according to their date value as compared with the current system date (<see cref="F:DevExpress.XtraGrid.ColumnGroupInterval.DateRange"/>). To learn more, see interval grouping.
</para>

<para><b>Return Value</b>: Smart</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupIntervalYear">
            <summary>
                <para><para>Represents the caption of the item in a column's context menu, that groups rows by the year of their values. To learn more, see interval grouping.
</para>

<para><b>Return Value</b>: Year</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupSummaryEditor">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor.</para>
<para><b>Return Value</b>: Group Summary Editor...</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnGroupSummarySortFormat">
            <summary>
                <para><para>A pattern used to format the captions of submenu items used to sort rows by group summary values.</para>
<para><b>Return Value</b>: {1} by - '{0}' - {2}</para>
<para>Where:</para>
<list>
<item><term>{0} - the aggregate function (e.g. Max, Min, etc.)</term></item>
<item><term>{1} - the grouping column</term></item>
<item><term>{2} - the sort order (GridControlStringId.MenuColumnSortBySummaryAscending or GridControlStringId.MenuColumnSortBySummaryDescending)</term></item>
</list>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnHideColumnBandChooser">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that hides the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Show Column@#47;Band Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnHideColumnChooser">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu, that hides the Column Chooser.</para>
<para><b>Return Value</b>: Hide Column Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnHideGroupPanel">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu, that hides the Group Panel.</para>
<para><b>Return Value</b>: Hide Group Panel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnHideSearchPanel">
            <summary>
                <para><para><b>Return Value</b>: Hide Search Panel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnResetGroupSummarySort">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column's values.</para>
<para><b>Return Value</b>: Clear Summary Sorting</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnShowColumnBandChooser">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that invokes the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Show Column@#47;Band Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnShowColumnChooser">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that invokes the Column Chooser.</para>
<para><b>Return Value</b>: Show Column Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnShowGroupPanel">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that shows the Group Panel.</para>
<para><b>Return Value</b>: Show Group Panel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnShowSearchPanel">
            <summary>
                <para><para><b>Return Value</b>: Show Search Panel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortAscending">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that sorts data by the column's values in ascending order.</para>
<para><b>Return Value</b>: Sort Ascending</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummaryAscending">
            <summary>
                <para><para><b>Return Value</b>: Sort Ascending</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummaryAverage">
            <summary>
                <para><para><b>Return Value</b>: Average</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummaryCount">
            <summary>
                <para><para><b>Return Value</b>: Count</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummaryDescending">
            <summary>
                <para>

<para><b>Return Value</b>: Sort Descending</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummaryMax">
            <summary>
                <para><para><b>Return Value</b>: Max</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummaryMin">
            <summary>
                <para><para><b>Return Value</b>: Min</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortBySummarySum">
            <summary>
                <para><para><b>Return Value</b>: Sum</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortDescending">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that sorts data by the column's values in descending order.</para>
<para><b>Return Value</b>: Sort Descending</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnSortGroupBySummaryMenu">
            <summary>
                <para><para>Represents the caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn't grouped by the values of this column.</para>
<para><b>Return Value</b>: Sort By Summary</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnUnboundExpressionEditor">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that invokes the Expression Editor.</para>
<para><b>Return Value</b>: Expression Editor...</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuColumnUnGroup">
            <summary>
                <para><para>Represents the caption of the item in the Column Context Menu that ungroups data by the column's values.</para>
<para><b>Return Value</b>: Ungroup</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterAverage">
            <summary>
                <para><para>Represents the caption of the <b>Avg</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Average</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterCount">
            <summary>
                <para><para>Represents the caption of the <b>Count</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Count</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterCustomize">
            <summary>
                <para><para>Represents the caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor.</para>
<para><b>Return Value</b>: Customize...</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterMax">
            <summary>
                <para><para>Represents the caption of the <b>Max</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Max</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterMin">
            <summary>
                <para><para>Represents the caption of the <b>Min</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Min</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterRowCount">
            <summary>
                <para><para><b>Return Value</b>: Show row count</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuFooterSum">
            <summary>
                <para><para>Represents the caption of the <b>Sum</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Sum</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuGroupPanelClearGrouping">
            <summary>
                <para>Represents the text displayed within the item in the Group Panel Context Menu that clears grouping.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuGroupPanelFullCollapse">
            <summary>
                <para>Represents the text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.MenuGroupPanelFullExpand">
            <summary>
                <para>Represents the text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.PopupFilterAll">
            <summary>
                <para><para>The caption of the filter item displayed within the Filter Dropdown that cancels any filtering by a column.</para>
<para><b>Return Value</b>: (All)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.PopupFilterBlanks">
            <summary>
                <para><para>The caption of the filter item displayed within the Filter Dropdown that displays the records which contain DBNull values in a column.</para>
<para><b>Return Value</b>: (Blanks)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.PopupFilterNonBlanks">
            <summary>
                <para><para>The caption of the filter item displayed within the Filter Dropdown that displays records which do not contain DBNull values in a column.</para>
<para><b>Return Value</b>: (Non blanks)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ProgressWindowCancel">
            <summary>
                <para><para>The caption of the <b>Cancel</b> button displayed within the progress window.</para>
<para><b>Return Value</b>: Cancel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.ProgressWindowTitle">
            <summary>
                <para><para>The title of the progress window.</para>
<para><b>Return Value</b>: Loading data</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormItemsTabCaption">
            <summary>
                <para><para>Represents the caption of the Runtime Summary Editor's tab page that lists summary items.</para>
<para><b>Return Value</b>: Items</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormMoveItemDownCaption">
            <summary>
                <para><para>Represents the caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor's <b>Order</b> tab page.</para>
<para><b>Return Value</b>: Down</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormMoveItemUpCaption">
            <summary>
                <para><para>Represents the caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor's <b>Order</b> tab page.</para>
<para><b>Return Value</b>: Up</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormOrderAndAlignmentTabCaption">
            <summary>
                <para><para><b>Return Value</b>: Order and Alignment</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormOrderLeftSide">
            <summary>
                <para><para><b>Return Value</b>: Left side</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormOrderRightSide">
            <summary>
                <para><para><b>Return Value</b>: Right side</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.SummaryEditorFormOrderTabCaption">
            <summary>
                <para><para>Represents the caption of the Runtime Summary Editor's tab page that displays the order of summary items.</para>
<para><b>Return Value</b>: Order</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.TotalSummaryEditorFormCaption">
            <summary>
                <para><para>A pattern used to format the caption of the Runtime Summary Editor that allows end-users to manage total summaries.</para>
<para><b>Return Value</b>: Totals for '{0}'</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlStringId.TotalSummaryPanelEditorFormCaption">
            <summary>
                <para><para><b>Return Value</b>: Totals for '{0}'</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.HeaderPresenterType">

            <summary>
                <para>Lists values that specify which grid element contains a column's header.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.HeaderPresenterType.ColumnChooser">
            <summary>
                <para>Corresponds to the Column Chooser.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.HeaderPresenterType.GroupPanel">
            <summary>
                <para>Corresponds to the Group Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.HeaderPresenterType.Headers">
            <summary>
                <para>Corresponds to the grid's Column Header Panel.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridMenuEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ShowGridMenu"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridMenuEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.GridMenuEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ShowGridMenu"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.GridMenuEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridMenuEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.ShowGridMenu"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridMenuEventArgs.#ctor(DevExpress.Xpf.Grid.DataControlPopupMenu)">
            <summary>
                <para>Initializes a new instance of the GridMenuEventArgs class with the specified context menu.
</para>
            </summary>
            <param name="menu">
		A <see cref="T:DevExpress.Xpf.Grid.DataControlPopupMenu"/> descendant that represents the context menu to be shown.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridMenuEventArgs.Customizations">
            <summary>
                <para>Provides access to a collection of customizations of the grid menu, customized using this event handler.

</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridMenuEventArgs.Items">
            <summary>
                <para>Gets the menu items contained within the context menu.
</para>
            </summary>
            <value>The read-only collection of <see cref="T:DevExpress.Xpf.Bars.BarItem"/> descendants that represent menu items contained within the context menu.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridMenuEventArgs.MenuInfo">
            <summary>
                <para>Gets information about the context menu.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridMenuInfo"/> object that contains information about the context menu.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridMenuEventArgs.MenuType">
            <summary>
                <para>Gets the context menu's type.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridMenuType"/> enumeration value that identifies the context menu.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridMenuEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridMenuEventArgs.TargetElement">
            <summary>
                <para>Gets the UI element for which the context menu is shown.
</para>
            </summary>
            <value>The element displayed within a View for which the context menu is shown.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventHandler">

            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.CustomFilterDisplayText"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventHandler.Invoke(System.Object,DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs)">
            <summary>
                <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.CustomFilterDisplayText"/> event.
</para>
            </summary>
            <param name="sender">
		The event source.

            </param>
            <param name="e">
		A <see cref="T:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs"/> object that contains event data.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs">

            <summary>
                <para>Provides data for the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.CustomFilterDisplayText"/> event.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs.#ctor(DevExpress.Xpf.Grid.DataViewBase,System.Object)">
            <summary>
                <para>Initializes a new instance of the CustomFilterDisplayTextEventArgs class.
</para>
            </summary>
            <param name="source">
		A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> object that is the view that raised the event. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs.Source"/> property.

            </param>
            <param name="value">
		An object that is the grid's filter expression displayed within the Filter Panel. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs.Value"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CustomFilterDisplayTextEventArgs.Value">
            <summary>
                <para>Gets or sets the filter expression displayed within the Filter Panel.
</para>
            </summary>
            <value>An object that represents the grid's filter expression displayed within the Filter Panel.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridTotalSummaryData">

            <summary>
                <para>Contains information about the total summary value displayed within the Summary Panel.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridTotalSummaryData.#ctor(DevExpress.Xpf.Grid.SummaryItemBase,System.Object,DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Initializes a new instance of the GridTotalSummaryData class.
</para>
            </summary>
            <param name="item">
		A <see cref="T:DevExpress.Xpf.Grid.SummaryItemBase"/> object that represents the summary item. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridTotalSummaryData.Item"/> property.

            </param>
            <param name="value">
		A <see cref="T:System.Object"/> specifying the summary's value. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridTotalSummaryData.Value"/> property.

            </param>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> object that represents the column for which the summary has been calculated. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridTotalSummaryData.Column"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridTotalSummaryData.Column">
            <summary>
                <para>Gets a grid column whose values should be summarized.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> object that represents the column whose values should be summarized.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridTotalSummaryData.Item">
            <summary>
                <para>Gets the summary item.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.SummaryItemBase"/> object that is the summary item.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridTotalSummaryData.Value">
            <summary>
                <para>Gets the total summary's value. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Object"/> value that specifies the summary's value.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.EditorButtonShowMode">

            <summary>
                <para>Lists values that specify which cells should display editor buttons.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.EditorButtonShowMode.ShowAlways">
            <summary>
                <para>Editor buttons are displayed for all cells within a View.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.EditorButtonShowMode.ShowForFocusedCell">
            <summary>
                <para>Editor buttons are displayed for the focused cell only.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.EditorButtonShowMode.ShowForFocusedRow">
            <summary>
                <para>Editor buttons are displayed for cells that reside within the focused row.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.EditorButtonShowMode.ShowOnlyInEditor">
            <summary>
                <para>Editor buttons are displayed only when a cell editor is active.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ExceptionMode">

            <summary>
                <para>Lists values that specify how an exception should be handled.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ExceptionMode.DisplayError">
            <summary>
                <para>Displays a message box, with an error description specified by the <see cref="P:DevExpress.Xpf.Grid.InvalidRowExceptionEventArgs.ErrorText"/> property. The message box's caption can be specified using the <see cref="P:DevExpress.Xpf.Grid.InvalidRowExceptionEventArgs.WindowCaption"/> property.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ExceptionMode.Ignore">
            <summary>
                <para>An exception is ignored.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ExceptionMode.NoAction">
            <summary>
                <para>Displays an error icon and allows an end-user to correct or reset an invalid value.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ExceptionMode.ThrowException">
            <summary>
                <para>Throws an exception specified by the <see cref="P:DevExpress.Xpf.Grid.InvalidRowExceptionEventArgs.Exception"/> property.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.RowPosition">

            <summary>
                <para>Lists values that specify a row's position within a View.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.RowPosition.Bottom">
            <summary>
                <para>Corresponds to the last row within a row level.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowPosition.Middle">
            <summary>
                <para>Corresponds to a row displayed between the top and bottom rows within a level.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowPosition.Single">
            <summary>
                <para>Corresponds to the only row displayed within a row level.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowPosition.Top">
            <summary>
                <para>Corresponds to the first row within a row level.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridDataBase">

            <summary>
                <para>Serves as a base for classes that provide information about grid elements (cells, columns, etc.).
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.GridDataBase.Data">
            <summary>
                <para>Gets or sets an object that contains grid data.


</para>
            </summary>
            <value>An <see cref="T:System.Object"/> that contains grid data.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridDataBase.DataProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.GridDataBase.Data"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridColumnData">

            <summary>
                <para><para>Contains information about a column.</para>
This class supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridColumnData.#ctor(DevExpress.Xpf.Grid.ColumnsRowDataBase)">
            <summary>
                <para>Initializes a new instance of the GridColumnData class.
</para>
            </summary>
            <param name="rowData">
		@nbsp;

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnData.Column">
            <summary>
                <para>Gets the grid column.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that represents the grid column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridColumnData.ColumnProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.GridColumnData.Column"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnData.View">
            <summary>
                <para>Gets the owner view.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that represents the owner view.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridColumnData.VisibleIndex">
            <summary>
                <para>Gets the column's position among visible columns.
</para>
            </summary>
            <value>An integer value that specifies the column's visible index. <b>-1</b> if the column is hidden.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridCellData">

            <summary>
                <para>Contains information about a data cell.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridCellData.#ctor(DevExpress.Xpf.Grid.RowData)">
            <summary>
                <para>Initializes a new instance of the GridCellData class.
</para>
            </summary>
            <param name="rowData">
		A <see cref="T:DevExpress.Xpf.Grid.RowData"/> object that contains information about a data row containing the cell. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridCellData.RowData"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridCellData.DisplayMemberBindingValue">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridCellData.DisplayMemberBindingValueProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridCellData.IsFocusedCell">
            <summary>
                <para>Gets whether the cell is focused. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the cell is focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridCellData.IsFocusedCellProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridCellData.IsSelected">
            <summary>
                <para>Gets whether the cell is selected.
</para>
            </summary>
            <value><b>true</b> if the cell is selected; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridCellData.IsSelectedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridCellData.RowData">
            <summary>
                <para>Gets or sets the information about a data row containing the cell.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.RowData"/> object that contains information about a data row.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridCellData.SelectionState">
            <summary>
                <para>Gets a value that indicates the cell's selection state. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.SelectionState"/> enumeration value that specifies the cell's selection state.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridCellData.SelectionStateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.TabViewDetailDescriptor">

            <summary>
                <para>Displays multiple Details within a tabbed container.

</para>
            </summary>

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


        </member>
        <member name="T:DevExpress.Xpf.Grid.MultiDetailDescriptor">

            <summary>
                <para>Serves as the base for Detail Descriptors that allow you to display multiple details at the same level.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.MultiDetailDescriptor.DataControlDetailDescriptors">
            <summary>
                <para>Gets the collection of <see cref="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor"/> objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code.
</para>
            </summary>
            <value>A collection of <see cref="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor"/> objects.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.MultiDetailDescriptor.DetailDescriptors">
            <summary>
                <para>Provides access to Detail Descriptors to be displayed by this multi-detail container.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DetailDescriptorCollection"/> object containing Detail Descriptors to be displayed by this multi-detail container.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ContentDetailDescriptor">

            <summary>
                <para>Represents a Detail with freely-customizable content.
</para>
            </summary>

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


        </member>
        <member name="P:DevExpress.Xpf.Grid.ContentDetailDescriptor.HeaderContent">
            <summary>
                <para>Gets or sets the detail section's header content. This is a dependency property.
</para>
            </summary>
            <value>An object specifying the detail section's header content.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ContentDetailDescriptor.HeaderContentProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.DetailDescriptorCollection">

            <summary>
                <para>Stores a collection of Detail Descriptors.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.DetailDescriptorCollection.#ctor(DevExpress.Xpf.Grid.MultiDetailDescriptor)">
            <summary>
                <para>Creates a new instance of the DetailDescriptorCollection class with default settings.
</para>
            </summary>
            <param name="owner">
		A <see cref="T:DevExpress.Xpf.Grid.MultiDetailDescriptor"/> that will expose the newly created collection via its <see cref="P:DevExpress.Xpf.Grid.MultiDetailDescriptor.DetailDescriptors"/> property.

            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.DetailDescriptorBase">

            <summary>
                <para>Implements the basic functionality for objects that represent Detail Views within the grid's master-detail hierarchy.
</para>
            </summary>

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


        </member>
        <member name="P:DevExpress.Xpf.Grid.DetailDescriptorBase.ContentTemplate">
            <summary>
                <para>Gets or sets the template specifying the entire or partial content of a Detail.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object specifying the Detail section's content. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DetailDescriptorBase.ContentTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DetailDescriptorBase.DataControlDetailDescriptors">
            <summary>
                <para>Gets the collection of <see cref="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor"/> objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code.
</para>
            </summary>
            <value>A collection of <see cref="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor"/> objects.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DetailDescriptorBase.DetailViewIndents">
            <summary>
                <para>Gets a collection of master view's row indents specifying how to position detail rows. This member supports the control's internal infrastructure; it is not intended to be used from your code.
</para>
            </summary>
            <value>A <b>DetailIndent</b> object collection representing a master view's row indents.

</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DetailDescriptorBase.HeaderContentTemplate">
            <summary>
                <para>Gets or sets the template that will represent the Detail's header section.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DataTemplate"/> object specifying the Detail header's content. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DetailDescriptorBase.HeaderContentTemplateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DetailDescriptorBase.ShowHeader">
            <summary>
                <para>Gets or sets the detail header section's visibility.
</para>
            </summary>
            <value><b>true</b> to display the detail's header section; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DetailDescriptorBase.ShowHeaderProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ShowSearchPanelMode">

            <summary>
                <para>Lists values that specify when the Search Panel is displayed. 
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ShowSearchPanelMode.Always">
            <summary>
                <para>The Search Panel is always visible, it cannot be hidden by an end-user. The close button is hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ShowSearchPanelMode.Default">
            <summary>
                <para><para>Activates the default behavior.</para>
<para><b>CTRL</b>+<b>F</b> - Invokes the Search Panel. Ensure that no cell editor is opened before invoking the Find Panel. Otherwise, the shortcut will be intercepted by the in-place editor.</para>
<para>The <b>Close</b> button (if displayed) hides the Search Panel.</para>
<para><b>ESC</b> - Clears the search box. If the search box is empty, pressing ESC closes the Search Panel.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ShowSearchPanelMode.Never">
            <summary>
                <para>The Search Panel is hidden and cannot be shown by the end-user.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridSummaryItemAlignment">

            <summary>
                <para>Lists values that specify a summary item's horizontal alignment within the Fixed Summary Panel.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSummaryItemAlignment.Default">
            <summary>
                <para>A summary is displayed within the Summary Panel.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSummaryItemAlignment.Left">
            <summary>
                <para>A summary is displayed within the Fixed Summary Panel and aligned to the left.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSummaryItemAlignment.Right">
            <summary>
                <para>A summary is displayed within the Fixed Summary Panel and aligned to the right.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridSortInfo">

            <summary>
                <para>Represents an element in the <see cref="P:DevExpress.Xpf.Grid.GridControl.SortInfo"/> collection.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.GridSortInfo.#ctor(System.String)">
            <summary>
                <para>Initializes a new instance of the GridSortInfo class with the specified column.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the field name of the column to sort.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridSortInfo.#ctor(System.String,System.ComponentModel.ListSortDirection)">
            <summary>
                <para>Initializes a new instance of the GridSortInfo class with the specified settings.
</para>
            </summary>
            <param name="fieldName">
		A <see cref="T:System.String"/> value that specifies the field name of the column to sort.

            </param>
            <param name="sortOrder">
		A <see cref="T:System.ComponentModel.ListSortDirection"/> enumeration value that specifies the sort order. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.GridGroupSummarySortInfo.SortOrder"/> property.

            </param>


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


        </member>
        <member name="M:DevExpress.Xpf.Grid.GridSortInfo.ChangeSortOrder">
            <summary>
                <para>Toggles the sort order. 

</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSortInfo.FieldName">
            <summary>
                <para>Gets or sets the field name of the column to sort. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the field name of the column to sort.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSortInfo.FieldNameProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSortInfo.GroupIndex">
            <summary>
                <para>Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the column's position among grouping columns. <b>-1</b> if a View isn't grouped by the corresponding column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSortInfo.GroupIndexProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSortInfo.IsGrouped">
            <summary>
                <para>Gets whether or not the column which is referred to by the current GridSortInfo object is a grouping column. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the column is used to group data; otherwise, <b>false</b>. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSortInfo.IsGroupedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSortInfo.SortIndex">
            <summary>
                <para>Gets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the zero-based column's index among sorted columns. <b>-1</b> if data is not sorted by the corresponding column.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSortInfo.SortIndexProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.GridSortInfo.SortOrder">
            <summary>
                <para>Gets or sets the column's sort order. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.ComponentModel.ListSortDirection"/> enumeration value that specifies the sort order. 
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridSortInfo.SortOrderProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ShowFilterPanelMode">

            <summary>
                <para>Lists values that specify when a View displays the Filter Panel.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ShowFilterPanelMode.Default">
            <summary>
                <para>The filter panel is shown when data is filtered. Otherwise, the filter panel is hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ShowFilterPanelMode.Never">
            <summary>
                <para>The filter panel is hidden.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ShowFilterPanelMode.ShowAlways">
            <summary>
                <para>The filter panel is always shown at the bottom of the view.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ScrollingMode">

            <summary>
                <para>Lists values that specify how many rows are displayed onscreen when a View is scrolled to the bottom.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ScrollingMode.Normal">
            <summary>
                <para><para>When a view is scrolled to the bottom, it displays as many rows as can completely fit into its content area.</para>
<para></para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ScrollingMode.Smart">
            <summary>
                <para><para>Only one row (the last row) is displayed when a view is scrolled to the bottom.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridViewNavigationStyle">

            <summary>
                <para>Lists values that specify whether row and cell focusing is allowed.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.GridViewNavigationStyle.Cell">
            <summary>
                <para>A View displays the focused row and focused cell. Data editing is allowed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridViewNavigationStyle.None">
            <summary>
                <para>A View displays neither the focused row nor the focused cell. Data editing is not allowed.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridViewNavigationStyle.Row">
            <summary>
                <para>A View displays only the focused row. The focused cell is not displayed. Data editing is not allowed.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridMenuType">

            <summary>
                <para>Lists values that specify the context menu type.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.GridMenuType.Band">
            <summary>
                <para><para>Corresponds to a menu invoked for a band.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridMenuType.Column">
            <summary>
                <para><para>Corresponds to a menu invoked for a column header.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridMenuType.FixedTotalSummary">
            <summary>
                <para><para>Corresponds to a menu invoked for the Fixed Summary Panel.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridMenuType.GroupPanel">
            <summary>
                <para><para>Corresponds to a menu invoked for the group panel.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridMenuType.RowCell">
            <summary>
                <para><para>Corresponds to a menu invoked for the <b>Row Cell</b>.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridMenuType.TotalSummary">
            <summary>
                <para><para>Corresponds to a menu invoked for the Summary Panel.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FilterPopupMode">

            <summary>
                <para>Lists values that specify the display mode of a column's filter dropdown.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.FilterPopupMode.CheckedList">
            <summary>
                <para><para>A filter dropdown is represented as a checked list (multiple items can be selected/checked simultaneously).</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.FilterPopupMode.Custom">
            <summary>
                <para><para>A filter dropdown is represented by a custom template assigned to the <see cref="P:DevExpress.Xpf.Grid.ColumnBase.CustomColumnFilterPopupTemplate"/> property.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.FilterPopupMode.List">
            <summary>
                <para><para>A filter dropdown is represented as a regular list of items (one item at a time can be selected).</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.FixedStyle">

            <summary>
                <para>Lists values that specify a column's behavior when a view is horizontally scrolled.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.FixedStyle.Left">
            <summary>
                <para>A column is anchored to the vew's left edge.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.FixedStyle.None">
            <summary>
                <para>A column takes part in horizontal scrolling.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.FixedStyle.Right">
            <summary>
                <para>A column is anchored to the view's right edge.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ColumnPosition">

            <summary>
                <para>Lists values that specify a column's position within a View.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnPosition.Left">
            <summary>
                <para>Corresponds to the first visible column.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnPosition.Middle">
            <summary>
                <para>Corresponds to a column displayed between the first and last visible columns.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnPosition.Right">
            <summary>
                <para>Corresponds to the last visible column.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnPosition.Single">
            <summary>
                <para>Reserved for future use.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnPosition.Standalone">
            <summary>
                <para>Corresponds to a column whose header is displayed within the Group Panel, Column Chooser, Card View or is currently being dragged by an end-user.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ColumnFilterMode">

            <summary>
                <para>Lists values that specify how column values are filtered.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnFilterMode.DisplayText">
            <summary>
                <para>Cell values are filtered by their display text.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ColumnFilterMode.Value">
            <summary>
                <para>Cell values are filtered by their values.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ShowingEditorEventArgsBase">

            <summary>
                <para>Serves as the base for classes that provide data for events related to showing in-place editors.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.ShowingEditorEventArgsBase.#ctor(System.Windows.RoutedEvent,DevExpress.Xpf.Grid.DataViewBase,System.Int32,DevExpress.Xpf.Grid.ColumnBase)">
            <summary>
                <para>Initializes a new instance of the ShowingEditorEventArgsBase class with the specified settings.
</para>
            </summary>
            <param name="routedEvent">
		The routed event.

            </param>
            <param name="view">
		A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view.


            </param>
            <param name="rowHandle">
		An integer value that specifies the row's handle.

            </param>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.GridColumn"/> object that is the column.


            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ShowingEditorEventArgsBase.Cancel">
            <summary>
                <para>Gets or sets the value indicating whether to prevent showing the editor.
</para>
            </summary>
            <value><b>true</b> to cancel the action; otherwise, <b>false</b>.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.CopyingToClipboardEventArgsBase">

            <summary>
                <para>Serves as the base class for classes that provide data for events related to copying data to the clipboard.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.CopyingToClipboardEventArgsBase.#ctor(DevExpress.Xpf.Grid.DataViewBase,System.Collections.Generic.IEnumerable`1,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the CopyingToClipboardEventArgsBase class.
</para>
            </summary>
            <param name="view">
		A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the grid control's View whose data is copied to the clipboard.

            </param>
            <param name="rowHandles">
		An array of row handles that identify rows whose values are about to be copied to the clipboard. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.CopyingToClipboardEventArgsBase.RowHandles"/> property.

            </param>
            <param name="copyHeader">
		<b>true</b> to copy column headers; otherwise, <b>false</b>.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CopyingToClipboardEventArgsBase.CopyHeader">
            <summary>
                <para>Gets or sets the value indicating whether to copy column headers to the clipboard.
</para>
            </summary>
            <value><b>true</b> to copy column headers to the clipboard; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CopyingToClipboardEventArgsBase.RowHandles">
            <summary>
                <para>Gets an array of handles that correspond to rows whose values are to be copied to the clipboard.
</para>
            </summary>
            <value>An array of row handles.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CopyingToClipboardEventArgsBase.Source">
            <summary>
                <para>Gets the View that raised the event.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the view that raised the event.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.CustomBestFitEventArgsBase">

            <summary>
                <para>Serves as the base class for classes that provide data for events related to changing the column's width.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.CustomBestFitEventArgsBase.#ctor(DevExpress.Xpf.Grid.ColumnBase,DevExpress.Xpf.Core.BestFitMode)">
            <summary>
                <para>Initializes a new instance of the CustomBestFitEventArgsBase class with the specified settings.
</para>
            </summary>
            <param name="column">
		A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that specifies a column for which an event has been raised.

            </param>
            <param name="bestFitMode">
		A <see cref="T:DevExpress.Xpf.Core.BestFitMode"/> object that specifies how the optimal width required for a column to completely display its contents is calculated. This value is assigned to the <see cref="P:DevExpress.Xpf.Grid.CustomBestFitEventArgsBase.BestFitMode"/> property.

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CustomBestFitEventArgsBase.BestFitMode">
            <summary>
                <para>Gets or sets how the optimal width required for a column to completely display its contents is calculated. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Core.BestFitMode"/> enumeration value.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.CustomBestFitEventArgsBase.BestFitRows">
            <summary>
                <para>Rows that should be taken into account when calculating the optimal width of <see cref="P:DevExpress.Xpf.Grid.CustomBestFitEventArgs.Column"/>.
</para>
            </summary>
            <value>An array of row handles that correspond to data rows.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.AutoFilterCondition">

            <summary>
                <para>Lists values that specify the type of the comparison operator used to create filter conditions within the Auto Filter Row.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoFilterCondition.Contains">
            <summary>
                <para>The <b>Contains</b> operator is used to create filter conditions. This operator selects records whose values in the corresponding column contain the entered string.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoFilterCondition.Default">
            <summary>
                <para><para>For string values, the <b>Like</b> comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string.</para>
<para>For other values (e.g. Boolean, numeric), the <b>Equals</b> comparison operator is used.</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoFilterCondition.Equals">
            <summary>
                <para>The <b>Equals</b> comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column match the entered value.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.AutoFilterCondition.Like">
            <summary>
                <para><para>The <b>Like</b> comparison operator is used to create filter conditions. This operator selects records whose values in the corresponding column start with the entered string.</para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GroupSummaryDisplayMode">

            <summary>
                <para>Lists values that specify the alignment (position) of group summaries within a group row.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.GroupSummaryDisplayMode.AlignByColumns">
            <summary>
                <para><para>Group summaries are displayed under the corresponding columns.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GroupSummaryDisplayMode.Default">
            <summary>
                <para><para>Group summaries are aligned to the group row's right.</para>
<para></para>
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ColumnDataEventArgsBase">

            <summary>
                <para>Serves as a base for classes that provide data for events used to supply data for unbound columns.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnDataEventArgsBase.Column">
            <summary>
                <para>Gets the unbound column currently being processed.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.ColumnBase"/> descendant that specifies the unbound column currently being processed.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnDataEventArgsBase.IsGetData">
            <summary>
                <para>Gets whether you should provide data for the currently processed cell.
</para>
            </summary>
            <value><b>true</b> to provide data for the currently processed cell; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnDataEventArgsBase.IsSetData">
            <summary>
                <para>Gets whether a cell's value should be saved to a data source.
</para>
            </summary>
            <value><b>true</b> if a cell's value should be saved to a data source; otherwise, <b>false</b>.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.ColumnDataEventArgsBase.Value">
            <summary>
                <para>Gets or sets the processed cell's value.

</para>
            </summary>
            <value>An object specifying the value of the cell currently being processed.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.DataViewCommandsBase">

            <summary>
                <para>Serves as a base for classes providing access to View commands.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.CancelEditFocusedRow">
            <summary>
                <para>Hides the active editor, discarding all the changes made within the focused row.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.ClearFilter">
            <summary>
                <para>Clears the filter.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.DeleteFocusedRow">
            <summary>
                <para>Deletes the focused row.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.EditFocusedRow">
            <summary>
                <para>Activates the focused cell's in-place editor.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.EndEditFocusedRow">
            <summary>
                <para>Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.HideColumnChooser">
            <summary>
                <para>Hides the Column Chooser.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.HideSearchPanel">
            <summary>
                <para>Hides the Search Panel.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveFirstCell">
            <summary>
                <para>Moves focus to the first cell displayed within the first visible row.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveFirstRow">
            <summary>
                <para>Moves focus to the first visible row or card within a View.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveLastCell">
            <summary>
                <para>Moves focus to the last cell displayed within the last visible row.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveLastRow">
            <summary>
                <para>Moves focus to the last visible row or card.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveNextCell">
            <summary>
                <para>Focuses the next cell after the focused cell.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveNextPage">
            <summary>
                <para>Moves focus forward by the number of rows or cards displayed onscreen within a View.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MoveNextRow">
            <summary>
                <para>Moves focus to the row or card following the one currently focused.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MovePrevCell">
            <summary>
                <para>Focuses the cell preceding the focused cell.

</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MovePrevPage">
            <summary>
                <para>Moves focus backward by the number of rows or cards displayed onscreen within a View.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.MovePrevRow">
            <summary>
                <para>Moves focus to the row or card preceding the one currently focused.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.ShowColumnChooser">
            <summary>
                <para>Invokes the Column Chooser.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.ShowFilterEditor">
            <summary>
                <para>Shows the Filter Editor.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.ShowSearchPanel">
            <summary>
                <para>Shows the Search Panel.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.ShowTotalSummaryEditor">
            <summary>
                <para>Invokes the Runtime Summary Editor for the specified column.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataViewCommandsBase.ShowUnboundExpressionEditor">
            <summary>
                <para>Invokes the Expression Editor that enables editing an expression for the specified unbound column.
</para>
            </summary>
            <value>A command implementing the <see cref="T:System.Windows.Input.ICommand"/>. 
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.RowData">

            <summary>
                <para>Contains information about a data row.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.RowData.#ctor(DevExpress.Xpf.Grid.Native.DataTreeBuilder,System.Boolean,System.Boolean)">
            <summary>
                <para>Initializes a new instance of the RowData class.
</para>
            </summary>
            <param name="treeBuilder">
		@nbsp;

            </param>
            <param name="updateOnlyData">
		@nbsp;

            </param>
            <param name="updateSelectionState">
		@nbsp;

            </param>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.AlternateRow">
            <summary>
                <para>Gets whether the row uses the alternate background. This is a dependency property.

</para>
            </summary>
            <value><b>true</b>, if the row uses the alternate background; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.AlternateRowProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.ControllerVisibleIndex">
            <summary>
                <para>Gets the row's visible position within a View.
</para>
            </summary>
            <value>A zero-based integer value that specifies the row's visible position within a View.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.CurrentRowData(System.Windows.DependencyObject)">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.CurrentRowDataProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.DataContext">
            <summary>
                <para>Gets or sets the row's data context. This is a dependency property.
</para>
            </summary>
            <value>An object that represents the row's data context.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.DataContextProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.RowData.DataContext"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.EvenRow">
            <summary>
                <para>Gets whether the row's visible index is even. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the row's visible index is even; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.EvenRowProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.RowData.EvenRow"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.RowData.GetCurrentRowData(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.RowData.CurrentRowData"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.RowData.RowData"/> property value for the element. 
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.RowData.GetRowData(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.RowData.RowData"/> attached property for a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.RowData.RowData"/> property value for the element. 
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.IsExpanding">
            <summary>
                <para>Gets whether a group row is being expanded. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> the group row is being expanded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.IsExpandingProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.IsFocused">
            <summary>
                <para>Gets whether the row is focused.
</para>
            </summary>
            <value><b>true</b> if the row is focused; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.IsFocusedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.IsReady">
            <summary>
                <para>Gets whether the row's data has been loaded or not. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the row's data has been loaded; otherwise, <b>false</b>.

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.IsReadyProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.IsRowExpanded">
            <summary>
                <para>Gets whether a group row is expanded. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the group row is expanded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.IsRowExpandedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.IsRowVisible">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.IsRowVisibleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.IsSelected">
            <summary>
                <para>Gets whether the row is selected.
</para>
            </summary>
            <value><b>true</b> if the row is selected; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.IsSelectedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.Level">
            <summary>
                <para>Gets the row's grouping level.
</para>
            </summary>
            <value>An integer value that specifies the row's grouping level.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.NextRowLevel">
            <summary>
                <para>Gets the next row's nesting level. This is a dependency property.
</para>
            </summary>
            <value>An integer value that specifies the next row's nesting level.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.NextRowLevelProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.Row">
            <summary>
                <para> Gets a row object that corresponds to the row. This is a dependency property.
</para>
            </summary>
            <value>An object in a data source that corresponds to the current row.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.RowData(System.Windows.DependencyObject)">
            <summary>
                <para>Provides access to a RowData's properties.
</para>
            </summary>
            <value>A RowData object.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.RowDataProperty">
            <summary>
                <para>Identifies the  attached property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.RowHandle">
            <summary>
                <para>Gets the row's handle. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Data.RowHandle"/> object that represents the row's handle.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.RowHandleProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.RowData.RowHandle"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.RowPosition">
            <summary>
                <para>Gets the row's position within a View. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.RowPosition"/> enumeration value that specifies the row's position within a View.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.RowPositionProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.RowData.RowPosition"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.RowProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.RowState">
            <summary>
                <para>Gets a row's state. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.DependencyObject"/> representing the row state.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.RowStateProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.RowData.RowState"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowData.SelectionState">
            <summary>
                <para>Gets a value that indicates the row's selection state. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.SelectionState"/> enumeration value that specifies the row's selection state.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowData.SelectionStateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.RowData.SetCurrentRowData(System.Windows.DependencyObject,DevExpress.Xpf.Grid.RowData)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.RowData.CurrentRowData"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:DevExpress.Xpf.Grid.RowData"/> value.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.RowData.SetRowData(System.Windows.DependencyObject,DevExpress.Xpf.Grid.RowData)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.RowData.RowData"/> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.


</para>
            </summary>
            <param name="element">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="T:DevExpress.Xpf.Grid.RowData"/> value. 


            </param>


        </member>
        <member name="T:DevExpress.Xpf.Grid.ScrollAnimationMode">

            <summary>
                <para>Lists per-pixel scrolling modes.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.ScrollAnimationMode.Custom">
            <summary>
                <para>A custom animation effect implemented within the <see cref="E:DevExpress.Xpf.Grid.TableView.CustomScrollAnimation"/> event handler (<see cref="E:DevExpress.Xpf.Grid.TreeListView.CustomScrollAnimation"/> in TreeListView).
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ScrollAnimationMode.EaseInOut">
            <summary>
                <para>Starts slowly, accelerates and then decelerates.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ScrollAnimationMode.EaseOut">
            <summary>
                <para>Starts quickly and then decelerates.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.ScrollAnimationMode.Linear">
            <summary>
                <para>Moves smoothly.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridDataViewBase">

            <summary>
                <para>Serves as a base for classes that represent Views.
</para>
            </summary>

        </member>
        <member name="T:DevExpress.Xpf.Grid.RowAnimationKind">

            <summary>
                <para>Lists values that specify what animation is played while data rows are being asynchronously retrieved by the data source.

</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.RowAnimationKind.Custom">
            <summary>
                <para>A custom animation, implemented within the <see cref="E:DevExpress.Xpf.Grid.DataViewBase.RowAnimationBegin"/> event handler, is played.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowAnimationKind.None">
            <summary>
                <para>No animation is played.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowAnimationKind.Opacity">
            <summary>
                <para>Displays rows that are being loaded, by animating their opacity.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.RowDataBase">

            <summary>
                <para>Serves as a base for classes that contain information about rows and cards.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.RowDataBase.DetailLevel">
            <summary>
                <para>Gets the nesting level of a View.
</para>
            </summary>
            <value>An integer value that specifies the nesting level of a View.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowDataBase.DetailLevelProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowDataBase.IndicatorState">
            <summary>
                <para>Gets or sets the row indicator's state. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.IndicatorState"/> enumeration value that specifies the row indicator state.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowDataBase.IndicatorStateProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowDataBase.IsMasterRowExpanded">
            <summary>
                <para>Gets whether the master row is expanded. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> if the master row is expanded; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowDataBase.IsMasterRowExpandedProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowDataBase.LineLevel">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowDataBase.LineLevelProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="E:DevExpress.Xpf.Grid.RowDataBase.PropertyChanged">
            <summary>
                <para>Occurs every time any of the RowDataBase class properties has changed its value.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowDataBase.RowsContainer">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.RowDataBase.RowsContainerProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.RowDataBase.View">
            <summary>
                <para>Gets the owner view.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.DataViewBase"/> descendant that is the owner view.
</value>


        </member>
        <member name="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor">

            <summary>
                <para>Represents a detail that displays a grid control and natively integrates with the master grid.
</para>
            </summary>

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


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlDetailDescriptor.DataControl">
            <summary>
                <para>Gets or sets the <see cref="T:DevExpress.Xpf.Grid.GridControl"/> that displays detail data.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridControl"/> that displays detail data. Although the property type is <see cref="T:DevExpress.Xpf.Grid.DataControlBase"/>, it currently only accepts <see cref="T:DevExpress.Xpf.Grid.GridControl"/> objects and otherwise, throws exceptions. 

</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlDetailDescriptor.DataControlDetailDescriptors">
            <summary>
                <para>Gets the collection of <see cref="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor"/> objects owned by this Detail Descriptor. This method supports the internal infrastructure and is not intended to be used from your code.
</para>
            </summary>
            <value>A collection of <see cref="T:DevExpress.Xpf.Grid.DataControlDetailDescriptor"/> objects.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlDetailDescriptor.DataControlProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlDetailDescriptor.HeaderContent">
            <summary>
                <para>Overrides the base class member to disable the setter. To specify header content for a detail grid, use the detail Grid View's <see cref="P:DevExpress.Xpf.Grid.DataViewBase.DetailHeaderContent"/> property instead.

</para>
            </summary>
            <value>An object representing the header section's content.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlDetailDescriptor.HeaderContentProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlDetailDescriptor.ItemsSourceBinding">
            <summary>
                <para>Gets or sets the data binding for the detail.
</para>
            </summary>
            <value>A <see cref="T:System.Windows.Data.BindingBase"/> object instance that specifies the data binding for the detail.
</value>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlDetailDescriptor.ItemsSourcePath">
            <summary>
                <para>Gets or sets the detail grid's data binding by specifying the path relative to the master grid's records.

</para>
            </summary>
            <value>A string value specifying the data binding path relative to the master grid's records. 

</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlDetailDescriptor.ItemsSourcePathProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlDetailDescriptor.ItemsSourceValueConverter">
            <summary>
                <para>Gets or sets the value converter that specifies the data binding for the detail.
</para>
            </summary>
            <value>An object implementing the <see cref="T:System.Windows.Data.IValueConverter"/> interface. Specifies the data binding for the detail.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlDetailDescriptor.ItemsSourceValueConverterProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.WaitIndicatorType">

            <summary>
                <para>Lists values that specify how async data loading operations are indicated
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.WaitIndicatorType.Default">
            <summary>
                <para>Background operations are indicated within a dedicated indicator button. For the grid control, these operations are indicated within the Header Panel Button.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.WaitIndicatorType.None">
            <summary>
                <para>Background operations are not indicated.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.WaitIndicatorType.Panel">
            <summary>
                <para>Background operations are indicated within a special panel displayed above a control.
</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.GridControlRuntimeStringId">

            <summary>
                <para>Lists resource strings that can be localized at runtime.
</para>
            </summary>

        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.BandChooserDragText">
            <summary>
                <para><para>The text displayed within the <b>Bands</b> tab of the Column Chooser in Banded View when it is empty.</para>
<para><b>Return Value</b>: Drag a band here to customize layout</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.CellPeerName">
            <summary>
                <para><para><b>Return Value</b>: Item: {0}, Column Display Index: {1}</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ColumnBandChooserBandsTabCaption">
            <summary>
                <para><para>Represents the caption of the Bands tab inside the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Bands</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ColumnBandChooserCaption">
            <summary>
                <para><para>Represents the Column Chooser's caption.</para>
<para><b>Return Value</b>: Customization</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ColumnBandChooserColumnsTabCaption">
            <summary>
                <para><para>The caption of the Columns tab inside the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Columns</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ColumnChooserCaption">
            <summary>
                <para><para>The Column Chooser's caption.</para>
<para><b>Return Value</b>: Customization</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ColumnChooserCaptionForMasterDetail">
            <summary>
                <para><para>A pattern used to format the Column Chooser's caption in Master-Detail Mode.</para>
<para><b>Return Value</b>: {0}: Column Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ColumnChooserDragText">
            <summary>
                <para><para>The text displayed within the Column Chooser when it is empty.</para>
<para><b>Return Value</b>: Drag a column here to customize the layout</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ErrorWindowTitle">
            <summary>
                <para><para>The error window's caption.</para>
<para><b>Return Value</b>: Error</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.FilterEditorTitle">
            <summary>
                <para><para>The caption of the Filter Editor window.</para>

<para><b>Return Value</b>: Filter Editor</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.GridGroupPanelText">
            <summary>
                <para><para>The text displayed within the Group Panel.</para>
<para><b>Return Value</b>: Drag a column header here to group by that column</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.GridGroupRowDisplayTextFormat">
            <summary>
                <para><b>Return Value</b>: {0} : {1}
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.GridNewRowText">
            <summary>
                <para><para>The text displayed within the New Item Row when it is not focused.</para>
<para><b>Return Value</b>: Click here to add a new row</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.GroupSummaryEditorFormCaption">
            <summary>
                <para><para>The caption of the Runtime Summary Editor used to manage group summaries.</para>
<para><b>Return Value</b>: Group Summaries</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.InvalidRowExceptionMessage">
            <summary>
                <para><para>The text displayed within the error message box invoked if the focused row contains invalid values.</para>
<para><b>Return Value</b>: Do you want to correct the value?</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnBestFit">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that best fits the width of the current grid column.</para>
<para><b>Return Value</b>: Best Fit</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnBestFitColumns">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that best fits the widths of all grid columns.</para>
<para><b>Return Value</b>: Best Fit (all columns)</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnClearFilter">
            <summary>
                <para><para>The caption of the item in the Column Context Menu, that clears filtering applied to a column.</para>


<para><b>Return Value</b>: Clear Filter</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnClearSorting">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that unsorts data by the column's values.</para>
<para><b>Return Value</b>: Clear Sorting</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnFilterEditor">
            <summary>
                <para><para>The caption of the item in the Column Context Menu, that shows the Filter Editor.</para>

<para><b>Return Value</b>: Filter Editor...</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnFixedLeft">
            <summary>
                <para><para>The caption of the item in the Column Context Menu, that fixes a column to the left.</para>


<para><b>Return Value</b>: Left</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnFixedNone">
            <summary>
                <para><para>The caption of a column's menu item used to unfix a column (a column takes part in horizontal scrolling).</para>


<para><b>Return Value</b>: None</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnFixedRight">
            <summary>
                <para><para>The caption of the item in the Column Context Menu, that fixes a column to the right.</para>


<para><b>Return Value</b>: Right</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnFixedStyle">
            <summary>
                <para><para>The caption of the sub item in a column's context menu, allowing an end-user to specify a column's behavior when a View is scrolled.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroup">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that groups data by the column's values.</para>
<para><b>Return Value</b>: Group By This Column</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupInterval">
            <summary>
                <para><para>The caption of the sub item in a column's context menu,  allowing an end-user to specify a DateTime column's interval grouping.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupIntervalDay">
            <summary>
                <para><para>The caption of the item in a column's context menu, that groups rows by the date part of their values. To learn more, see interval grouping.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupIntervalMonth">
            <summary>
                <para><para>The caption of the item in a column's context menu, that groups rows by the month of their values. To learn more, see interval grouping.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupIntervalNone">
            <summary>
                <para>Returns "None". Corresponds to the menu item that groups rows by values (<see cref="F:DevExpress.XtraGrid.ColumnGroupInterval.Default"/>). To learn more, see interval grouping.
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupIntervalSmart">
            <summary>
                <para><para>The caption of the item in a column's context menu, that groups rows according to their date value as compared with the current system date (<see cref="F:DevExpress.XtraGrid.ColumnGroupInterval.DateRange"/>). To learn more, see interval grouping.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupIntervalYear">
            <summary>
                <para><para>The caption of the item in a column's context menu, that groups rows by the year of their values. To learn more, see interval grouping.
</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnGroupSummaryEditor">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that invokes the Runtime Group Summary Editor.</para>
<para><b>Return Value</b>: Group Summary Editor...</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnHideColumnBandChooser">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that hides the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Show Column Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnHideColumnChooser">
            <summary>
                <para><para>The caption of the item in the Column Context Menu, that hides the Column Chooser.</para>
<para><b>Return Value</b>: Hide Column Chooser</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnHideGroupPanel">
            <summary>
                <para><para>The caption of the item in the Column Context Menu, that hides the Group Panel.</para>
<para><b>Return Value</b>: Hide Group Panel</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnHideSearchPanel">
            <summary>
                <para><para><b>Return Value</b>: Hide Search Panel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnResetGroupSummarySort">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that cancels sorting rows by group summary values. As a result, rows are sorted by the column's values.</para>
<para><b>Return Value</b>: Clear Summary Sorting</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnShowColumnBandChooser">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that invokes the Column Chooser in Banded View.</para>
<para><b>Return Value</b>: Show Column@#47;Band Chooser</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnShowColumnChooser">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that invokes the Column Chooser.</para>
<para><b>Return Value</b>: Show Column Chooser</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnShowGroupPanel">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that shows the Group Panel.</para>
<para><b>Return Value</b>: Show Group Panel</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnShowSearchPanel">
            <summary>
                <para><para><b>Return Value</b>: Show Search Panel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortAscending">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that sorts data by the column's values in ascending order.</para>
<para><b>Return Value</b>: Sort Ascending</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummaryAscending">
            <summary>
                <para><para><b>Return Value</b>: Sort Ascending</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummaryAverage">
            <summary>
                <para><para><b>Return Value</b>: Average</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummaryCount">
            <summary>
                <para><para><b>Return Value</b>: Count</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummaryDescending">
            <summary>
                <para><para><b>Return Value</b>: Sort Descending</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummaryMax">
            <summary>
                <para><para><b>Return Value</b>: Max</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummaryMin">
            <summary>
                <para><para><b>Return Value</b>: Min</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortBySummarySum">
            <summary>
                <para><para><b>Return Value</b>: Sum</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortDescending">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that sorts data by the column's values in descending order.</para>
<para><b>Return Value</b>: Sort Descending</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnSortGroupBySummaryMenu">
            <summary>
                <para><para>The caption of the subitem in the Column Context Menu whose child items are used to sort rows by group summary values. This item is hidden, if a View isn't grouped by the values of this column.</para>
<para><b>Return Value</b>: Sort By Summary</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnUnboundExpressionEditor">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that invokes the Expression Editor.</para>
<para><b>Return Value</b>: Expression Editor...</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuColumnUnGroup">
            <summary>
                <para><para>The caption of the item in the Column Context Menu that ungroups data by the column's values.</para>
<para><b>Return Value</b>: Ungroup</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterAverage">
            <summary>
                <para><para>The caption of the <b>Avg</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Average</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterCount">
            <summary>
                <para><para>The caption of the <b>Count</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Count</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterCustomize">
            <summary>
                <para><para>The caption of the item displayed within the Summary Context Menu that invokes the Runtime Summary Editor.</para>
<para><b>Return Value</b>: Customize...</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterMax">
            <summary>
                <para><para>The caption of the <b>Max</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Max</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterMin">
            <summary>
                <para><para>The caption of the <b>Min</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Min</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterRowCount">
            <summary>
                <para><para><b>Return Value</b>: Show row count</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuFooterSum">
            <summary>
                <para><para>The caption of the <b>Sum</b> item displayed within the Summary Context Menu.</para>
<para><b>Return Value</b>: Sum</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuGroupPanelClearGrouping">
            <summary>
                <para>The text displayed within the item in the Group Panel Context Menu that clears grouping.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuGroupPanelFullCollapse">
            <summary>
                <para>The text displayed within the item in the Group Panel Context Menu that collapses all group rows displayed within a View.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.MenuGroupPanelFullExpand">
            <summary>
                <para>The text displayed within the item in the Group Panel Context Menu that expands all group rows displayed within a View.

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.PopupFilterAll">
            <summary>
                <para><para>The caption of the filter item displayed within the Filter Dropdown that cancels any filtering by a column.</para>
<para><b>Return Value</b>: (All)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.PopupFilterBlanks">
            <summary>
                <para><para>The caption of the filter item displayed within the Filter Dropdown that displays the records which contain DBNull values in a column.</para>
<para><b>Return Value</b>: (Blanks)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.PopupFilterNonBlanks">
            <summary>
                <para><para>The caption of the filter item displayed within the Filter Dropdown that displays records which do not contain DBNull values in a column.</para>
<para><b>Return Value</b>: (Non blanks)</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ProgressWindowCancel">
            <summary>
                <para><para>The caption of the <b>Cancel</b> button displayed within the progress window.</para>
<para><b>Return Value</b>: Cancel</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.ProgressWindowTitle">
            <summary>
                <para><para>The title of the progress window.</para>
<para><b>Return Value</b>: Loading data</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormItemsTabCaption">
            <summary>
                <para><para>The caption of the Runtime Summary Editor's tab page that lists summary items.</para>
<para><b>Return Value</b>: Items</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormMoveItemDownCaption">
            <summary>
                <para><para>The caption of the button used to move the selected summary item down in the list. This button is displayed within the Runtime Summary Editor's <b>Order</b> tab page.</para>
<para><b>Return Value</b>: Down</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormMoveItemUpCaption">
            <summary>
                <para><para>The caption of the button used to move the selected summary item up in the list. This button is displayed within the Runtime Summary Editor's <b>Order</b> tab page.</para>
<para><b>Return Value</b>: Up</para>

</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormOrderAndAlignmentTabCaption">
            <summary>
                <para><para><b>Return Value</b>: Order and Alignment</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormOrderLeftSide">
            <summary>
                <para><para><b>Return Value</b>: Left side</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormOrderRightSide">
            <summary>
                <para><para><b>Return Value</b>: Right side</para>
</para>
            </summary>


        </member>
        <member name="F:DevExpress.Xpf.Grid.GridControlRuntimeStringId.SummaryEditorFormOrderTabCaption">
            <summary>
                <para><para>The caption of the Runtime Summary Editor's tab page that displays the order of summary items.</para>
<para><b>Return Value</b>: Order</para>

</para>
            </summary>


        </member>
        <member name="T:DevExpress.Xpf.Grid.SummaryItemBase">

            <summary>
                <para>Serves as a base for classes that represent summary items.
</para>
            </summary>

        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.Alignment">
            <summary>
                <para>Gets or sets the horizontal alignment within the Fixed Summary Panel. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Xpf.Grid.GridSummaryItemAlignment"/> enumeration value that specifies the summary item's horizontal alignment within the Fixed Summary Panel.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.AlignmentProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.DisplayFormat">
            <summary>
                <para>Gets or sets the pattern used to format the summary value. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the pattern used to format the summary value.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.DisplayFormatProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.SummaryItemBase.DisplayFormat"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.FieldName">
            <summary>
                <para>Gets or sets the name of a data source field whose values are used for summary calculation. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.FieldNameProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.SummaryItemBase.FieldName"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.SummaryItemBase.GetFooterDisplayText(System.IFormatProvider,System.String,System.Object,System.String)">
            <summary>
                <para>Returns the total summary item's text displayed within a Footer Cell.
</para>
            </summary>
            <param name="language">
		The language.

            </param>
            <param name="columnCaption">
		A <see cref="T:System.String"/> value that specifies the column's caption.

            </param>
            <param name="value">
		The summary item's value.

            </param>
            <param name="columnDisplayFormat">
		A <see cref="T:System.String"/> value that specifies the pattern used to format column values.

            </param>
            <returns>A <see cref="T:System.String"/> value that is the total summary item's text displayed within a footer cell.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.SummaryItemBase.GetGroupColumnDisplayText(System.IFormatProvider,System.String,System.Object,System.String)">
            <summary>
                <para>Returns the text corresponding to a group summary item. This text is displayed within group rows and is aligned to the specified column.

</para>
            </summary>
            <param name="language">
		The language.

            </param>
            <param name="columnCaption">
		A <see cref="T:System.String"/> value that specifies the column's caption.

            </param>
            <param name="value">
		The group summary item's value.

            </param>
            <param name="columnDisplayFormat">
		A <see cref="T:System.String"/> value that specifies the pattern used to format column values.

            </param>
            <returns>A <see cref="T:System.String"/> value that specifies the group summary item's text.

</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.SummaryItemBase.GetGroupDisplayText(System.IFormatProvider,System.String,System.Object,System.String)">
            <summary>
                <para>Returns the text corresponding to a group summary item. This text is displayed within group rows.
</para>
            </summary>
            <param name="language">
		The language.

            </param>
            <param name="columnCaption">
		A <see cref="T:System.String"/> value that specifies the column's caption.

            </param>
            <param name="value">
		The group summary item's value.

            </param>
            <param name="columnDisplayFormat">
		A <see cref="T:System.String"/> value that specifies the pattern used to format column values.

            </param>
            <returns>A <see cref="T:System.String"/> value that specifies group summary item's text.
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.IsLast">
            <summary>
                <para>This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
</para>
            </summary>
            <value>@nbsp;
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.IsLastProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.ShowInColumn">
            <summary>
                <para>Gets or sets a value that specifies a column in whose footer or group rows the summary is displayed. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:System.String"/> value that specifies the column's field name.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.ShowInColumnProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.SummaryItemBase.ShowInColumn"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.SummaryType">
            <summary>
                <para>Gets or sets the aggregate function type. This is a dependency property.
</para>
            </summary>
            <value>A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.SummaryTypeProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.SummaryItemBase.SummaryType"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.Tag">
            <summary>
                <para>Gets or sets custom data associated with the summary item. This is a dependency property.
</para>
            </summary>
            <value>An object associated with the summary item.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.TagProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.SummaryItemBase.Tag"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.SummaryItemBase.Visible">
            <summary>
                <para>Gets or sets whether the summary item is displayed within a View. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to display the summary item within a View; otherwise, <b>false</b>.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.SummaryItemBase.VisibleProperty">
            <summary>
                <para>Identifies the  dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="T:DevExpress.Xpf.Grid.DataControlSerializationOptions">

            <summary>
                <para>Contains options that specify how column specific settings are stored to and restored from a stream or file in XML format.
</para>
            </summary>

        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlSerializationOptions.#ctor">
            <summary>
                <para>Initializes a new instance of the DataControlSerializationOptions class.
</para>
            </summary>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumns(System.Windows.DependencyObject)">
            <summary>
                <para>Gets or sets whether the columns that currently exist in the grid, but do not exist in a layout when it is restored, should be retained. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to retain the columns that currently exist in the grid, but do not exist in the layout being restored; <b>false</b> to destroy these columns.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumnsProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumns"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlSerializationOptions.GetAddNewColumns(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumns"/> attached property for the specified <see cref="T:System.Windows.DependencyObject"/>. 

</para>
            </summary>
            <param name="obj">
		The element from which the property value is read.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumns"/> property value for the element.
</returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlSerializationOptions.GetRemoveOldColumns(System.Windows.DependencyObject)">
            <summary>
                <para>Gets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumns"/> attached property for the specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="obj">
		The element to which the attached property is written.

            </param>
            <returns>The <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumns"/> property value for the element. 
</returns>


        </member>
        <member name="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumns(System.Windows.DependencyObject)">
            <summary>
                <para>Gets or sets whether the columns that exist in a layout when it is restored but do not currently exist in the grid, should be discarded. This is a dependency property.
</para>
            </summary>
            <value><b>true</b> to discard the columns that exist in the layout being restored but do not currently exist in the grid; <b>false</b> to add these columns to the grid.
</value>


        </member>
        <member name="F:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumnsProperty">
            <summary>
                <para>Identifies the <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumns"/> dependency property.
</para>
            </summary>
            <returns> [To be supplied] </returns>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlSerializationOptions.SetAddNewColumns(System.Windows.DependencyObject,System.Boolean)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumns"/> attached property for the specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="obj">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.AddNewColumns"/> property value.

            </param>


        </member>
        <member name="M:DevExpress.Xpf.Grid.DataControlSerializationOptions.SetRemoveOldColumns(System.Windows.DependencyObject,System.Boolean)">
            <summary>
                <para>Sets the value of the <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumns"/> attached property for the specified <see cref="T:System.Windows.DependencyObject"/>.
</para>
            </summary>
            <param name="obj">
		The element to which the attached property is written.

            </param>
            <param name="value">
		The required <see cref="P:DevExpress.Xpf.Grid.DataControlSerializationOptions.RemoveOldColumns"/> value.

            </param>


        </member>
    </members>
</doc>