﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.PivotGrid.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.PivotGrid">
      <summary>
        <para>Contains classes which implement the main functionality of the <see href="https://docs.devexpress.com/WPF/7228/controls-and-libraries/pivot-grid">DXPivotGrid Suite</see>. To use these classes in XAML code, add the xmlns:dxpg=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.AllowHideFieldsType">
      <summary>
        <para>Lists values that specify when fields can be hidden by end-users.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.AllowHideFieldsType.Always">
      <summary>
        <para>Fields can always be hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.AllowHideFieldsType.Never">
      <summary>
        <para>Fields cannot be hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.AllowHideFieldsType.WhenFieldListVisible">
      <summary>
        <para>Fields can be hidden only when the field list is visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.AsyncCompletedHandler">
      <summary>
        <para>References a method executed after an <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation is completed.</para>
      </summary>
      <param name="result">An <see cref="T:DevExpress.Xpf.PivotGrid.AsyncOperationResult"/> object that specifies the result of the <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.AsyncOperationResult">
      <summary>
        <para>The result of the <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.AsyncOperationResult.Exception">
      <summary>
        <para>Gets an exception thrown during the <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation execution.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object that provides information on the exception that has been thrown; null (Nothing in Visual Basic) if no exception has been thrown.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.AsyncOperationResult.Value">
      <summary>
        <para>Gets the result of the <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation.</para>
      </summary>
      <value>The result of the <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CalculationBinding">
      <summary>
        <para>The base class used to specify a PivotGrid’s field calculation data binding in Optimized mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CalculationBinding.PartitioningCriteria">
      <summary>
        <para>Gets or sets how the window is defined for window calculations.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria"/> enumeration member that specifies a window that encompasses values that participate in a window calculation.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationBinding.PartitioningCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.CalculationBinding.PartitioningCriteria">PartitioningCriteria</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CalculationBinding.Source">
      <summary>
        <para>Gets or sets a data binding object that provides the data to calculate.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DataBinding"/> descendant that provides the source data.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationBinding.SourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.CalculationBinding.Source">Source</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CalculationDirection">
      <summary>
        <para>Lists possible calculation directions in a table.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationDirection.AcrossThenDown">
      <summary>
        <para>A calculation is performed horizontally through Pivot columns, then rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationDirection.DownThenAcross">
      <summary>
        <para>A calculation is performed vertically through Pivot rows, then columns.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria">
      <summary>
        <para>Lists values used to specify a partition (frame) in a data table for window calculations.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria.ColumnValue">
      <summary>
        <para>A window is composed of cells with the same column value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria.ColumnValueAndRowParentValue">
      <summary>
        <para>A window is composed of cells with the same column value and the same value of a parent row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria.None">
      <summary>
        <para>A window is not defined, i.e., the entire data table is the window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria.RowAndColumnParentValues">
      <summary>
        <para>A window is composed of cells with the same value of a parent column and the same value of a parent row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria.RowValue">
      <summary>
        <para>A window is composed of cells with the same row value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria.RowValueAndColumnParentValue">
      <summary>
        <para>A window is composed of cells with the same row values and the same values of a parent column.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CellElement">
      <summary>
        <para>A Pivot Grid’s <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cell</see> to which the cell style is applied.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CellElementData">
      <summary>
        <para>Contains the pivot grid’s <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> data, location, and layout characteristics.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CellElementData.#ctor(DevExpress.Xpf.PivotGrid.Internal.PivotVisualItems,System.Int32,System.Int32)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.ColumnIndex">
      <summary>
        <para>Gets the index of the column.</para>
      </summary>
      <value>The column index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.ColumnTotalValue">
      <summary>
        <para>Gets information about the column total related to the current cell.</para>
      </summary>
      <value>An object that is a column total value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.ColumnValue">
      <summary>
        <para>Gets information about the column field related to the current cell.</para>
      </summary>
      <value>An object that contains information about the column field related to the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.ColumnValueDisplayText">
      <summary>
        <para>Gets the text that is displayed in <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">column field values</see>.</para>
      </summary>
      <value>A column value’s display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.DisplayText">
      <summary>
        <para>Gets the cell’s display text.</para>
      </summary>
      <value>The cell’s display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.Field">
      <summary>
        <para>Gets the data field to which the cell belongs.</para>
      </summary>
      <value>The <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.IsFocused">
      <summary>
        <para>Gets or sets a value that determines whether this element is focused.</para>
      </summary>
      <value>true if the cell is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.IsTotalAppearance">
      <summary>
        <para>Gets whether the cell value is a <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see>.</para>
      </summary>
      <value>true if the cell value is a total; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.MaxIndex">
      <summary>
        <para>Gets the maximum column index that corresponds to the field value that is processed.</para>
      </summary>
      <value>The maximum column index that corresponds to the processed field value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.MaxLevel">
      <summary>
        <para>Gets the index of the last nested cell at the last column level.</para>
      </summary>
      <value>The zero-based index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.MinIndex">
      <summary>
        <para>Gets the minimum column index that corresponds to the field value that is processed.</para>
      </summary>
      <value>The minimum column index that corresponds to the processed field value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.MinLevel">
      <summary>
        <para>Gets the index of the first nested cell at the last column level.</para>
      </summary>
      <value>The zero-based index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.PivotGrid">
      <summary>
        <para>Gets the Pivot Grid control to which the cell belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl">PivotGridControl</see> instance to which the cell belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.RowIndex">
      <summary>
        <para>Gets the index of the specified row.</para>
      </summary>
      <value>An integer value that specifies the row index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.RowValue">
      <summary>
        <para>Gets information about the row field value that corresponds to the current cell.</para>
      </summary>
      <value>A row field value that corresponds to the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellElementData.Value">
      <summary>
        <para>Gets the value of the cell.</para>
      </summary>
      <value>The cell’s value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CellInfo">
      <summary>
        <para>Stores information about the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cell</see> displayed within the PivotGrid control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.ColumnValueInfo">
      <summary>
        <para>Gets information about a <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see> related to the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueInfo"/> object that contains information about a column field related to the current cell.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CellInfo.CreateDrillDownDataSource">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the cell currently being processed.</para>
      </summary>
      <returns>An object that implements the IEnumerable interface and represents a collection of the underlying data rows.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CellInfo.CreateDrillDownDataSourceAsync">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the cell currently being processed <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation result, containing an object that implements the IEnumerable interface and represents a collection of the underlying data rows.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.DataField">
      <summary>
        <para>Gets a Pivot Grid’s <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> related to the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a Pivot Grid’s data field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.DisplayText">
      <summary>
        <para>Gets the string that specifies the formatted value of the current cell as it is displayed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the cell’s display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.DrillDownDataSource">
      <summary>
        <para>Gets a list of records used to calculate a summary value for the cell currently being processed.</para>
      </summary>
      <value>An object that implements the IEnumerable interface and represents a collection of the underlying data rows.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.DrillDownException">
      <summary>
        <para>Gets an exception during the drill-down data source retrieval of the current cell.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object representing the exception.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.HasDrillDownException">
      <summary>
        <para>Indicates whether an exception occurred during the drill-down data source retrieval of the current cell.</para>
      </summary>
      <value>true, if an exception has occurred; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.HasDrillDownRows">
      <summary>
        <para>Indicates whether the drill-down data source contains data rows.</para>
      </summary>
      <value>true, if the drill-down data source contains data rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.IsDrillDownRequestCompleted">
      <summary>
        <para>Indicates whether the drill-down data source request has completed.</para>
      </summary>
      <value>true, if the drill-down data source request has completed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.RowValueInfo">
      <summary>
        <para>Gets information about a <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> related to the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueInfo"/> object that contains information about a row field related to the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CellInfo.Value">
      <summary>
        <para>Gets a summary value of the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> currently being processed.</para>
      </summary>
      <value>An object that is a cell value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition">
      <summary>
        <para>Represents a color scale format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition.Format">
      <summary>
        <para>Gets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.ColorScaleFormat"/> object that provides formatting settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition.FormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition.Format">ColorScaleFormatCondition.Format</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.ColorScaleFormatCondition.FormatPropertyForBinding">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CopyCollapsedValuesMode">
      <summary>
        <para>Lists values that specify how to copy collapsed field values to the clipboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CopyCollapsedValuesMode.DuplicateCollapsedValues">
      <summary>
        <para>Collapsed field values are replaced with duplicates of their parent values.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CopyCollapsedValuesMode.PreserveCollapsedLevels">
      <summary>
        <para>Collapsed field values are not copied but space is reserved for them.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CopyCollapsedValuesMode.RemoveCollapsedLevels">
      <summary>
        <para>Collapsed field values are not copied and space is not reserved for them.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CopyMultiSelectionMode">
      <summary>
        <para>Lists values that specify how to copy cells to the clipboard when multiple cells are selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CopyMultiSelectionMode.DiscardIntermediateColumnsAndRows">
      <summary>
        <para>Columns and rows located between the selected cells (blocks of cells) are not copied to the clipboard.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.CopyMultiSelectionMode.IncludeIntermediateColumnsAndRows">
      <summary>
        <para>Columns and rows located between the selected cells (blocks of cells) are copied to the clipboard with their cells empty.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.CustomizeCell">PivotGridXlsExportOptions.CustomizeCell</see>, <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.CustomizeCell">PivotGridCsvExportOptions.CustomizeCell</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.CustomizeCell">PivotGridXlsxExportOptions.CustomizeCell</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.CellItemInfo">
      <summary>
        <para>Gets additional information about a PivotGrid control’s cell whose value should be customized in the exported document.</para>
      </summary>
      <value>An object that contains information about cells whose value should be customized in the exported document.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.ColumnType">
      <summary>
        <para>Gets a value that identifies the column with the specified cell in the exported document.</para>
      </summary>
      <value>The type of the column that contains the cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.ExportArea">
      <summary>
        <para>Gets the PivotGrid field area to which the current cell corresponds.</para>
      </summary>
      <value>The PivotGrid field area of the current cell in the export document.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.Formatting">
      <summary>
        <para>Gets or sets the object that defines the cell’s format (font, alignment, background color, format string, etc.)</para>
      </summary>
      <value>The <see cref="T:DevExpress.Export.XlFormattingObject">XlFormattingObject</see> object that defines the cell’s format.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.Handled">
      <summary>
        <para>Gets or sets a value that indicates whether the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.CustomizeCell">PivotGridXlsExportOptions.CustomizeCell</see>/<see cref="E:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.CustomizeCell">PivotGridXlsxExportOptions.CustomizeCell</see> event is handled.</para>
      </summary>
      <value>true if the event is handled; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.RowType">
      <summary>
        <para>Gets a value that identifies the row with the specified cell in the exported document.</para>
      </summary>
      <value>The type of the row that contains the cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.Value">
      <summary>
        <para>Specifies the processed cell’s value.</para>
      </summary>
      <value>The processed cell’s value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomizePivotCellEventArgs.ValueItemInfo">
      <summary>
        <para>Gets the information on the field value of the current cell.</para>
      </summary>
      <value>An object that contains information on the field value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomServerModeSort">PivotGridControl.CustomServerModeSort</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.Field">
      <summary>
        <para>Gets the field whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field whose values are being compared.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.GetCellValue1(DevExpress.Xpf.PivotGrid.CrossAreaKey,DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>In <see href="https://docs.devexpress.com/WPF/11782/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source">OLAP</see> and <see href="https://docs.devexpress.com/WPF/18010/controls-and-libraries/pivot-grid/binding-to-data/database-server-mode">server mode</see>, returns the first cell value calculated for the specified cross area key against the specified data field.</para>
      </summary>
      <param name="crossAreaKey">A <see cref="T:DevExpress.XtraPivotGrid.CrossAreaKey"/> object that represents an array of column or row field values.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
      <returns>A summary value calculated for the specified column/row field values against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.GetCellValue1(System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>In <see href="https://docs.devexpress.com/WPF/11782/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source">OLAP</see> and <see href="https://docs.devexpress.com/WPF/18010/controls-and-libraries/pivot-grid/binding-to-data/database-server-mode">server mode</see>, returns the first cell value calculated for the specified cross area field values against the specified data field.</para>
      </summary>
      <param name="crossAreaValues">An array of column or row field values that identify the column/row where the cell resides.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
      <returns>A summary value calculated for the specified column/row field values against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.GetCellValue2(DevExpress.Xpf.PivotGrid.CrossAreaKey,DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>In <see href="https://docs.devexpress.com/WPF/11782/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source">OLAP</see> and <see href="https://docs.devexpress.com/WPF/18010/controls-and-libraries/pivot-grid/binding-to-data/database-server-mode">server mode</see>, returns the second cell value calculated for the specified cross area key against the specified data field.</para>
      </summary>
      <param name="crossAreaKey">A <see cref="T:DevExpress.XtraPivotGrid.CrossAreaKey"/> object, that represents an array of column or row field values.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
      <returns>A summary value calculated for the specified column/row field values against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.GetCellValue2(System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>In <see href="https://docs.devexpress.com/WPF/11782/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source">OLAP</see> and <see href="https://docs.devexpress.com/WPF/18010/controls-and-libraries/pivot-grid/binding-to-data/database-server-mode">server mode</see>, returns the second cell value calculated for the specified cross area field values against the specified data field.</para>
      </summary>
      <param name="crossAreaValues">An array of column or row field values that identify the column/row where the cell resides.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
      <returns>A summary value calculated for the specified column/row field values against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.GetCrossAreaKey(System.Object[])">
      <summary>
        <para>In <see href="https://docs.devexpress.com/WPF/11782/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source">OLAP</see> and <see href="https://docs.devexpress.com/WPF/18010/controls-and-libraries/pivot-grid/binding-to-data/database-server-mode">server mode</see>, returns cross area values by which you want to sort the pivot grid column or row.</para>
      </summary>
      <param name="crossAreaValues">The row/column field values.</param>
      <returns>A DevExpress.Xpf.PivotGrid.CrossAreaKey object, that represents an array of column or row field values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.OlapMember1">
      <summary>
        <para>Get the first member being compared.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IOLAPMember"/> interface.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.OlapMember2">
      <summary>
        <para>Get the second member being compared.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IOLAPMember"/> interface.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.Result">
      <summary>
        <para>Gets or sets the result of a custom comparison.</para>
      </summary>
      <value>An integer or null value that specifies the custom comparison’s result.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.Value1">
      <summary>
        <para>Gets the first value being compared.</para>
      </summary>
      <value>An object that represents the first value being compared.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.CustomServerModeSortEventArgs.Value2">
      <summary>
        <para>Gets the second value being compared.</para>
      </summary>
      <value>An object that represents the second value being compared.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataAreaElement">
      <summary>
        <para>The base class for the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area cells</see> and <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">field value cells</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElement.ElementData">
      <summary>
        <para>Gets information about the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DataAreaElementData"/> object that contains information about the field value cell or data area cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElement.ValueItem">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataAreaElement.ValueItemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DataAreaElement.ValueItem">DataAreaElement.ValueItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataAreaElementData">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value cell’s</see> and <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data area cell’s</see> data, location, and layout characteristics.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.Background">
      <summary>
        <para>Gets or sets the brush that is used to paint the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell.</para>
      </summary>
      <value>The brush that is used to paint the field value cell or data area cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.BorderThickness">
      <summary>
        <para>Gets or sets the outer indents of the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell.</para>
      </summary>
      <value>A Thickness value that specifies the outer indents.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.DisplayText">
      <summary>
        <para>Gets the text that is displayed in the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell.</para>
      </summary>
      <value>The display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.Field">
      <summary>
        <para>Gets the field to which the element belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a Pivot Grid field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.Foreground">
      <summary>
        <para>Gets or sets the brush that is used to paint the foreground of the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell.</para>
      </summary>
      <value>The brush that is used to paint the the data area cell or field value cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.IsSelected">
      <summary>
        <para>Gets a value that indicates whether the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell is selected.</para>
      </summary>
      <value>true if the cell is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.MaxIndex">
      <summary>
        <para>Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed.</para>
      </summary>
      <value>The maximum row or column index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.MaxLevel">
      <summary>
        <para>Gets the index of the last nested cell at the last column level.</para>
      </summary>
      <value>The zero-based index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.MinIndex">
      <summary>
        <para>Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed.</para>
      </summary>
      <value>The minimum row or column index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.MinLevel">
      <summary>
        <para>Gets the index of the first nested cell at the last column level.</para>
      </summary>
      <value>The zero-based index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.PivotGrid">
      <value>The Pivot Grid control to which the cell belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataAreaElementData.Value">
      <summary>
        <para>Gets the value of the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell or <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data area</see> cell.</para>
      </summary>
      <value>An object that contains information about the value of the field value or data area cell.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataBarFormatCondition">
      <summary>
        <para>Represents a data bar format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DataBarFormatCondition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DataBarFormatCondition"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataBarFormatCondition.Format">
      <summary>
        <para>Gets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.DataBarFormat"/> object that provides formatting settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataBarFormatCondition.FormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DataBarFormatCondition.Format">DataBarFormatCondition.Format</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataBarFormatCondition.FormatPropertyForBinding">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataBinding">
      <summary>
        <para>Base class of the the Data Binding API. Specifies the source data for the PivotGrid fields in Optimized mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataBinding.TypeName">
      <summary>
        <para>Gets the string that is the type name used in serialization of the data binding types.</para>
      </summary>
      <value>A string that is the type name.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataFieldArea">
      <summary>
        <para>Lists values that specify the area in which the data field headers are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataFieldArea.ColumnArea">
      <summary>
        <para>The data field headers are displayed as column headers. The data header is displayed within the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">column header area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataFieldArea.None">
      <summary>
        <para>The data field headers are displayed as column headers. The data header is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataFieldArea.RowArea">
      <summary>
        <para>The data field headers are displayed as row headers. The data header is displayed within the <see href="https://docs.devexpress.com/WPF/8005/controls-and-libraries/pivot-grid/ui-elements/row-header-area">row header area</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataProcessingEngine">
      <summary>
        <para>Lists values that specify an engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataProcessingEngine.Default">
      <summary>
        <para>A default data processing engine. You can specify the default engine explicitly using the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DefaultDataProcessingEngine">PivotGridControl.DefaultDataProcessingEngine</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataProcessingEngine.Legacy">
      <summary>
        <para>A legacy data processing engine.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataProcessingEngine.LegacyOptimized">
      <summary>
        <para>A legacy data processing engine that includes optimizations for basic operations.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataProcessingEngine.Optimized">
      <summary>
        <para>Improves performance and provides an extended set of aggregations and window functions. Allows you to use the Data Binding API for PivotGrid fields. Does not support legacy features and behavior. See the <see href="https://docs.devexpress.com/CoreLibraries/401367/devexpress-pivot-grid-core-library/pivot-grid-modes/in-memory-mode/pivot-grid-optimized-calculation-engine">Optimized Calculation Engine</see> article for more information.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding">
      <summary>
        <para>Defines a data binding to a data source column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.#ctor(System.String,DevExpress.Xpf.PivotGrid.FieldGroupInterval,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.#ctor(System.String,DevExpress.Xpf.PivotGrid.FieldGroupInterval)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding"/> class with specified settings.</para>
      </summary>
      <param name="columnName">The data source column name.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.ColumnName">
      <summary>
        <para>Gets or sets the name of the data source column.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the name of the column in the data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.ColumnNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.ColumnName">ColumnName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.GroupInterval">
      <summary>
        <para>Gets or sets how the values are combined into groups.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldGroupInterval"/> enumeration that specifies how the values are combined into groups.’</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.GroupIntervalNumericRange">
      <summary>
        <para>Gets or sets the length of group intervals for certain group types.</para>
      </summary>
      <value>An integer that specifies the length of group intervals.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.GroupIntervalNumericRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.GroupIntervalNumericRange">GroupIntervalNumericRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.GroupIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DataSourceColumnBinding.GroupInterval">GroupInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DateTimeGroupIntervals">
      <summary>
        <para>Lists possible DateTime group interval combinations.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DateTimeGroupIntervals.DefaultIntervals">
      <summary>
        <para>Basic DateTime group intervals:</para>
        <para />
        <para />
        <para />
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DateTimeGroupIntervals.ExtendedIntervals">
      <summary>
        <para>Displays basic and additional DateTime group intervals. Additional group intervals are:</para>
        <para />
        <para />
        <para />
        <para />
        <para />
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DateTimeGroupIntervals.None">
      <summary>
        <para>Hides the DateTime group intervals.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames">
      <summary>
        <para>Contains names of the <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.ClearSorting">
      <summary>
        <para>Returns “ItemClearSorting”. Corresponds to the field header menu item used to disable sorting in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.CollapseAll">
      <summary>
        <para>Returns “ItemCollapseAll”. Corresponds to the field value menu item used to collapse all values of the field.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.CollapseItem">
      <summary>
        <para>Returns “ItemCollapse”. Corresponds to the field value menu item used to collapse the field value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.ExpandAll">
      <summary>
        <para>Returns “ItemExpandAll”. Corresponds to the field value menu item used to expand all values of the field.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.ExpandItem">
      <summary>
        <para>Returns “ItemExpand”. Corresponds to the field value menu item used to expand the field value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.FieldMoveLeft">
      <summary>
        <para>Returns “ItemFieldMoveLeft”. Corresponds to the field header menu item used to move the field header to the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.FieldMoveRight">
      <summary>
        <para>Returns “ItemFieldMoveRight”. Corresponds to the field header menu item used to move the field header to the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.FieldMoveToBeginning">
      <summary>
        <para>Returns “ItemFieldMoveToBeginning”. Corresponds to the field header menu item used to move the header to the first position in its area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.FieldMoveToEnd">
      <summary>
        <para>Returns “ItemFieldMoveToEnd”. Corresponds to the field header menu item used to move the header to the last position in its area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.FieldOrder">
      <summary>
        <para>Returns “ItemFieldOrder”. Corresponds to the field header menu group that contains items used to move the header in its area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.HideField">
      <summary>
        <para>Returns “ItemHideField”. Corresponds to the field header menu item used to hide the field.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.HideFieldList">
      <summary>
        <para>Returns “ItemHideFieldList”. Corresponds to the menu item used to hide the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.InvertFilter">
      <summary>
        <para>Returns “InvertFilter”. Corresponds to the filter popup context menu item used to invert the filter condition.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.KpiGraphic">
      <summary>
        <para>Returns “ItemKpiGraphic”. Corresponds to the field header menu group that contains items used to select KPI graphics.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.RefreshData">
      <summary>
        <para>Returns “ItemRefreshData”. Corresponds to the menu item used to refresh data in the PivotGridControl.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.RemoveAllSorting">
      <summary>
        <para>Returns “ItemRemoveAllSorting”. Corresponds to the menu item used to remove sorting.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.ShowFieldList">
      <summary>
        <para>Returns “ItemShowFieldList”. Corresponds to the menu item used to show the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.SortAscending">
      <summary>
        <para>Returns “ItemSortAZ”. Corresponds to the field header menu item used to sort field values in ascending order, in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.SortByItem">
      <summary>
        <para>Returns “ItemSortBySummary”. Corresponds to the menu item used to apply <see href="https://docs.devexpress.com/WPF/8072/controls-and-libraries/pivot-grid/data-shaping/sorting/sorting-by-summary">Sorting by Summary</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DefaultMenuItemNames.SortDescending">
      <summary>
        <para>Returns “ItemSortZA”. Corresponds to the field header menu item used to sort field values in descending order in OLAP mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DifferenceBinding">
      <summary>
        <para>Defines the difference calculation between values across a window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DifferenceBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DifferenceBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.CalculationDirection,DevExpress.Xpf.PivotGrid.DifferenceTarget,DevExpress.Xpf.PivotGrid.DifferenceType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceBinding"/> class with specified settings.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Xpf.PivotGrid.DataBinding"/> descendant that provides the source data.</param>
      <param name="partitioningCriteria">A <see cref="T:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria"/> enumeration member that specifies a window in a window calculation.</param>
      <param name="direction">A <see cref="T:DevExpress.Xpf.PivotGrid.CalculationDirection"/> enumeration member that specifies the direction in which the calculation moves.</param>
      <param name="target">A <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceTarget"/> enumeration member that specifies the location of a value in a window.</param>
      <param name="differenceType">A <see cref="T:DevExpress.XtraPivotGrid.DifferenceType"/> enumeration member that specifies the type of difference to calculate.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.DifferenceBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.DifferenceTarget,DevExpress.Xpf.PivotGrid.DifferenceType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceBinding"/> class with specified settings.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Xpf.PivotGrid.DataBinding"/> descendant that provides the source data.</param>
      <param name="partitioningCriteria">A <see cref="T:DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria"/> enumeration member that specifies a window in a window calculation.</param>
      <param name="target">A <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceTarget"/> enumeration member that specifies the location of a value in a window.</param>
      <param name="differenceType">A <see cref="T:DevExpress.XtraPivotGrid.DifferenceType"/> enumeration member that specifies the type of difference to calculate.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DifferenceBinding.DifferenceType">
      <summary>
        <para>Gets or sets the type of difference to calculate.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceType"/> enumeration member that specifies the type of difference to calculate.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DifferenceBinding.DifferenceTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DifferenceBinding.DifferenceType">DifferenceType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DifferenceBinding.Target">
      <summary>
        <para>Gets or sets the location of a value for which a difference is calculated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DifferenceTarget"/> enumeration member that specifies the location of a value in a window.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DifferenceBinding.TargetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DifferenceBinding.Target">Target</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DifferenceType">
      <summary>
        <para>Lists the types of differences.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DifferenceType.Absolute">
      <summary>
        <para>The absolute value of the difference between values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DifferenceType.Percentage">
      <summary>
        <para>The percentage difference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.DirectedCalculationBinding">
      <summary>
        <para>Base class to specify calculations whose result is dependent on the direction of the calculation. Used as a PivotGrid’s field calculation data binding in Optimized mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.DirectedCalculationBinding.Direction">
      <summary>
        <para>Gets or sets the direction of the calculation.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.CalculationDirection"/> enumeration member that specifies the direction in a table.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.DirectedCalculationBinding.DirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.DirectedCalculationBinding.Direction">Direction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.EventArgsToCellInfoConverter">
      <summary>
        <para>A converter used to convert the event argument to the <see cref="T:DevExpress.Xpf.PivotGrid.CellInfo"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.EventArgsToCellInfoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.EventArgsToCellInfoConverter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.EventArgsToFieldValueInfoConverter">
      <summary>
        <para>A converter used to convert the event argument to the <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueInfo"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.EventArgsToFieldValueInfoConverter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.EventArgsToFieldValueInfoConverter"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.ExpressionConditionBase">
      <summary>
        <para>Serves as a base for classes that represent expression-type format conditions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.ExpressionConditionBase.Format">
      <summary>
        <para>Gets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.Format"/> object that provides formatting settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.ExpressionConditionBase.FormatProperty">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.ExpressionConditionBase"/> class.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.ExpressionConditionBase.FormatPropertyForBinding">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.ExpressionDataBinding">
      <summary>
        <para>Defines a calculation based on a string expression.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.ExpressionDataBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.ExpressionDataBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.ExpressionDataBinding.#ctor(DevExpress.Data.Filtering.CriteriaOperator)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.ExpressionDataBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.ExpressionDataBinding.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.ExpressionDataBinding"/> class with specified settings.</para>
      </summary>
      <param name="expression">A string expression.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.ExpressionDataBinding.Expression">
      <summary>
        <para>Gets or sets a string expression to calculate.</para>
      </summary>
      <value>A string expression.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.ExpressionDataBinding.ExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.ExpressionDataBinding.Expression"/> property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldAllowedAreas">
      <summary>
        <para>Lists values that specify pivot grid areas where a field can be positioned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldAllowedAreas.All">
      <summary>
        <para>A field can be positioned within any area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldAllowedAreas.ColumnArea">
      <summary>
        <para>A field can be positioned within the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">Column Header Area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldAllowedAreas.DataArea">
      <summary>
        <para>A field can be positioned within the <see href="https://docs.devexpress.com/WPF/7990/controls-and-libraries/pivot-grid/ui-elements/data-header-area">Data Header Area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldAllowedAreas.FilterArea">
      <summary>
        <para>A field can be positioned within the <see href="https://docs.devexpress.com/WPF/7999/controls-and-libraries/pivot-grid/ui-elements/filter-header-area">Filter Header Area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldAllowedAreas.RowArea">
      <summary>
        <para>A field can be positioned within the <see href="https://docs.devexpress.com/WPF/8005/controls-and-libraries/pivot-grid/ui-elements/row-header-area">Row Header Area</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldArea">
      <summary>
        <para>Lists the values that specify the areas where the pivot grid fields can be displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldArea.ColumnArea">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">column header area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldArea.DataArea">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/WPF/7990/controls-and-libraries/pivot-grid/ui-elements/data-header-area">data header area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldArea.FilterArea">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/WPF/7999/controls-and-libraries/pivot-grid/ui-elements/filter-header-area">filter header area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldArea.RowArea">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/WPF/8005/controls-and-libraries/pivot-grid/ui-elements/row-header-area">row header area</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldBestFitArea">
      <summary>
        <para>Lists the values used to specify which interface elements should be taken into account when calculating the optimal width for columns or rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldBestFitArea.All">
      <summary>
        <para>The contents of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>, <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> and <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> are taken into account when calculating the best-fit size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldBestFitArea.Cell">
      <summary>
        <para>The contents of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> are taken into account when calculating the best-fit size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldBestFitArea.FieldHeader">
      <summary>
        <para>The contents of <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> are taken into account when calculating the best-fit size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldBestFitArea.FieldValue">
      <summary>
        <para>The contents of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> are taken into account when calculating the best-fit size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldBestFitArea.None">
      <summary>
        <para>The best-fit functionality is disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldColumnTotalsLocation">
      <summary>
        <para>Lists values that specify the location of column totals.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldColumnTotalsLocation.Far">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">Column Totals</see> are displayed to the right of the column field values.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldColumnTotalsLocation.Near">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">Column Totals</see> are displayed to the left of the column field values.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldFilterType">
      <summary>
        <para>Contains the values that specify a field’s filter type in the PivotGrid control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldFilterType.Excluded">
      <summary>
        <para>Specifies that the DXPivotGrid control should not display the filter values. All the other values will be displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldFilterType.Included">
      <summary>
        <para>Specifies that the DXPivotGrid control should display only the filter values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldFilterValues">
      <summary>
        <para>Contains filter values for a specific field.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldFilterValues.#ctor(DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterValues"/> class.</para>
      </summary>
      <param name="field">A DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField object which represents the field that will own the collection. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Field">PivotGridFieldFilterValues.Field</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldFilterValues.Field">
      <summary>
        <para>Gets the field which owns the current collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field which the current collection belongs to.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldFilterValues.FilterType">
      <summary>
        <para>Gets or sets the field’s filter type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration value which specifies the field’s filter type.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldFilterValues.SetValues(System.Object[],DevExpress.Xpf.PivotGrid.FieldFilterType,System.Boolean)">
      <summary>
        <para>Adds the specified values to the collection and sets the <see cref="P:DevExpress.Xpf.PivotGrid.FieldFilterValues.FilterType">FieldFilterValues.FilterType</see> and <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks">PivotGridFieldFilterValues.ShowBlanks</see> properties to the specified values.</para>
      </summary>
      <param name="values">An array of objects which represent the filter values to add to the collection.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> value that specifies the current field’s filter type. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.FieldFilterValues.FilterType">FieldFilterValues.FilterType</see> property.</param>
      <param name="showBlanks">A Boolean value that specifies whether the PivotGrid should process the records which contain NULL values in the current field. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks">PivotGridFieldFilterValues.ShowBlanks</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldFilterValues.SetValuesAsync(System.Collections.Generic.IList{System.Object},DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldFilterValues.SetValuesAsync(System.Object[],DevExpress.Xpf.PivotGrid.FieldFilterType,System.Boolean,DevExpress.Xpf.PivotGrid.AsyncCompletedHandler)">
      <summary>
        <para>Adds the specified values to the collection and sets the <see cref="P:DevExpress.Xpf.PivotGrid.FieldFilterValues.FilterType">FieldFilterValues.FilterType</see> and <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks">PivotGridFieldFilterValues.ShowBlanks</see> properties to the specified values <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="values">An array of objects which represent the filter values to add to the collection.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> value that specifies the current field’s filter type. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.FieldFilterValues.FilterType">FieldFilterValues.FilterType</see> property.</param>
      <param name="showBlanks">A Boolean value that specifies whether the PivotGrid should process the records which contain NULL values in the current field. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks">PivotGridFieldFilterValues.ShowBlanks</see> property.</param>
      <param name="handler">An <see cref="T:DevExpress.Xpf.PivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed.</param>
      <returns>true, if the field filter values have changed; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldGroupInterval">
      <summary>
        <para>Contains values that specify how the values of a specific <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> are combined into groups.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Alphabetical">
      <summary>
        <para>Combines field values into categories according to the character that the values start with.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Custom">
      <summary>
        <para>Enables combining the field’s data into custom intervals via the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomGroupInterval">PivotGridControl.CustomGroupInterval</see> event.</para>
        <para>Not supported in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Date">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the date part. The time part of the values is ignored.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateDay">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the day part. The following groups can be created: 1, 2, 3,…,31.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateDayOfWeek">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the days of the week. Examples of such groups: Sunday, Monday, Tuesday (the actual names of the days of the week are determined by the current culture).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateDayOfYear">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the number of the day in which they occur in a year. The following groups can be created: 1, 2, 3,…,365 (,366 in a leap year).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateHour">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the date part with the hour value. Examples of such groups: 3/4/2012 0:00, 3/4/2012 1:00, 3/4/2012 2:00, …</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateHourMinute">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the date part with the hour and minute values. Examples of groups: 3/4/2012 0:00, 3/4/2012 0:01, 3/4/2012 0:02, …</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateHourMinuteSecond">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the date part with the hour, minute and second values. Examples of groups: 3/4/2012 0:00:00, 3/4/2012 0:00:01, 3/4/2012 0:00:02, …</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateMonth">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the month part. Examples of groups: January, February, March (the actual names of the months are determined by the current culture).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateMonthYear">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the date part. Examples of groups: 3/4/2012, 3/5/2012, 3/6/2012, …</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateQuarter">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are sorted by the quarterly intervals of the year. The following groups can be created: 1, 2, 3 and 4. Each quarter includes three months.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateQuarterYear">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the year and quarter. Examples of groups: Q3 2012, Q4 2012, Q1 2013, Q2 2013, …</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateWeekOfMonth">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the number of the week in which they occur in a month. The following groups can be created: 1, 2, 3, 4 and 5. The first week is the week containing the 1st day of the month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateWeekOfYear">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the number of the week in a year in which they occur. The following groups can be created: 1, 2, 3,…,52, 53.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateWeekYear">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the date of the first day of the week (uses culture settings). Examples of such groups: 7/1/2018, 7/8/2018, 7/15/2018.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DateYear">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the year part. Examples of such groups: 2003, 2004, 2005.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.DayAge">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the number of full days that have elapsed till the current date. The lengths of groups is determined by the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">PivotGridField.GroupIntervalNumericRange</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Default">
      <summary>
        <para>Groups combine unique field values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Hour">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the hour part, regardless of the date to which the current date/time value belongs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Minute">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the minute part, regardless of the date to which the current date/time value belongs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.MonthAge">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the number of full months that have elapsed till the current date. The lengths of groups is determined by the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">PivotGridField.GroupIntervalNumericRange</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Numeric">
      <summary>
        <para>This option is in effect only for fields that store numeric values.</para>
        <para>Field values are grouped into intervals as defined by the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">PivotGridField.GroupIntervalNumericRange</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.Second">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para />
        <para>Field values are grouped by the second part, regardless of the date to which the current date/time value belongs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.WeekAge">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the number of full weeks that have elapsed till the current date. The lengths of groups is determined by the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">PivotGridField.GroupIntervalNumericRange</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldGroupInterval.YearAge">
      <summary>
        <para>This option is in effect only for fields that store date/time values.</para>
        <para>Field values are grouped by the number of full years that have elapsed till the current date. The lengths of groups is determined by the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">PivotGridField.GroupIntervalNumericRange</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts">
      <summary>
        <para>Lists values that specify which layouts can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts.All">
      <summary>
        <para>All layouts can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts.BottomPanelOnly1by4">
      <summary>
        <para>The ‘Areas Section Only (1 by 4)’ layout can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts.BottomPanelOnly2by2">
      <summary>
        <para>The ‘Areas Section Only (2 by 2)’ layout can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts.StackedDefault">
      <summary>
        <para>The ‘Fields Section and Areas Section Stacked’ layout can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts.StackedSideBySide">
      <summary>
        <para>The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts.TopPanelOnly">
      <summary>
        <para>The ‘Fields Section Only’ layout can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldListArea">
      <summary>
        <para>Lists values that specify which fields the Customization Control should display.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListArea.All">
      <summary>
        <para>Customization Control displays fields from all areas.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListArea.ColumnArea">
      <summary>
        <para>Customization Control displays fields from the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">Column Header Area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListArea.DataArea">
      <summary>
        <para>Customization Control displays fields from the <see href="https://docs.devexpress.com/WPF/7990/controls-and-libraries/pivot-grid/ui-elements/data-header-area">Data Header Area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListArea.FilterArea">
      <summary>
        <para>Customization Control displays fields from the <see href="https://docs.devexpress.com/WPF/7999/controls-and-libraries/pivot-grid/ui-elements/filter-header-area">Filter Header Area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListArea.RowArea">
      <summary>
        <para>Customization Control displays fields from the <see href="https://docs.devexpress.com/WPF/8005/controls-and-libraries/pivot-grid/ui-elements/row-header-area">Row Header Area</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldListControlBase">
      <summary>
        <para>Serves as the base class for a pivot grid’s <see href="https://docs.devexpress.com/WPF/11753/controls-and-libraries/pivot-grid/layout/customization-form/standalone-customization-control">Customization Controls</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldListControlBase.#ctor">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldListControlBase.GroupFields">
      <summary>
        <para>Gets or sets whether hidden fields are grouped within the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>true to group fields; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListControlBase.GroupFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FieldListControlBase.GroupFields">FieldListControlBase.GroupFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldListControlBase.IncludeVisibleFields">
      <summary>
        <para>Gets or sets whether to show visible fields in the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true to show visible fields in the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListControlBase.IncludeVisibleFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FieldListControlBase.IncludeVisibleFields">FieldListControlBase.IncludeVisibleFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldListControlBase.IsExternal">
      <summary>
        <para>Gets or sets whether the Customization Control is standalone or located within a built-in Field List.</para>
      </summary>
      <value>true if the Customization Control is standalone; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldListLayout">
      <summary>
        <para>Lists values that specify the layout of the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldListOrientation">
      <summary>
        <para>Lists values that specify how field headers should be arranged within the Customization Control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListOrientation.Auto">
      <summary>
        <para>PivotGridControl automatically defines whether to stack field headers horizontally or vertically, according to the Customization Control’s width and height.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListOrientation.Horizontal">
      <summary>
        <para>Field headers are stacked horizontally.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListOrientation.Vertical">
      <summary>
        <para>Field headers are stacked vertically.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldListStyle">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>‘s style.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListStyle.Excel2007">
      <summary>
        <para>An end-user can:</para>
        <para />
        <para />
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldListStyle.Simple">
      <summary>
        <para>An end-user can move fields to the pivot grid using drag and drop.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldOLAPFilterUsingWhereClause">
      <summary>
        <para>Lists values that specify whether to use the WHERE clause in an MDX query, when filtering against <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldOLAPFilterUsingWhereClause.Always">
      <summary>
        <para>The WHERE clause is always used when filtering against <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldOLAPFilterUsingWhereClause.Auto">
      <summary>
        <para>The pivot grid automatically selects when to use the WHERE clause in an MDX query.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldOLAPFilterUsingWhereClause.Never">
      <summary>
        <para>The WHERE clause is never used when filtering against <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> in OLAP mode. A subselect clause is used instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldOLAPFilterUsingWhereClause.SingleValuesOnly">
      <summary>
        <para>The WHERE clause is used when the filter condition contains a single field value, either excluded or included into the pivot grid (in OLAP mode). Otherwise, a subselect clause is used.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldPropertyName">
      <summary>
        <para>Lists values that identify properties of fields.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldPropertyName.FieldName">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldPropertyName.GroupInterval">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupInterval">PivotGridField.GroupInterval</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldPropertyName.SortBySummaryInfo">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SortBySummaryInfo">PivotGridFieldBase.SortBySummaryInfo</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldPropertyName.SortOrder">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortOrder">PivotGridField.SortOrder</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldPropertyName.SummaryFilter">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryFilter">PivotGridFieldBase.SummaryFilter</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldPropertyName.SummaryType">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryType">PivotGridField.SummaryType</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldRowTotalsLocation">
      <summary>
        <para>Lists values that specify the location of row totals.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldRowTotalsLocation.Far">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">Row Totals</see> are displayed under the row field values.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldRowTotalsLocation.Near">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">Row Totals</see> are displayed above the row field values.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldRowTotalsLocation.Tree">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">row field values</see> are organized into a tree, and the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">row total</see> is displayed as a root node of the tree.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldSortBySummaryOrder">
      <summary>
        <para>Lists values that specify the sort order applied to a field when sorting by summaries is enabled for it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortBySummaryOrder.Ascending">
      <summary>
        <para>Field values are sorted in ascending order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortBySummaryOrder.Default">
      <summary>
        <para>The sort order is not changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortBySummaryOrder.Descending">
      <summary>
        <para>Field values are sorted in descending order.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldSortLocation">
      <summary>
        <para>Lists values that specify a target UI element whose items are sorted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortLocation.Filter">
      <summary>
        <para>Specifies items in a filter drop-down window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortLocation.GroupFilter">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/8447/controls-and-libraries/pivot-grid/data-shaping/filtering/group-filtering">group filter</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortLocation.Pivot">
      <summary>
        <para>Specifies the Pivot Grid’s data.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldSortMode">
      <summary>
        <para>Lists the values that specify how a field’s data should be sorted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.Custom">
      <summary>
        <para>Forces the PivotGridControl to fire the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldSort">PivotGridControl.CustomFieldSort</see> event that allows you to specify  a custom algorithm to sort the field values.</para>
        <para>Not supported in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.Default">
      <summary>
        <para>Sorts the field’s data by the field’s values (these are synchronized with the values from the bound data source).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.DimensionAttribute">
      <summary>
        <para>Sorts the field’s data by an OLAP member property (in <see href="https://docs.devexpress.com/WindowsForms/3253/controls-and-libraries/pivot-grid/binding-to-data/olap-mode/binding-to-olap-data-sources">OLAP</see> mode).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.DisplayText">
      <summary>
        <para>Sorts the field’s data by the field’s display text (the strings displayed within the field values).</para>
        <para>In <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP mode</see>, the data is sorted against the text generated on the server.</para>
        <para>The field will not be sorted against the custom text generated on the client side (for instance, if you modify the text via the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueDisplayText">PivotGridControl.FieldValueDisplayText</see> event).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.ID">
      <summary>
        <para>Sorts by a level member’s ID (in <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.Key">
      <summary>
        <para>Sorts the field’s data by key attributes. This option is in effect only in <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.None">
      <summary>
        <para>Data is not sorted, and it’s displayed in the order specified by the data source. This option is in effect only in OLAP mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortMode.Value">
      <summary>
        <para>Sorts the field’s data by the field’s values (these are synchronized with the values from the bound data source).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldSortOrder">
      <summary>
        <para>Lists the values that specify the sort order of a pivot grid’s fields.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortOrder.Ascending">
      <summary>
        <para>Sorts the field in ascending order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSortOrder.Descending">
      <summary>
        <para>Sorts the field in descending order.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType">
      <summary>
        <para>Contains options that specify how summary values are displayed within <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> (“as is” or adjusted using a specific predefined algorithm).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.AbsoluteVariation">
      <summary>
        <para>The absolute variance between the current value and the previously calculated value for the current field is displayed in the cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.Default">
      <summary>
        <para>The calculated summary values are displayed “as is”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.Index">
      <summary>
        <para>An index value that reflects the summary value’s importance in its row and column context. This value is calculated as follows:</para>
        <para />
        <para>((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.PercentOfColumn">
      <summary>
        <para>For <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>, the percentage of the column’s total value is displayed; for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">total cells</see>, the percentage of the column’s grand total value is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.PercentOfColumnGrandTotal">
      <summary>
        <para>Percent of the summary in the Column Grand Total value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.PercentOfGrandTotal">
      <summary>
        <para>Percent of the summary in the Grand Total value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.PercentOfRow">
      <summary>
        <para>For <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>, the percentage of the row’s total value is displayed; for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">total cells</see>, the percentage of the row’s grand total value is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.PercentOfRowGrandTotal">
      <summary>
        <para>Percent of the summary in the Row Grand Total value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.PercentVariation">
      <summary>
        <para>The percentage variance between the current value and the previously calculated value for the current field is displayed in the cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.RankInColumnLargestToSmallest">
      <summary>
        <para>The summary value’s rank in its column, with the largest value in the column as 1, and each smaller value assigned a higher rank.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.RankInColumnSmallestToLargest">
      <summary>
        <para>The summary value’s rank in its column, with the smallest value in the column as 1, and each larger value assigned a higher rank.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.RankInRowLargestToSmallest">
      <summary>
        <para>The summary value’s rank in its row, with the largest value in the row as 1, and each smaller value assigned a higher rank.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType.RankInRowSmallestToLargest">
      <summary>
        <para>The summary value’s rank in its row, with the smallest value in the row as 1, and each larger value assigned a higher rank.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldSummaryType">
      <summary>
        <para>Lists values that specify the summary function types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Average">
      <summary>
        <para>The average of the values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Count">
      <summary>
        <para>The number of values (excluding Null and DBNull values).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Custom">
      <summary>
        <para>The calculations should be performed manually using the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomSummary">PivotGridControl.CustomSummary</see> event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Max">
      <summary>
        <para>The largest value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Min">
      <summary>
        <para>The smallest value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.StdDev">
      <summary>
        <para>An estimate of the standard deviation of a population, where the sample is a subset of the entire population.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.StdDevp">
      <summary>
        <para>The standard deviation of a population, where the population is all of the data to be summarized.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Sum">
      <summary>
        <para>The sum of the values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Var">
      <summary>
        <para>An estimate of the variance of a population, where the sample is a subset of the entire population.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldSummaryType.Varp">
      <summary>
        <para>The variance of a population, where the population is all of the data to be summarized.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldTopValueMode">
      <summary>
        <para>Lists values that specify how the top n values for a specified data field are calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTopValueMode.AllValues">
      <summary>
        <para>Specifies the top n values in all the data source records.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTopValueMode.Default">
      <summary>
        <para>The default parameter value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTopValueMode.ParentFieldValues">
      <summary>
        <para>Specifies the top n values in the parent category.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldTopValueType">
      <summary>
        <para>Lists the values that specify how the number of <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Top Values</see> is determined.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTopValueType.Absolute">
      <summary>
        <para>The <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> property determines the absolute number of top field values to display. For instance, if there are 20 unique field values and the TopValueCount property is set to 10, only the 10 top field values will be displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTopValueType.Percent">
      <summary>
        <para>In a <see href="https://docs.devexpress.com/WPF/8014/controls-and-libraries/pivot-grid/binding-to-data/binding-to-data-overview">regular data binding</see> mode, the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> property determines the number of field values to display relative to the total number of field values. For instance, if there are 20 unique field values and the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> property is set to 10, only 2 top field values (10% out of 20) will be displayed.</para>
        <para>In an <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode, PivotGridControl will display top values whose cumulative total is equal to or greater than a specified percentage. For instance, if the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> property is set to 10, PivotGridControl will display values whose cumulative total is not less than 10% of the Grand Total value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTopValueType.Sum">
      <summary>
        <para>The <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> property determines the maximum allowed sum of the corresponding summary values. For instance, if the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> property is set to 100, the PivotGridControl will display field values whose corresponding summaries do not exceed 100.</para>
        <para>Works in <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldTotalsVisibility">
      <summary>
        <para>Contains values that specify which summary totals are displayed for a specific <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTotalsVisibility.AutomaticTotals">
      <summary>
        <para>Specifies that automatic totals are calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTotalsVisibility.CustomTotals">
      <summary>
        <para>Specifies that custom totals are calculated using the formula in the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.CustomTotals">PivotGridField.CustomTotals</see> collection.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldTotalsVisibility.None">
      <summary>
        <para>Specifies that a summary total is not calculated.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType">
      <summary>
        <para>Contains values that specify the data type and binding mode of columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.Boolean">
      <summary>
        <para>Indicates that the column is unbound and it contains Boolean values (the <see cref="T:System.Boolean"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.Bound">
      <summary>
        <para>Indicates that the column is bound to a field in the control’s underlying data source. The type of data this column contains is determined by the bound field.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.DateTime">
      <summary>
        <para>Indicates that the column is unbound and it contains date/time values (the <see cref="T:System.DateTime"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.Decimal">
      <summary>
        <para>Indicates that the column is unbound and it contains decimal values (the <see cref="T:System.Decimal"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.Integer">
      <summary>
        <para>Indicates that the column is unbound and it contains integer values (the <see cref="T:System.Int32"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.Object">
      <summary>
        <para>Indicates that the column is unbound and it contains values of any type. A <see cref="T:DevExpress.Xpf.Editors.TextEdit"/> editor is assigned for the in-place editing of such a column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType.String">
      <summary>
        <para>Indicates that the column is unbound and it contains string values (the <see cref="T:System.String"/> type).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldUnboundExpressionMode">
      <summary>
        <para>Lists values that specify how the unbound expressions for a specified data field are calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundExpressionMode.DataSource">
      <summary>
        <para>An unbound expression is calculated against each data source record, and the resulting values are summarized.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundExpressionMode.Default">
      <summary>
        <para>The default parameter value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundExpressionMode.UseAggregateFunctions">
      <summary>
        <para>An unbound expression is calculated using aggregates.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldUnboundExpressionMode.UseSummaryValues">
      <summary>
        <para>An unbound expression is calculated against summary values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldValueCell">
      <summary>
        <para>Represents a field value cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldValueCell.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueCell"/> class.</para>
      </summary>
      <param name="item">A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldValueCell.CreateDrillDownDataSource">
      <summary>
        <para>Returns data records that are used to calculate a summary value for the specified cell.</para>
      </summary>
      <returns>An object that contains records associated with the processed cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldValueCell.CreateDrillDownDataSource(System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns data records used to calculate a summary value for the specified cell in OLAP and server mode.</para>
      </summary>
      <param name="customColumns">A list of columns to return.</param>
      <returns>An object that contains records associated with the processed cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldValueCell.CreateDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns data records used to calculate a summary value for the specified cell in OLAP and server mode.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to return.</param>
      <param name="customColumns">A list of columns to return.</param>
      <returns>An object that contains records associated with the processed cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FieldValueCell.CreateDrillDownDataSource(System.Int32)">
      <summary>
        <para>Returns data records that are used to calculate a summary value for the specified cell.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to return.</param>
      <returns>An object that contains records associated with the processed cell.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueCell.DataField">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> which identifies the cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> which identifies the cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueCell.Field">
      <summary>
        <para>Gets the field whose value the cell represents.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field whose value the cell represents.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueCell.Parent">
      <summary>
        <para>Gets the parent of the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueCell"/> object that represents the parent cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueCell.ValueType">
      <summary>
        <para>Gets the type of the cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> enumeration member that specifies the type of the cell.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldValueElement">
      <summary>
        <para>A Pivot Grid <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell to which the cell style is applied.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElement.AllowHorizontalSizing">
      <summary>
        <para>Gets or sets whether a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell can be horizontally resized.</para>
      </summary>
      <value>true if a field value cell can be horizontally resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldValueElement.AllowHorizontalSizingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FieldValueElement.AllowHorizontalSizing">FieldValueElement.AllowHorizontalSizing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElement.AllowVerticalSizing">
      <summary>
        <para>Gets or sets whether a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell can be vertically resized.</para>
      </summary>
      <value>true if a field value cell can be vertically resized; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldValueElement.AllowVerticalSizingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FieldValueElement.AllowVerticalSizing">FieldValueElement.AllowVerticalSizing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldValueElementData">
      <summary>
        <para>Contains the pivot grid’s field value cell data, location, and layout characteristics.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.DataField">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> to which the field value cell belongs.</para>
      </summary>
      <value>The Pivot Grid field to which the field value cell belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.DisplayText">
      <summary>
        <para>Gets the text that is displayed in the cell.</para>
      </summary>
      <value>The display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.ExpandButtonVisibility">
      <summary>
        <para>Gets the actual visibility state of the expand button.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration value that specifies the visibility of the expand button.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.Field">
      <summary>
        <para>Gets the field to which the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a Pivot Grid field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.IsCustomTotalAppearance">
      <summary>
        <para>Gets whether the visual element that corresponds to the field value is displayed as a <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see>.</para>
      </summary>
      <value>true if the visual element that corresponds to the field value is displayed as a custom total; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.IsGrandTotal">
      <summary>
        <para>Gets whether the visual element that corresponds to the field value is a grand total element.</para>
      </summary>
      <value>true if the visual element is a grand total element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.IsLastLevelItem">
      <summary>
        <para>Gets whether the visual element that corresponds to the field value is the last level item.</para>
      </summary>
      <value>true if the visual element is the last level item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.IsOthersRow">
      <summary>
        <para>Gets whether the element is the <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Others</see> item if the Top N Values feature is enabled for the field.</para>
      </summary>
      <value>true if the element is the <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Others</see> item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.IsSortedBySummary">
      <summary>
        <para>Gets whether the visual element that corresponds to the field value is displayed and indicates that the field value is sorted by summary.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.IsTotalAppearance">
      <summary>
        <para>Gets whether the field value element is a <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see>.</para>
      </summary>
      <value>true if the field value element is a total; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.MaxIndex">
      <summary>
        <para>Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed.</para>
      </summary>
      <value>The maximum row or column index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.MaxLevel">
      <summary>
        <para>Gets the index of the last column or row level occupied by the cell.</para>
      </summary>
      <value>The zero-based index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.MinIndex">
      <summary>
        <para>Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed.</para>
      </summary>
      <value>The minimum row or column index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.MinLevel">
      <summary>
        <para>Gets the index of the first column or row level occupied by the cell.</para>
      </summary>
      <value>The zero-based index.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.PivotGrid">
      <summary>
        <para>Gets the Pivot Grid control to which the field value cell belongs.</para>
      </summary>
      <value>The Pivot Grid control.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.Value">
      <summary>
        <para>Gets the value of the field value cell.</para>
      </summary>
      <value>An object that contains information about the cell’s value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueElementData.VerticalContentAlignment">
      <summary>
        <para>This member supports the WPF infrastructure, and is not intended for direct use in code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldValueInfo">
      <summary>
        <para>Stores information about the row and column fields related to the selected cell.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.Children">
      <summary>
        <para>Gets a collection of objects that store information about the child fields of the current field.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueInfo"/> objects that contains information about the child fields.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.DisplayText">
      <summary>
        <para>Gets the string that specifies the formatted cell value as it is displayed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that is the formatted cell value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.Field">
      <summary>
        <para>Gets the pivot grid field related to the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a Pivot Grid field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.IsColumn">
      <summary>
        <para>Indicates whether the field whose value has currently been processed is a <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see>.</para>
      </summary>
      <value>true, if the field value corresponds to a <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">column field</see>; false, if the field value corresponds to a <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.IsOthersValue">
      <summary>
        <para>Indicates whether the current field value is the ‘Others’ value.</para>
      </summary>
      <value>true, if the field value is the ‘Others’ value; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.Parent">
      <summary>
        <para>Gets the information about the parent field for the current field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueInfo"/> object that contains information about the parent field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.Value">
      <summary>
        <para>Gets the current field value.</para>
      </summary>
      <value>An object that is the current field value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FieldValueInfo.ValueType">
      <summary>
        <para>Gets the information about the type of the column / row value.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> object that is a field value type.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FieldValueType">
      <summary>
        <para>Lists values that specify the types of column and row field values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldValueType.CustomTotal">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldValueType.GrandTotal">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldValueType.Total">
      <summary>
        <para>Corresponds to an <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">automatic total</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FieldValueType.Value">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FilterPopupMode">
      <summary>
        <para>Lists styles of the <see href="https://docs.devexpress.com/WPF/10932/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-drop-down">filter drop-down</see> to use for the current field.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FilterPopupMode.Default">
      <summary>
        <para>Default value</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FormatCondition">
      <summary>
        <para>Represents a format condition based on a specified rule(s) or expression.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FormatCondition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.FormatCondition"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatCondition.Value1">
      <summary>
        <para>Gets or sets the first constant that is compared with data cell values.</para>
      </summary>
      <value>A value that is compared with column values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatCondition.Value1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatCondition.Value1">FormatCondition.Value1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatCondition.Value2">
      <summary>
        <para>Gets or sets the first constant that is compared with data cell values.</para>
      </summary>
      <value>A value that is compared with column values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatCondition.Value2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatCondition.Value2">FormatCondition.Value2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatCondition.ValueRule">
      <summary>
        <para>Specifies the rule for conditional formatting.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.ConditionRule"/> object that is a rule formatting based on value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatCondition.ValueRuleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatCondition.ValueRule">FormatCondition.ValueRule</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FormatConditionBase">
      <summary>
        <para>Serves as a base for classes that represent format conditions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FormatConditionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.FormatConditionBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.ApplyToSpecificLevel">
      <summary>
        <para>Specifies whether to apply conditional formatting to data cells placed at the intersection of specified column and row fields. This is a dependency property.</para>
      </summary>
      <value>true, to apply formatting condition to specific level; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.ApplyToSpecificLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.ApplyToSpecificLevel">FormatConditionBase.ApplyToSpecificLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.ColumnName">
      <summary>
        <para>Gets or sets a name of the column field to which, on intersection with a row field, a format is applied.</para>
      </summary>
      <value>A System.String object that is a column field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.ColumnNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.ColumnName">FormatConditionBase.ColumnName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.Expression">
      <summary>
        <para>Gets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the expression used to apply the conditional formatting rule.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.ExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.Expression">FormatConditionBase.Expression</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.FormatPropertyForBinding">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FormatConditionBase.GetApplyToFieldName">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.IsEnabled">
      <summary>
        <para>Gets or sets a flag that indicates whether the format rule is enabled. This is a dependency property.</para>
      </summary>
      <value>true, if the format rule is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.IsEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.IsEnabled">FormatConditionBase.IsEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.MeasureName">
      <summary>
        <para>Gets or sets a data field name for whose values conditional formatting is applied.</para>
      </summary>
      <value>A System.String object, that is a data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.MeasureNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.MeasureName">FormatConditionBase.MeasureName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.Owner">
      <summary>
        <para>Gets the format condition’s owner.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FormatConditionCollection"/> object that is the format condition’s owner.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.OwnerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.Owner">FormatConditionBase.Owner</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.PredefinedFormatName">
      <summary>
        <para>Gets or sets the name of the predefined format to be applied to the cells. This is a dependency property.</para>
      </summary>
      <value>A System.String value that is the predefined format name.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.PredefinedFormatNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.PredefinedFormatName">FormatConditionBase.PredefinedFormatName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.RowName">
      <summary>
        <para>Gets or sets a name of the row field, to which intersection with column field a format is applied.</para>
      </summary>
      <value>A System.String object that is a row field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionBase.RowNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.RowName">FormatConditionBase.RowName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionBase.TypeName">
      <summary>
        <para>Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
      <value>A System.String value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FormatConditionCollection">
      <summary>
        <para>Represents a collection of format conditions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FormatConditionCollection.#ctor(DevExpress.Xpf.PivotGrid.Internal.IFormatConditionCollectionOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.FormatConditionCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FormatConditionCollection.GetInfoByFieldName(System.String)">
      <summary>
        <para>For internal use.</para>
      </summary>
      <param name="fieldName">A string which is the name of a field.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionCollection.Owner">
      <summary>
        <para>Gets the format condition’s owner.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.Internal.IFormatConditionCollectionOwner object that is the format condition’s owner.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters">
      <summary>
        <para>Contains parameters for conditional formatting commands.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.Column">
      <summary>
        <para>Gets or sets the column field to which the format rule command is executed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a column field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.ColumnProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.Column">FormatConditionCommandParameters.Column</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.Measure">
      <summary>
        <para>Gets or sets the data field for which the format rule command is executed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.MeasureProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.Measure">FormatConditionCommandParameters.Measure</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.Row">
      <summary>
        <para>Gets or sets the row field for which the format rule command is executed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a row field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.RowProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.FormatConditionCommandParameters.Row">FormatConditionCommandParameters.Row</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridGroup.Changed">PivotGridGroup.Changed</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupChangedEventArgs.#ctor(System.Windows.RoutedEvent,DevExpress.Xpf.PivotGrid.GroupChangeType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupChangedEventArgs"/> class.</para>
      </summary>
      <param name="routedEvent">The routed event.</param>
      <param name="changeType">A <see cref="T:DevExpress.Xpf.PivotGrid.GroupChangeType"/> enumeration member that specifies how the field group has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.GroupChangedEventArgs.ChangeType">GroupChangedEventArgs.ChangeType</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.GroupChangedEventArgs.ChangeType">
      <summary>
        <para>Gets a value that indicates what caused the group to change.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupChangeType"/> enumeration member that specifies what caused the group to change.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupChangedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridGroup.Changed">PivotGridGroup.Changed</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.GroupChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupChangeType">
      <summary>
        <para>Lists values that specify what caused the field group to change.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.GroupChangeType.FieldExpandCollapse">
      <summary>
        <para>The group has been changed as a result of a field header expand/collapse.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.GroupChangeType.InternalChange">
      <summary>
        <para>The group has been changed for other reasons (caption change, fields reordering, etc.).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupFilterMode">
      <summary>
        <para>Lists values that specify the filtering mode for grouped fields.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupFilterValue">
      <summary>
        <para>A group filter value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValue.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValue.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> class.</para>
      </summary>
      <param name="value">An object that represents the corresponding field value.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.GroupFilterValue.ChildValues">
      <summary>
        <para>Gets the collection of the filter value’s child values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection"/> object representing the collection of child values.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.GroupFilterValue.Field">
      <summary>
        <para>Gets the field to which the filter value corresponds.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a field to which the filter value corresponds.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupFilterValues">
      <summary>
        <para>Represents a group filter condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValues.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValues"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValues.#ctor(DevExpress.Xpf.PivotGrid.PivotGridInternalGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValues"/> class. For internal use.</para>
      </summary>
      <param name="group">A DevExpress.Xpf.PivotGrid.PivotGridInternalGroup object.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.GroupFilterValues.FilterType">
      <summary>
        <para>Gets or sets the filter type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration member that specifies the filter type.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValues.SetValuesAsync(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.Xpf.PivotGrid.FieldFilterType,DevExpress.Xpf.PivotGrid.AsyncCompletedHandler)">
      <summary>
        <para>Adds the specified filter values to the collection, and sets the filter type to the specified value <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="values">A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection"/> object that specifies the collection of group filter values. This object is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Values">PivotGroupFilterValues.Values</see> property.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> object that specifies the filter type. This object is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.GroupFilterValues.FilterType">GroupFilterValues.FilterType</see> property.</param>
      <param name="handler">An <see cref="T:DevExpress.Xpf.PivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed.</param>
      <returns>true, if the specified values differ from the current ones; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValues.SetValuesAsync(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.XtraPivotGrid.PivotFilterType,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection">
      <summary>
        <para>A collection of group filter values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection.#ctor(DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection"/> class.</para>
      </summary>
      <param name="owner">An object implementing the IPivotGroupFilterValueParent interface that represents the owner of the collection (e.g., a <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> or <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValues"/> object).</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection.Add(DevExpress.Xpf.PivotGrid.GroupFilterValue)">
      <summary>
        <para>Adds the specified filter value to the collection.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> object that is a group filter value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection.Add(System.Object)">
      <summary>
        <para>Creates a filter value that corresponds to the specified field value, and adds it to the collection.</para>
      </summary>
      <param name="value">The field value for which the filter value should be created and added to the collection.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> object representing the filter value that has been added to the collection.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection.Item(System.Object)">
      <summary>
        <para>Gets or sets the filter value by the corresponding field value.</para>
      </summary>
      <param name="key">The field value for which the corresponding filter value should be specified.</param>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> object representing the filter value that corresponds to the specified field value.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection.Remove(DevExpress.Xpf.PivotGrid.GroupFilterValue)">
      <summary>
        <para>Removes the specified filter value from the collection.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValue"/> object representing the filter value that should be removed from the collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.IconSetFormatCondition">
      <summary>
        <para>Represents an icon set format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.IconSetFormatCondition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.IconSetFormatCondition"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IconSetFormatCondition.Format">
      <summary>
        <para>Gets or sets the formatting settings applied to cells (or corresponding rows) whose values take part in conditional formatting. This is a dependency property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.IconSetFormat"/> object that provides formatting settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.IconSetFormatCondition.FormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.IconSetFormatCondition.Format">IconSetFormatCondition.Format</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IconSetFormatCondition.FormatPropertyForBinding">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase">
      <summary>
        <para>Serves as a base for classes that represent indicator-type format conditions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.MaxValue">
      <summary>
        <para>Specifies the maximum data field value to accept for conditional formatting. This is a dependency property.</para>
      </summary>
      <value>An object accepted as the maximum data field value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.MaxValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.MaxValue">IndicatorFormatConditionBase.MaxValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.MinValue">
      <summary>
        <para>Specifies the minimum data field value to accept for conditional formatting. This is a dependency property.</para>
      </summary>
      <value>An object accepted as the minimum data field value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.MinValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.MinValue">IndicatorFormatConditionBase.MinValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.SelectiveExpression">
      <summary>
        <para>Specifies a custom rule for applying conditional formatting. This is a dependency property.</para>
      </summary>
      <value>A System.String value that is the rule expression.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.SelectiveExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.IndicatorFormatConditionBase.SelectiveExpression">IndicatorFormatConditionBase.SelectiveExpression</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.IThreadSafeField">
      <summary>
        <para>When implemented, provides a read-only access to basic settings of a field.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.AllowedAreas">
      <summary>
        <para>Gets the areas within which the field can be positioned.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldAllowedAreas"/> enumeration value (or a combination of values) that specifies in which areas the field can be positioned.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.Area">
      <summary>
        <para>Gets the area in which the field is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the area in which the field is displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.AreaIndex">
      <summary>
        <para>Gets the field’s index among the other fields displayed within the same area.</para>
      </summary>
      <value>A zero-based integer that specifies the field’s index among the other fields displayed within the same area.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.Caption">
      <summary>
        <para>Gets the field’s display caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the field’s display caption.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.DataType">
      <summary>
        <para>Gets the field’s data type.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> that specifies the field’s data type.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.DisplayFolder">
      <summary>
        <para>Gets the name of the <see href="https://docs.devexpress.com/WPF/11754/controls-and-libraries/pivot-grid/layout/customization-form/user-folders">folder</see> in which the field is located.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/WPF/11754/controls-and-libraries/pivot-grid/layout/customization-form/user-folders">folder</see> in which the field is located.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.DisplayText">
      <summary>
        <para>Gets the string displayed within the field header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the field header display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.ExpandedInFieldsGroup">
      <summary>
        <para>Gets the expansion status of the current field if it belongs to a field group.</para>
      </summary>
      <value>true if the field is expanded in a field group; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.FieldName">
      <summary>
        <para>Gets the name of the data source field assigned to the current <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.FilterValues">
      <summary>
        <para>Gets filter values for the current field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterValues"/> object that contains filter values for the current field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.Group">
      <summary>
        <para>Gets the group that owns the current field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> object that owns the current field; null if the field does not belong to a group.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.GroupIndex">
      <summary>
        <para>Gets the index of the field in a field group.</para>
      </summary>
      <value>An integer value that specifies the index of the field in the group that owns the current field. -1 if the field does not belong to a group.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.GroupInterval">
      <summary>
        <para>Gets how values of the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> are combined into groups.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldGroupInterval"/> enumeration value that specifies how values of the current field are combined into groups.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.GroupIntervalNumericRange">
      <summary>
        <para>Gets the length of intervals into which field values are grouped.</para>
      </summary>
      <value>An integer value that specifies the length of intervals into which field values are grouped.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.Name">
      <summary>
        <para>Gets the field name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the field name.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.RunningTotal">
      <summary>
        <para>Gets whether Running totals are calculated for values in the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">Data Area</see> that correspond to the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</para>
      </summary>
      <value>true to calculate Running totals for the current column/row field; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.ShowNewValues">
      <summary>
        <para>Gets whether field values that have appeared in the datasource after the field’s filtering was configured should be shown.</para>
      </summary>
      <value>true to show new field values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.SortMode">
      <summary>
        <para>Gets how data is sorted when sorting is applied to the field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortMode"/> enumeration member that specifies how data is sorted when sorting is applied to the field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.SortOrder">
      <summary>
        <para>Gets the field sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortOrder"/> enumeration member that specifies the field sort order.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.SummaryType">
      <summary>
        <para>Gets the type of summary function calculated against the current field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> enumeration value that specifies the type of summary function calculated against the current field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.TopValueCount">
      <summary>
        <para>Gets an absolute or relative number of field values to be displayed for the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</para>
      </summary>
      <value>An integer value that specifies the number of field values to be displayed for the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.TopValueShowOthers">
      <summary>
        <para>Gets whether the “Others” item is displayed within the PivotGridControl when the <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Top N Values</see> feature is enabled.</para>
      </summary>
      <value>true if the “Others” item is displayed when the <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Top N Values</see> feature is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.TopValueType">
      <summary>
        <para>Gets how the number of Top Values is determined.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldTopValueType"/> value that specifies how the number of Top Values is determined.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.UnboundExpression">
      <summary>
        <para>Gets an expression used to evaluate values for the current unbound field.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies an expression used to evaluate values for the current field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.UnboundFieldName">
      <summary>
        <para>Gets the name of a column in a summary data source that corresponds to the current unbound field.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of a column in a summary data source that corresponds to the current field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.UnboundType">
      <summary>
        <para>Gets the data type and binding mode of the field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType"/> enumeration value that denotes the data type and binding mode of the field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.IThreadSafeField.Visible">
      <summary>
        <para>Gets whether the field is visible.</para>
      </summary>
      <value>true if the field is visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.LightweightCellElement.IsLightWeightModeProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.LightweightFieldValueElement.IsLightWeightModeProperty">
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.MovingCalculationBinding">
      <summary>
        <para>Defines aggregations across a specified number of values before and/or after the current value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.MovingCalculationBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.CalculationDirection,DevExpress.Xpf.PivotGrid.FieldSummaryType,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.MovingCalculationBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.FieldSummaryType,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.MovingCalculationBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.NextValuesCount">
      <summary>
        <para>Gets or sets the number of values after the current value to include in the aggregation.</para>
      </summary>
      <value>The number of values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.NextValuesCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.NextValuesCount"/> property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.PreviousValuesCount">
      <summary>
        <para>Gets or sets the number of values before the current value to include in the aggregation.</para>
      </summary>
      <value>The number of values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.PreviousValuesCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.PreviousValuesCount"/> property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.SummaryType">
      <summary>
        <para>Gets or sets the aggregation type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> enumeration member that specifies the aggregation type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.SummaryTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.MovingCalculationBinding.SummaryType"/> property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.OlapDataProvider">
      <summary>
        <para>Lists values that specify which data provider should be used when binding to an OLAP cube.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.OlapDataProvider.Adomd">
      <summary>
        <para>The ADOMD.NET data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.OlapDataProvider.Default">
      <summary>
        <para>The default OLAP provider (see the respective property description for details).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.OlapDataProvider.OleDb">
      <summary>
        <para>The OLE DB data provider.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.OlapDataProvider.Xmla">
      <summary>
        <para>The XMLA data access standard.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.OlapExpressionBinding">
      <summary>
        <para>Allows you to use an expression to evaluate values for a Pivot Grid’s field in OLAP mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.OlapExpressionBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.OlapExpressionBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.OlapExpressionBinding.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.OlapExpressionBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.OlapExpressionBinding.Expression">
      <summary>
        <para>Specifies a string expression for a Pivot Grid field.</para>
      </summary>
      <value>A string expression.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.OlapExpressionBinding.ExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.OlapExpressionBinding.Expression"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PercentOfTotalBinding">
      <summary>
        <para>Allows you to calculate the input of all values in the window as a percentage of the total.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PercentOfTotalBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PercentOfTotalBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PercentOfTotalBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PercentOfTotalBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BrushChanged">PivotGridControl.BrushChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventArgs.#ctor(System.Windows.RoutedEvent,System.Object,DevExpress.Xpf.PivotGrid.PivotBrushType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventArgs"/> class.</para>
      </summary>
      <param name="evt">The routed event.</param>
      <param name="source">The event source.</param>
      <param name="changedType">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotBrushType"/> enumeration member that specifies which brush has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventArgs.BrushType">PivotBrushChangedEventArgs.BrushType</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventArgs.BrushType">
      <summary>
        <para>Gets which brush has been changed. For internal use.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotBrushType"/> enumeration member that specifies which brush has been changed.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BrushChanged">PivotGridControl.BrushChanged</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotBrushChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotBrushType">
      <summary>
        <para>Lists values that identify a brush type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotBrushType.CellBrush">
      <summary>
        <para>A brush used to paint <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotBrushType.ValueBrush">
      <summary>
        <para>A brush used to paint <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs">
      <summary>
        <para>Provides data for the events which are invoked for particular data cells.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.ColumnCustomTotal">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see> to which the processed cell’s column corresponds.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> object that represents the <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see> to which the processed cell’s column corresponds.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.ColumnField">
      <summary>
        <para>Gets the innermost <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see> which corresponds to the processed cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the column field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.ColumnFieldIndex">
      <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.PivotGrid.PivotCellBaseEventArgs.ColumnIndex">
      <summary>
        <para>Gets the visual index of the column that contains the processed cell.</para>
      </summary>
      <value>An integer value which specifies the visual index of the column that contains the processed cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.ColumnValueType">
      <summary>
        <para>Gets the type of the cell’s column header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> enumeration member that specifies the type of the cell’s column header.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateDrillDownDataSource">
      <summary>
        <para>Returns a list of records used to calculate a value for the current cell.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains records used to calculate a summary value for the current cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateDrillDownDataSource(System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to return.</para>
      </summary>
      <param name="customColumns">A list of columns to return.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to return. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to return.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateOlapDrillDownDataSource(System.Collections.Generic.List{System.String})">
      <summary>
        <para>In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.</para>
      </summary>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateOlapDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateServerModeDrillDownDataSource(System.Collections.Generic.List{System.String})">
      <summary>
        <para>In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.</para>
      </summary>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateServerModeDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.CreateSummaryDataSource">
      <summary>
        <para>Returns a summary data source.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.DataField">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> which identifies the column where the processed cell resides.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which identifies the column where the processed cell resides.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.DisplayText">
      <summary>
        <para>Gets the display text of the cell currently being processed.</para>
      </summary>
      <value>A string representing the cell’s display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.Focused">
      <summary>
        <para>Gets whether the processed cell is the focused cell.</para>
      </summary>
      <value>true if the processed cell is the focused cell; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetCellValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a cell value calculated for the current column and row field values, against the specified data field.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field, against which the required cell value is calculated.</param>
      <returns>Value displayed in the specified cell; null (Nothing in Visual Basic) if the cell has not been found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetCellValue(System.Int32,System.Int32)">
      <summary>
        <para>Returns a cell value by the column and row indexes.</para>
      </summary>
      <param name="columnIndex">A zero-based integer value that specifies the index of a column where the cell resides.</param>
      <param name="rowIndex">A zero-based integer value that specifies the index of a row where the cell resides.</param>
      <returns>A value displayed in the specified cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetCellValue(System.Object[],System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a cell value calculated for the specified column and row field values, against the specified data field.</para>
      </summary>
      <param name="columnValues">An array of column values.</param>
      <param name="rowValues">An array of row values.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
      <returns>A summary value calculated for the specified column and row field values, against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetColumnFields">
      <summary>
        <para>Returns an array of <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see> which correspond to the processed cell.</para>
      </summary>
      <returns>An array of column fields.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetColumnGrandTotal(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Column Grand Total</see> value calculated for the current row field values, against the specified data field.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.</param>
      <returns>The Column Grand Total value calculated for the current row field values, against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetColumnGrandTotal(System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Column Grand Total</see> value calculated for the specified row field values, against the specified <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</para>
      </summary>
      <param name="rowValues">An array of row field values for which the required Column Grand Total is calculated.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.</param>
      <returns>The Column Grand Total value calculated for the specified row field values, against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetFieldValue(DevExpress.Xpf.PivotGrid.PivotGridField,System.Int32)">
      <summary>
        <para>Returns the specified column or row field’s value for the cell, addressed by its zero-based index in the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">Data Area</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object representing a <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>, whose value is to be obtained.</param>
      <param name="cellIndex">A zero-based index of a cell in the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">Data Area</see> that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields.</param>
      <returns>An object representing the field’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetFieldValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of the specified <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> which identifies the column/row in which the processed cell resides.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents a field whose value is returned.</param>
      <returns>An object which represents the value of the specified column or row field which identifies the column/row in which the processed cell resides. null (Nothing in Visual Basic) if the specified field isn’t a column or row field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetGrandTotal(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> for the specified field.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field whose Grand Total is returned.</param>
      <returns>An object which represents the Grand Total.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetNextColumnCellValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of the cell in the same row but in the next column.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which identifies the sub column in the next column.</param>
      <returns>An object that represents the value in the same row but in the next column.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetNextRowCellValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of the cell in the next row.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which identifies the sub column in the next row.</param>
      <returns>An object that represents the value of the cell in the next row.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetPrevColumnCellValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of the cell in the same row, but in the previous column.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which identifies the sub column in the previous column.</param>
      <returns>An object that represents the value in the same row but in the previous column.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetPrevRowCellValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of the cell in the previous row.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which identifies the sub column in the previous row.</param>
      <returns>An object that represents the value of the cell in the previous row.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetRowFields">
      <summary>
        <para>Returns an array of <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see> that correspond to the processed cell.</para>
      </summary>
      <returns>An array of row fields.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetRowGrandTotal(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Row Grand Total</see> value calculated for the current column field values, against the specified <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</para>
      </summary>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field, against which the required Row Grand Total is calculated.</param>
      <returns>The Row Grand Total value calculated for the current column field values, against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.GetRowGrandTotal(System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Row Grand Total</see> value calculated for the specified column field values, against the specified <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</para>
      </summary>
      <param name="columnValues">An array of column field values for which the required Row Grand Total is calculated.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field, against which the required Row Grand Total is calculated.</param>
      <returns>The Row Grand Total value calculated for the specified column field values, against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.IsFieldValueExpanded(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Indicates whether the specified field’s <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">value</see> that represents a row or column header of the processed cell is expanded.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents a field in a pivot grid.</param>
      <returns>true if the field value is expanded; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.IsFieldValueRetrievable(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Gets whether the value of the specified column or row field can be retrieved for the current cell by the PivotCellBaseEventArgs.GetFieldValue method.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which identifies the column or row field.</param>
      <returns>true if the specified field’s value can be retrieved via the PivotCellBaseEventArgs.GetFieldValue method; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.IsOthersFieldValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Indicates whether the processed data cell resides within the “Others” row/column when the Top N Value feature is enabled.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents a field.</param>
      <returns>true if the data cell resides within the “Others” row/column; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.RowCustomTotal">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see> to which the processed cell’s row corresponds.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> object that represents the <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see> to which the processed cell’s row corresponds.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.RowField">
      <summary>
        <para>Gets the innermost <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> which corresponds to the processed cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the row field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.RowFieldIndex">
      <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.PivotGrid.PivotCellBaseEventArgs.RowIndex">
      <summary>
        <para>Gets the visual index of the row that contains the processed cell.</para>
      </summary>
      <value>An integer value which specifies the visual index of the row that contains the processed cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.RowValueType">
      <summary>
        <para>Gets the type of the cell’s row header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> enumeration member that specifies the type of the cell’s row header.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.Selected">
      <summary>
        <para>Gets whether the processed cell is selected.</para>
      </summary>
      <value>true if the processed cell is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.SummaryType">
      <summary>
        <para>Gets the type of summary calculated in the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> value that specifies the summary type for the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.SummaryValue">
      <summary>
        <para>Gets the summary value currently being processed.</para>
      </summary>
      <value>The summary value currently being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs.Value">
      <summary>
        <para>Gets the processed cell’s value.</para>
      </summary>
      <value>An object which represents the processed cell’s value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellDisplayText">PivotGridControl.CustomCellDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the display text for the cell currently being processed.</para>
      </summary>
      <value>A string that represents the cell’s display text.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellDisplayTextEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellDisplayText">PivotGridControl.CustomCellDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellDisplayTextEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellClick">PivotGridControl.CellClick</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellDoubleClick">PivotGridControl.CellDoubleClick</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellEventArgs.Button">
      <summary>
        <para>Gets which mouse button has been clicked.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.MouseButton"/> enumeration member that specifies which mouse button has been clicked.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellEventArgs.Element">
      <summary>
        <para>Gets the visual element that represents the processed cell.</para>
      </summary>
      <value>A <see cref="T:System.Windows.UIElement"/> object specifying the visual element that represents the processed cell.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellClick">PivotGridControl.CellClick</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellDoubleClick">PivotGridControl.CellDoubleClick</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellValueEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellValue">PivotGridControl.CustomCellValue</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCellValueEventArgs.Value">
      <summary>
        <para>Gets or sets the processed cell’s value.</para>
      </summary>
      <value>An object which represents the processed cell’s value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCellValueEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellValue">PivotGridControl.CustomCellValue</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellValueEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartDataProvideMode">
      <summary>
        <para>Lists values that specify which data the pivot grid should pass to a bound chart control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartDataProvideMode.ProvideLastLevelData">
      <summary>
        <para>PivotGrid passes only values from the lowest <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">aggregation level</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartDataProvideMode.UseCustomSettings">
      <summary>
        <para>PivotGrid determines which values to provide based on the PivotGridControl.ChartProvide…Totals property values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartDataProvidePriority">
      <summary>
        <para>Lists values that specify whether the pivot grid should pass columns or rows to a bound chart control when it is impossible to find the lowest-level data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartDataProvidePriority.Columns">
      <summary>
        <para>Columns are passed to the chart when <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvideMode">PivotGridControl.ChartDataProvideMode</see> is set to <see cref="F:DevExpress.Xpf.PivotGrid.PivotChartDataProvideMode.ProvideLastLevelData">PivotChartDataProvideMode.ProvideLastLevelData</see> and it is impossible to find the lowest <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">level</see> within the selection.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartDataProvidePriority.Rows">
      <summary>
        <para>Rows are passed to the chart when <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvideMode">PivotGridControl.ChartDataProvideMode</see> is set to <see cref="F:DevExpress.Xpf.PivotGrid.PivotChartDataProvideMode.ProvideLastLevelData">PivotChartDataProvideMode.ProvideLastLevelData</see> and it is impossible to find the lowest <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">level</see> within the selection.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow">
      <summary>
        <para>A row in the datasource passed to the chart control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow.CellInfo">
      <summary>
        <para>Gets information about a pivot grid <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> that corresponds to the current datasource row.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs"/> object that contains information about a pivot grid <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> that corresponds to the current datasource row.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow.ColumnValueInfo">
      <summary>
        <para>Gets information about the <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field value</see> that corresponds to the current datasource row.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object that contains information about the <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field value</see> that corresponds to the current datasource row.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow.RowValueInfo">
      <summary>
        <para>Gets information about the <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field value</see> that corresponds to the current datasource row.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object that contains information about the <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field value</see> that corresponds to the current datasource row.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartExportFieldValueMode">
      <summary>
        <para>Lists values that specify how the PivotGridControl’s field values are exported to the chart control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartExportFieldValueMode.Default">
      <summary>
        <para>Field value is exported to provide the best representation in a chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartExportFieldValueMode.DisplayText">
      <summary>
        <para>Field value is always exported as a string.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartExportFieldValueMode.Value">
      <summary>
        <para>Field value is exported using its type, when possible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartFieldValuesProvideMode">
      <summary>
        <para>Lists values that specify how the PivotGridControl’s field values are exported to the chart control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartFieldValuesProvideMode.Default">
      <summary>
        <para>Field value is exported to provide the best representation in a chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartFieldValuesProvideMode.DisplayText">
      <summary>
        <para>Field value is always exported as a string.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartFieldValuesProvideMode.Value">
      <summary>
        <para>Field value is exported using its type, when possible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartItemDataMember">
      <summary>
        <para>Lists values that specify the type of a chart data member.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartItemDataMember.Argument">
      <summary>
        <para>A series point’s argument.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartItemDataMember.Series">
      <summary>
        <para>A series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartItemDataMember.Value">
      <summary>
        <para>A series point’s value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotChartItemType">
      <summary>
        <para>Lists values that specify the type of a PivotGridControl’s item to be represented in a ChartControl.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartItemType.CellItem">
      <summary>
        <para>A data cell value is processed, to be represented in the chart control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartItemType.ColumnItem">
      <summary>
        <para>A column field value is processed to be represented in the chart control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotChartItemType.RowItem">
      <summary>
        <para>A row field value is processed, to be represented in the chart control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellAppearance">PivotGridControl.CustomCellAppearance</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventArgs.Background">
      <summary>
        <para>Gets or sets the brush used to paint the background of the processed <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the background of the processed <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventArgs.Foreground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the processed <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the foreground of the processed <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventArgs.IsExporting">
      <summary>
        <para>Gets or sets whether the pivot grid is being exported (or printed).</para>
      </summary>
      <value>true if the pivot grid is being exported (or printed); otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventArgs.OverrideFormatRuleColor">
      <summary>
        <para>Allows you to override the format rule colors using the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellAppearance">PivotGridControl.CustomCellAppearance</see> event.</para>
      </summary>
      <value>true, if the PivotGrid can override format rule colors; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellAppearance">PivotGridControl.CustomCellAppearance</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomCellAppearanceEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomChartDataSourceData">PivotGridControl.CustomChartDataSourceData</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs.CellInfo">
      <summary>
        <para>Gets an object which contains information about a PivotGrid control’s cell, whose value should be displayed in a ChartControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellValueEventArgs"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs.FieldValueInfo">
      <summary>
        <para>Gets an object which contains information about a field value to be displayed in a ChartControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemDataMember">
      <summary>
        <para>Gets the type of a chart data member that will represent the current pivot grid item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartItemDataMember"/> enumeration member that specifies the type of a chart data member that will represent the current pivot grid item.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemType">
      <summary>
        <para>Gets the type of a PivotGrid control’s item to be represented in a ChartControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartItemType"/> enumeration value that specifies the type of a PivotGrid control’s item to be represented in a ChartControl.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs.Value">
      <summary>
        <para>Gets or sets a value to be displayed in a ChartControl.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> class descendant representing the value to be displayed.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomChartDataSourceData">PivotGridControl.CustomChartDataSourceData</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceDataEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceRowsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomChartDataSourceRows">PivotGridControl.CustomChartDataSourceRows</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceRowsEventArgs.CreateRow(System.Object,System.Object,System.Object)">
      <summary>
        <para>Creates a <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow"/> instance that specifies a chart’s <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> with the specified argument, series and value.</para>
      </summary>
      <param name="series">The point’s series. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Series">PivotChartDataSourceRowBase.Series</see> property of the created <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow"/> object.</param>
      <param name="argument">The point’s argument. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Argument">PivotChartDataSourceRowBase.Argument</see> property of the created <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow"/> object.</param>
      <param name="value">The point’s value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Value">PivotChartDataSourceRowBase.Value</see> property of the created <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow"/> object.</param>
      <returns>The created <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow"/> instance that specifies a chart’s <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceRowsEventArgs.Rows">
      <summary>
        <para>Gets the collection of chart datasource rows.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataSourceRow"/> objects that specify chart datasource rows.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceRowsEventHandler">
      <summary>
        <para>References a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomChartDataSourceRows">PivotGridControl.CustomChartDataSourceRows</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomChartDataSourceRowsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUnboundFieldData">PivotGridControl.CustomUnboundFieldData</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs.Field">
      <summary>
        <para>Gets the unbound field currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, which is the unbound field currently being processed.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs.GetListSourceColumnValue(System.Int32,System.String)">
      <summary>
        <para>Gets the value of the specified field in the specified row in the control’s underlying data source.</para>
      </summary>
      <param name="listSourceRowIndex">An integer value which identifies the required row’s index in the data source.</param>
      <param name="columnName">A string which represents the required field name.</param>
      <returns>An object which represents the field’s value in the control’s data source.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs.GetListSourceColumnValue(System.String)">
      <summary>
        <para>Gets the value of the specified cell within the current row in the control’s underlying data source.</para>
      </summary>
      <param name="columnName">A string which represents the required field name.</param>
      <returns>An object which represents a value from the control’s data source.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs.ListSourceRowIndex">
      <summary>
        <para>Gets the current row’s index in the data source.</para>
      </summary>
      <value>An integer value identifying the current row’s index in the data source.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs.ThreadSafeField">
      <summary>
        <para>Gets the unbound field currently being processed. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the unbound field currently being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs.Value">
      <summary>
        <para>Gets or sets the value of the cell currently being processed.</para>
      </summary>
      <value>An object representing the value of the cell currently being processed.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUnboundFieldData">PivotGridControl.CustomUnboundFieldData</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldDataEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldListSort">PivotGridControl.CustomFieldListSort</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs.#ctor(DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs.Caption1">
      <summary>
        <para>Gets the first folder to be compared.</para>
      </summary>
      <value>A System.String value which specifies the caption of the first folder to be compared.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs.Caption2">
      <summary>
        <para>Gets the second folder to be compared.</para>
      </summary>
      <value>A System.String value which specifies the caption of the second folder to be compared.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs.Field1">
      <summary>
        <para>Gets the first field to be compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is the first field to be compared.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs.Field2">
      <summary>
        <para>Gets the second field to be compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is the second field to be compared.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldListSortEventArgs.Result">
      <summary>
        <para>Gets or sets the result of a custom comparison.</para>
      </summary>
      <value>An integer or null value that specifies the custom comparison’s result.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldSort">PivotGridControl.CustomFieldSort</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.Field">
      <summary>
        <para>Gets the field whose values are sorted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, which is the field whose values are sorted.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.GetListSourceColumnValue(System.Int32,System.String)">
      <summary>
        <para>Gets a value from the specified row and column.</para>
      </summary>
      <param name="listSourceRowIndex">The index of the row in the data source.</param>
      <param name="columnName">The name of the column.</param>
      <returns>A value from the specified row and column.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.Handled">
      <summary>
        <para>Gets or sets whether a comparison operation is handled and no default processing is required.</para>
      </summary>
      <value>true if a comparison operation is handled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.ListSourceRowIndex1">
      <summary>
        <para>Gets the index in the data source of the first of the two rows being compared.</para>
      </summary>
      <value>An integer value that is the row index in the data source.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.ListSourceRowIndex2">
      <summary>
        <para>Gets the index in the data source of the second of the two rows being compared.</para>
      </summary>
      <value>An integer value representing the index of the second row in the data source.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.Result">
      <summary>
        <para>Gets or sets the result of a custom comparison.</para>
      </summary>
      <value>An integer value specifying the custom comparison’s result.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.SortLocation">
      <summary>
        <para>Gets a target UI element whose items are sorted.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortLocation"/> enumeration value that specifies the UI element.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.SortOrder">
      <summary>
        <para>Gets the sort order applied to the field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortOrder"/> value that represents the field’s sort order.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.ThreadSafeField">
      <summary>
        <para>Gets the field whose values are being compared. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the field whose values are being compared.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.Value1">
      <summary>
        <para>Gets the first field value to compare.</para>
      </summary>
      <value>An object that is the first field value to compare.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs.Value2">
      <summary>
        <para>Gets the second value to compare.</para>
      </summary>
      <value>An object that is the second value to compare.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldSort">PivotGridControl.CustomFieldSort</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldSortEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldValueCells">PivotGridControl.CustomFieldValueCells</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.ColumnCount">
      <summary>
        <para>Gets the number of columns in the pivot grid.</para>
      </summary>
      <value>An integer value that specifies the number of columns in the pivot grid.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.FindCell(System.Boolean,System.Predicate{System.Object[]})">
      <summary>
        <para>Returns header of the column/row whose summary values match the specified condition.</para>
      </summary>
      <param name="isColumn">true to locate a column; false to locate a row.</param>
      <param name="match">A System.Predicate that specifies the condition used to locate the column/row.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueCell"/> object representing the header of the column/row whose summary values match the specified predicate; null if no columns/rows match the predicate.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.GetCell(System.Boolean,System.Int32)">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell by its index.</para>
      </summary>
      <param name="isColumn">true to obtain the column field value cell; false to obtain the row field value cell.</param>
      <param name="index">An integer value that specifies the zero-based index of the cell.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueCell"/> object that represents the required cell; null if the index is out of bounds.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.GetCellCount(System.Boolean)">
      <summary>
        <para>Returns the number of field value cells in the specified area.</para>
      </summary>
      <param name="isColumn">true to return the number of column field value cells; false to return the number of row field value cells.</param>
      <returns>An integer value that represents the number of field value cells in the specified area.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.GetCellValue(System.Int32,System.Int32)">
      <summary>
        <para>Gets the value of a data cell by its column and row indexes.</para>
      </summary>
      <param name="columnIndex">An integer value that specifies the zero-based index of the column where the cell resides.</param>
      <param name="rowIndex">An integer value that specifies the zero-based index of the row where the cell resides.</param>
      <returns>The value of the data cell with the specified column and row indexes.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.GetGrandTotalLocation(System.Boolean)">
      <summary>
        <para>Returns the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> columns or rows.</para>
      </summary>
      <param name="isColumn">true to return the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> columns; false to return the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> rows.</param>
      <returns>A <see cref="T:DevExpress.XtraPivotGrid.Data.GrandTotalLocation"/> enumeration member that specifies the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Totals</see>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.GetLevelCount(System.Boolean)">
      <summary>
        <para>Returns the number of column or row levels.</para>
      </summary>
      <param name="isColumn">true to return the number of column levels; false to return the number of row levels.</param>
      <returns>An integer value that specifies the number of column or row levels.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.IsUpdateRequired">
      <summary>
        <para>Gets whether the area where the field value cells reside needs to be redrawn after the event is handled.</para>
      </summary>
      <value>true if the area where the field value cells reside needs to be redrawn after the event is handled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.Remove(DevExpress.Xpf.PivotGrid.FieldValueCell)">
      <summary>
        <para>Removes the specified field value cell.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueCell"/> object that represents the field value cell to remove.</param>
      <returns>true if the specified cell has been found and removed; false if the specified cell has not been found.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.RowCount">
      <summary>
        <para>Gets the number of rows in the pivot grid.</para>
      </summary>
      <value>An integer value that specifies the number of rows in the pivot grid.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.SetGrandTotalLocation(System.Boolean,DevExpress.XtraPivotGrid.Data.GrandTotalLocation)">
      <summary>
        <para>Sets the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> columns or rows to the specified value.</para>
      </summary>
      <param name="isColumn">true to set the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> columns; false to set the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see> rows.</param>
      <param name="location">A <see cref="T:DevExpress.XtraPivotGrid.Data.GrandTotalLocation"/> enumeration member that specifies the location of <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Totals</see>.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Xpf.PivotGrid.FieldValueCell},DevExpress.XtraPivotGrid.Data.FieldValueSplitData[])">
      <summary>
        <para>Splits all field value cells that match the specified condition.</para>
      </summary>
      <param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
      <param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
      <param name="cells">The <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Xpf.PivotGrid.FieldValueCell},System.Boolean,DevExpress.XtraPivotGrid.Data.FieldValueSplitData[])">
      <summary>
        <para>Splits all field value cells that match the specified condition, or only the first matching cell.</para>
      </summary>
      <param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
      <param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
      <param name="firstCellOnly">true to split only the first cell that matches the specified condition; false to split all cells that match the condition.</param>
      <param name="cells">The <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Xpf.PivotGrid.FieldValueCell},System.Boolean,System.Collections.Generic.IList{DevExpress.XtraPivotGrid.Data.FieldValueSplitData})">
      <summary>
        <para>Splits all field value cells that match the specified condition, or only the first matching cell.</para>
      </summary>
      <param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
      <param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
      <param name="firstCellOnly">true to split only the first cell that matches the specified condition; false to split all cells that match the condition.</param>
      <param name="cells">A list of <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Xpf.PivotGrid.FieldValueCell},System.Collections.Generic.IList{DevExpress.XtraPivotGrid.Data.FieldValueSplitData})">
      <summary>
        <para>Splits all field value cells that match the specified condition.</para>
      </summary>
      <param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
      <param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
      <param name="cells">A list of <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldValueCells">PivotGridControl.CustomFieldValueCells</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomFieldValueCellsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPopupItems">PivotGridControl.CustomFilterPopupItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.#ctor(System.Windows.RoutedEvent,DevExpress.XtraPivotGrid.Data.PivotGridFilterItems)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs"/> class.</para>
      </summary>
      <param name="routedEvent">The routed event.</param>
      <param name="items">A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter dropdown items. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.Items">PivotCustomFilterPopupItemsEventArgs.Items</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.CheckAllItems(System.Boolean)">
      <summary>
        <para>Checks or unchecks all filter items in the <see cref="P:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.Items">PivotCustomFilterPopupItemsEventArgs.Items</see> collection.</para>
      </summary>
      <param name="isChecked">true to check the filter items; false to uncheck them.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.Field">
      <summary>
        <para>Gets the field for which the event has been raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object representing the field for which the event has been raised.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.Items">
      <summary>
        <para>Gets the collection of filter items.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem"/> objects that represent the filter items.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem">
      <summary>
        <para>Gets the ‘Show Blanks’ filter item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem"/> object representing the ‘Show Blanks’ filter item.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPopupItems">PivotGridControl.CustomFilterPopupItems</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomFilterPopupItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomGroupInterval">PivotGridControl.CustomGroupInterval</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventArgs.Field">
      <summary>
        <para>Gets the field being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, which is the field being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventArgs.GroupValue">
      <summary>
        <para>Gets or sets a group value.</para>
      </summary>
      <value>An object that represents the group value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventArgs.ThreadSafeField">
      <summary>
        <para>Gets the field being processed. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the field being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventArgs.Value">
      <summary>
        <para>Gets the processed field value.</para>
      </summary>
      <value>An object that represents the processed field value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomGroupInterval">PivotGridControl.CustomGroupInterval</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomGroupIntervalEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomSummary">PivotGridControl.CustomSummary</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.ColumnField">
      <summary>
        <para>Gets the column field that corresponds to the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, which is the column field that corresponds to the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.ColumnFieldValue">
      <summary>
        <para>Gets the value of the <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see> which corresponds to the current cell.</para>
      </summary>
      <value>An object which represents the value of the corresponding column field.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.CreateDrillDownDataSource">
      <summary>
        <para>Returns a list of the records which are associated with the cell currently being processed.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object which contains the records which are associated with the current cell.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.CustomValue">
      <summary>
        <para>Gets or sets a custom summary value.</para>
      </summary>
      <value>An object which represents a custom summary value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.DataField">
      <summary>
        <para>Gets the data field against which the summary is calculated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, which is the data field against which the summary is calculated.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.FieldName">
      <summary>
        <para>Gets the name of the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> against which the summary is calculated.</para>
      </summary>
      <value>A string which represents the name of the corresponding data field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.RowField">
      <summary>
        <para>Gets the row field that corresponds to the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, which is the row field that corresponds to the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.RowFieldValue">
      <summary>
        <para>Gets the value of the <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> which corresponds to the current cell.</para>
      </summary>
      <value>An object which represents the value of the corresponding row field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.SummaryValue">
      <summary>
        <para>Gets an object which contains the values of the predefined summaries that are calculated for the current cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryValue"/> object which contains the values of the predefined summaries that are calculated for the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.ThreadSafeColumnField">
      <summary>
        <para>Gets the column field that corresponds to the current cell. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the column field that corresponds to the current cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.ThreadSafeDataField">
      <summary>
        <para>Gets the data field against which the summary is calculated. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the data field against which the summary is calculated.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs.ThreadSafeRowField">
      <summary>
        <para>Gets the row field that corresponds to the current cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the row field that corresponds to the current cell.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomSummary">PivotGridControl.CustomSummary</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomSummaryEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomValueAppearanceEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomValueAppearance">PivotGridControl.CustomValueAppearance</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomValueAppearanceEventArgs.Background">
      <summary>
        <para>Gets or sets the brush used to paint the background of the processed <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the background of the processed <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomValueAppearanceEventArgs.Foreground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the processed <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the foreground of the processed <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotCustomValueAppearanceEventArgs.IsExporting">
      <summary>
        <para>Gets or sets whether the pivot grid is being exported (or printed).</para>
      </summary>
      <value>true if the pivot grid is being exported (or printed); otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotCustomValueAppearanceEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomValueAppearance">PivotGridControl.CustomValueAppearance</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCustomValueAppearanceEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotDefaultMemberFields">
      <summary>
        <para>Lists values that specify for which fields the pivot grid processes only data related to their default members.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotDefaultMemberFields.AllFilterFields">
      <summary>
        <para>The Pivot Grid processes only data related to fields’ default members for all <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see>, except for those fields whose filter condition is not set to ‘Show All’.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotDefaultMemberFields.NonVisibleFilterFields">
      <summary>
        <para>The Pivot Grid processes only data related to fields’ default members for <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> that are not visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow">
      <summary>
        <para>Represents a single row in the data source which provides the data used to calculate summaries for individual <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.#ctor(DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource,DevExpress.XtraPivotGrid.PivotDrillDownDataRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow"/> class. For internal use.</para>
      </summary>
      <param name="dataSource">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that represents the data source that will own the created row.</param>
      <param name="dataRow">A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataRow"/> object.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.DataSource">
      <summary>
        <para>Gets the data source which contains the current row.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object which represents the data source that contains the current row.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.Index">
      <summary>
        <para>Gets the row’s index within <see cref="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.DataSource">PivotDrillDownDataRow.DataSource</see>.</para>
      </summary>
      <value>An integer which specifies the row’s index in the data source.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.Item(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Gets the row’s value for the specified field.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the required field.</param>
      <value>An object which represents the row’s value in the specified field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.Item(System.Int32)">
      <summary>
        <para>Returns the value of the specified field in the current row.</para>
      </summary>
      <param name="index">A zero-based integer that identifies the data column.</param>
      <value>An object that represents the value of the specified data field in the current row.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.Item(System.String)">
      <summary>
        <para>Returns the value of the specified field in the current row.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the data field name.</param>
      <value>An object that represents the value of the specified data field in the current row.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow.ListSourceRowIndex">
      <summary>
        <para>Gets the row’s index in the pivot grid’s data source.</para>
      </summary>
      <value>Gets the current row’s index in the pivot grid’s data source.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource">
      <summary>
        <para>Represents a list of the records which are used to calculate summaries for individual <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.Dispose">
      <summary>
        <para>Disposes the data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.GetListName(System.ComponentModel.PropertyDescriptor[])">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.GetRowIndex(System.Object)">
      <summary>
        <para>Returns the index of the specified row.</para>
      </summary>
      <param name="value">A data source row to locate.</param>
      <returns>An integer value that represents the zero-based index of the specified row; -1 if the specified row has not been found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.GetValue(System.Int32,DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Gets the value of the specified field in the specified row.</para>
      </summary>
      <param name="rowIndex">The zero-based index of the required row.</param>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the required field.</param>
      <returns>An object which represents the value of the specified field in the specified row.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.GetValue(System.Int32,System.Int32)">
      <summary>
        <para>Returns the value of the specified data field in the specified row.</para>
      </summary>
      <param name="rowIndex">A zero-based integer that identifies the data row.</param>
      <param name="columnIndex">A zero-based integer that identifies the data column.</param>
      <returns>An object that represents the value of the specified data field in the specified row.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.GetValue(System.Int32,System.String)">
      <summary>
        <para>Returns the value of the specified data field in the specified row.</para>
      </summary>
      <param name="rowIndex">A zero-based integer that identifies the data row.</param>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the field name. In <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP mode</see>, this parameter must specify the column name, as defined in the data source.</param>
      <returns>An object that represents the value of the specified data field in the specified row.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.IsLive">
      <summary>
        <para>Gets or sets whether to update the data source when the pivot grid data changes.</para>
      </summary>
      <value>true to update the data source when the pivot grid data changes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to the rows in the current data source.</para>
      </summary>
      <param name="index">A zero-based integer which specifies the index of the required row.</param>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataRow"/> object that represents the row at the specified location.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.ListChanged">
      <summary>
        <para>Occurs after the data source has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.RowCount">
      <summary>
        <para>Gets the number of records in the data source.</para>
      </summary>
      <value>An integer value that specifies the number of records in the data source.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.SetValue(System.Int32,DevExpress.Xpf.PivotGrid.PivotGridField,System.Object)">
      <summary>
        <para>Sets the value of the specified data field in the specified row.</para>
      </summary>
      <param name="rowIndex">A zero-based integer that identifies the data row.</param>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the pivot grid field. Its <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> property identifies the column in the data source.</param>
      <param name="value">An object that represents the new value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.SetValue(System.Int32,System.Int32,System.Object)">
      <summary>
        <para>Sets the value of the specified data field in the specified row.</para>
      </summary>
      <param name="rowIndex">A zero-based integer that identifies the data row.</param>
      <param name="columnIndex">A zero-based integer that identifies the column.</param>
      <param name="value">An object that represents the new value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource.SetValue(System.Int32,System.String,System.Object)">
      <summary>
        <para>Sets the value of the specified data field in the specified row.</para>
      </summary>
      <param name="rowIndex">A zero-based integer that identifies the data row.</param>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the field name.</param>
      <param name="value">An object that represents the new value.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotExcelFieldListControl">
      <summary>
        <para>An Excel-style <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotExcelFieldListControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotExcelFieldListControl"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotExcelFieldListControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotExpressionEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpressionEditorCreated"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotExpressionEditorEventArgs.AutoCompleteExpressionEditorControl">
      <summary>
        <para>Gets the expression editor that works in autocomplete mode.</para>
      </summary>
      <value>The expression editor that works in autocomplete mode.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotExpressionEditorEventArgs.ExpressionEditorControl">
      <summary>
        <para>Gets the Expression Editor instance that will be shown.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Editors.ExpressionEditor.ExpressionEditorControl"/> object, which is the Expression Editor instance that will be shown.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotExpressionEditorEventArgs.Field">
      <summary>
        <para>Gets the unbound field for which the Expression Editor has been invoked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object, that is the unbound field for which the Expression Editor has been invoked.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldAreaChangingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanging">PivotGridControl.FieldAreaChanging</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldAreaChangingEventArgs.Allow">
      <summary>
        <para>Gets or sets whether the dragged field header can be dropped on the area it’s currently located over.</para>
      </summary>
      <value>true to allow the operation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldAreaChangingEventArgs.NewArea">
      <summary>
        <para>Gets the current position of the field being dragged.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value which specifies the current position of the field being dragged.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldAreaChangingEventArgs.NewAreaIndex">
      <summary>
        <para>Gets the index of the field which is being dragged for the area it’s currently located over among the other fields displayed within the area.</para>
      </summary>
      <value>A zero-based integer which specifies the index of the dragged field among the other fields displayed within the area over which it’s currently located.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldAreaChangingEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanging">PivotGridControl.FieldAreaChanging</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the pivot grid which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldAreaChangingEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueDisplayText">PivotGridControl.FieldValueDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the item’s display text.</para>
      </summary>
      <value>A string value that specifies the item’s display text.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs.IsPopulatingFilterDropdown">
      <summary>
        <para>Gets whether the current event is called to populate the filter dropdown.</para>
      </summary>
      <value>true if the event is called to populate the filter dropdown; false if the event is called to customize the display text of column and row headers.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs.ThreadSafeDataField">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> that identifies the processed value. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> that identifies the processed value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs.ThreadSafeField">
      <summary>
        <para>Gets the field being processed. Provides read-only access to field settings.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.PivotGrid.IThreadSafeField"/> interface. Provides read-only access to basic settings of the field being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the processed item’s value.</para>
      </summary>
      <value>An object which represents the item’s value.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueDisplayText">PivotGridControl.FieldValueDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldDisplayTextEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldEventArgs">
      <summary>
        <para>Provides data for all field handling events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldEventArgs.Field">
      <summary>
        <para>Gets the field being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field currently being processed.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanged">PivotGridControl.FieldAreaChanged</see>, <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldExpandedInGroupChanged">PivotGridControl.FieldExpandedInGroupChanged</see>, <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanged">PivotGridControl.FieldFilterChanged</see>, <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldSizeChanged">PivotGridControl.FieldSizeChanged</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldUnboundExpressionChanged">PivotGridControl.FieldUnboundExpressionChanged</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanging">PivotGridControl.FieldFilterChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs.#ctor(System.Windows.RoutedEvent,DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.FieldFilterType,System.Collections.Generic.IList{System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs"/> class.</para>
      </summary>
      <param name="routedEvent">The routed event.</param>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field for which the event has been raised.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration member that specifies the current filter type.</param>
      <param name="values">A collection of filter values.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether to cancel changing the filter condition.</para>
      </summary>
      <value>true to cancel changing the filter condition; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs.FilterType">
      <summary>
        <para>Gets the current filter type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration member that specifies the filter type currently set for the field filter.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs.Values">
      <summary>
        <para>Gets the collection of filter values, about to be assigned to the filter.</para>
      </summary>
      <value>A list of objects representing field filter values.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanging">PivotGridControl.FieldFilterChanging</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldFilterChangingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldListControl">
      <summary>
        <para>A simple-style <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldListControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldListControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ActualOrientation">
      <summary>
        <para>Gets whether field headers are stacked horizontally or vertically within the Customization Control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldListOrientation"/> enumeration member that specifies whether field headers are stacked horizontally or vertically within the Customization Control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ActualOrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ActualOrientation">PivotFieldListControl.ActualOrientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.Area">
      <summary>
        <para>Gets or sets which fields the Customization Control should display. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldListArea"/> enumeration member that specifies the area whose fields should be displayed within the Customization Control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.AreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.Area">PivotFieldListControl.Area</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.EmptyTextVisibility">
      <summary>
        <para>Gets or sets whether a message should be displayed within the Customization Control when no fields are located in it. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration member that specifies whether to display a message within the Customization Control when no fields are located in it.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.EmptyTextVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.EmptyTextVisibility">PivotFieldListControl.EmptyTextVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.LabelVisibility">
      <summary>
        <para>Gets or sets whether a label should be displayed within the Customization Control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration member that specifies whether to display a label within the Customization Control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.LabelVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.LabelVisibility">PivotFieldListControl.LabelVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldListControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.Orientation">
      <summary>
        <para>Gets or sets whether field headers should be stacked horizontally or vertically within the Customization Control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldListOrientation"/> enumeration member that specifies whether field headers should be stacked horizontally or vertically within the Customization Control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.Orientation">PivotFieldListControl.Orientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ShowBorder">
      <summary>
        <para>Gets or sets whether a border should be displayed around the Customization Control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Visibility"/> enumeration member that specifies whether to display a border around the Customization Control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ShowBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ShowBorder">PivotFieldListControl.ShowBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ShowHeaderMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldListControl.ShowHeaderMenu"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldPropertyChanged">PivotGridControl.FieldPropertyChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventArgs.#ctor(System.Windows.RoutedEvent,DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.FieldPropertyName)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventArgs"/> class.</para>
      </summary>
      <param name="routedEvent">The routed event.</param>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field whose property has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldEventArgs.Field">PivotFieldEventArgs.Field</see> property.</param>
      <param name="propertyName">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldPropertyName"/> enumeration member that specifies which property has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventArgs.PropertyName">PivotFieldPropertyChangedEventArgs.PropertyName</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventArgs.PropertyName">
      <summary>
        <para>Gets which property has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldPropertyName"/> enumeration member that identifies the property that has been changed.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldPropertyChanged">PivotGridControl.FieldPropertyChanged</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldPropertyChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldValueCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsing">PivotGridControl.FieldValueCollapsing</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanding">PivotGridControl.FieldValueExpanding</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the field value can be expanded/collapsed.</para>
      </summary>
      <value>true to cancel the operation; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldValueCancelEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsing">PivotGridControl.FieldValueCollapsing</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanding">PivotGridControl.FieldValueExpanding</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the pivot grid which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueCancelEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs">
      <summary>
        <para>Serves as a base for the classes that provide data for the events which are used to customize column and row headers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.ChangeExpandedState">
      <summary>
        <para>Changes the expanded state of the field value currently being processed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.CreateDrillDownDataSource">
      <summary>
        <para>Returns a list of records associated with the field value currently being processed.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains records associated with the processed field value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.CreateDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns, and limit the number of records to be returned.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data for the processed cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.CreateOlapDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns, and limit the number of records to be returned.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.CreateServerModeDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns, and limit the number of records to be returned.</para>
      </summary>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.CustomTotal">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">custom total</see> which the currently processed column/row header corresponds to.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> object which represents the custom total which the processed header corresponds to.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.DataField">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> that identifies the processed value.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.FieldIndex">
      <summary>
        <para>Gets the field’s position among the visible fields within the <see href="https://docs.devexpress.com/WPF/8002/controls-and-libraries/pivot-grid/ui-elements/header-area">header area</see>.</para>
      </summary>
      <value>An integer value that specifies the field’s position among the visible fields.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.GetCellValue(System.Int32,System.Int32)">
      <summary>
        <para>Returns a value displayed in the specified cell.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row.</param>
      <returns>A value displayed in the specified cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.GetFieldValue(DevExpress.Xpf.PivotGrid.PivotGridField,System.Int32)">
      <summary>
        <para>Returns the specified column or row field’s value for the cell addressed by its zero-based index in the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">Data Area</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object representing a <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>, whose value is to be obtained.</param>
      <param name="cellIndex">A zero-based index of a cell in the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">Data Area</see> that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields.</param>
      <returns>An object representing the field’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.GetHigherLevelFields">
      <summary>
        <para>Returns the parent field(s) for the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> being currently processed.</para>
      </summary>
      <returns>An array of <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects that represent parent fields for the field value currently being processed.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.GetHigherLevelFieldValue(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of a specific parent field corresponding to the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> currently being processed.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the parent field whose value is returned.</param>
      <returns>An object that represents the value of the specified parent (higher level) field.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.IsCollapsed">
      <summary>
        <para>Gets whether the processed field value is collapsed.</para>
      </summary>
      <value>true if the field value is collapsed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.IsColumn">
      <summary>
        <para>Gets whether the field is displayed within the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">Column Header Area</see>.</para>
      </summary>
      <value>true if the field is displayed within the Column Header Area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.IsOthersValue">
      <summary>
        <para>Gets whether the current header corresponds to the “Others” row/column.</para>
      </summary>
      <value>true if the current header corresponds to the “Others” row/column; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.MaxIndex">
      <summary>
        <para>Gets the maximum row index (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>) or column index (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>) that corresponds to the field value currently being processed.</para>
      </summary>
      <value>An integer value that specifies the maximum row or column index that corresponds to the processed field value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.MinIndex">
      <summary>
        <para>Gets the minimum row index (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>) or column index (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>) that corresponds to the field value currently being processed.</para>
      </summary>
      <value>An integer value that specifies the minimum row or column index that corresponds to the processed field value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.Selected">
      <summary>
        <para>Gets whether the processed field value is selected.</para>
      </summary>
      <value>true if the processed field value is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.Value">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> value which the currently processed column/row header corresponds to.</para>
      </summary>
      <value>An object which represents the field value currently being processed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs.ValueType">
      <summary>
        <para>Gets the type of the currently processed column/row header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> enumeration value which identifies the type of the currently processed column or row header.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsed">PivotGridControl.FieldValueCollapsed</see>, <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanded">PivotGridControl.FieldValueExpanded</see> and <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueNotExpanded">PivotGridControl.FieldValueNotExpanded</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object which contains event data.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCellMenuInfo.CanCreateItems">
      <summary>
        <para>Gets whether you can add new menu items to the context menu.</para>
      </summary>
      <value>true if menu items can be added; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCellMenuInfo.MenuType">
      <summary>
        <para>Gets the type of the invoked <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType"/> object that specifies the context menu type.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridCommands">
      <summary>
        <para>Provides access to pivot grid commands.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.AddFormatCondition">
      <summary>
        <para>Adds a format condition to the format condition collection.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ChangeFieldSortOrder">
      <summary>
        <para>Toggles the specified field’s sort order.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ChangeFieldValueExpanded">
      <summary>
        <para>Toggles the specified <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see>‘s expanded state.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ClearFormatConditionsFromAllMeasures">
      <summary>
        <para>Clear format conditions from all measures.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ClearFormatConditionsFromIntersection">
      <summary>
        <para>Clear format conditions from the specified intersection of row and column fields.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ClearFormatConditionsFromMeasure">
      <summary>
        <para>Clear format conditions from the specified measure.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ClearSorting">
      <summary>
        <para>Disables sorting in OLAP mode.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.CollapseField">
      <summary>
        <para>Collapses all the rows/columns which correspond to the specified column field or row field.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ExpandField">
      <summary>
        <para>Expands all the rows/columns which correspond to the specified column field or row field.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.HideField">
      <summary>
        <para>Hides the specified field.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.HideFieldList">
      <summary>
        <para>Hides the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.HideFilterEditor">
      <summary>
        <para>Hides the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ReloadData">
      <summary>
        <para>Reloads data from the control’s data source and recalculates summaries.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ResetFilterCriteria">
      <summary>
        <para>Resets the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see> settings to their default values.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowAboveAverageFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Above Average’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowADateOccurringFormatConditionDialog">
      <summary>
        <para>Invokes the ‘A Date Occuring’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowBelowAverageFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Below Average’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowBetweenFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Between’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowBottom10ItemsFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Bottom 10 Items’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowBottom10PercentFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Bottom 10%’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowConditionalFormattingManager">
      <summary>
        <para>Invokes the ‘Conditional Formatting Rules Manager’ dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowCustomConditionFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Custom Condition’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowEqualToFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Equal To’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowFieldList">
      <summary>
        <para>Shows the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowFilterEditor">
      <summary>
        <para>Shows the Filter Editor.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowGreaterThanFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Greater Than’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowLessThanFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Less Than’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowPrintPreview">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the Print Preview of the document.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowPrintPreviewDialog">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the modal Print Preview of the document.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowTextThatContainsFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Text That Contains’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowTop10ItemsFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Top 10 Items’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowTop10PercentFormatConditionDialog">
      <summary>
        <para>Invokes the ‘Top 10%’ format condition dialog.</para>
      </summary>
      <value>A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.ShowUnboundExpressionEditor">
      <summary>
        <para>Shows the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/>, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.SortAscending">
      <summary>
        <para>In OLAP mode, sorts values of the specified field in ascending order.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, and is routed through the element tree.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCommands.SortDescending">
      <summary>
        <para>In OLAP mode, sorts values of the specified field in descending order.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Input.RoutedCommand"/> object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface, and is routed through the element tree.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridControl">
      <summary>
        <para>The PivotGrid control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ActiveFilterInfo">
      <summary>
        <para>For internal use. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ActiveFilterInfoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ActiveFilterInfo">PivotGridControl.ActiveFilterInfo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.AddFormatCondition(DevExpress.Xpf.PivotGrid.FormatConditionBase)">
      <summary>
        <para>Add a condition to the <see cref="T:DevExpress.Xpf.PivotGrid.FormatConditionCollection"/> collection.</para>
      </summary>
      <param name="formatCondition">A  object that is a format condition.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.AddMRUFilter(DevExpress.Data.Filtering.CriteriaOperator)">
      <summary>
        <para>Adds a new criterion to the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#most-recently-used-filters">MRU Filter List</see>.</para>
      </summary>
      <param name="filterCriteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the criterion that should be added to the MRU filter list.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowConditionalFormattingManager">
      <summary>
        <para>Gets or sets whether the Conditional Formatting Rules Manager is enabled at runtime. This is a dependency property.</para>
      </summary>
      <value>true, to display the ‘Manage Rules’ item; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowConditionalFormattingManagerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowConditionalFormattingManager">PivotGridControl.AllowConditionalFormattingManager</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowConditionalFormattingMenu">
      <summary>
        <para>Gets or sets whether to enable the conditional formatting menu for the pivot grid.</para>
      </summary>
      <value>true, to enable the conditional formatting menu; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowConditionalFormattingMenuProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowConditionalFormattingMenu">PivotGridControl.AllowConditionalFormattingMenu</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowCrossGroupVariation">
      <summary>
        <para>Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid. This is a dependency property.</para>
      </summary>
      <value>true to calculate summary variations and running totals throughout the Pivot Grid; false to calculate them independently within individual groups.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowCrossGroupVariationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowCrossGroupVariation">PivotGridControl.AllowCrossGroupVariation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowCustomizationForm">
      <summary>
        <para>Gets or sets whether end-users are allowed to invoke the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
      <value>true if end-users are allowed to invoke the Field List; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowCustomizationFormProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowCustomizationForm">PivotGridControl.AllowCustomizationForm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowDrag">
      <summary>
        <para>Gets or sets whether an end-user is allowed to drag the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>. This is a dependency property.</para>
      </summary>
      <value>true if end-users are allowed to drag the field headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowDragInCustomizationForm">
      <summary>
        <para>Gets or sets whether end-users are allowed to drag field headers between areas in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
      <value>true if end-users are allowed to drag field headers between areas in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowDragInCustomizationFormProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowDragInCustomizationForm">PivotGridControl.AllowDragInCustomizationForm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowDragProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowDrag">PivotGridControl.AllowDrag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowExpand">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/7992/controls-and-libraries/pivot-grid/ui-elements/expand-button">expand buttons</see> are displayed. This is a dependency property.</para>
      </summary>
      <value>true to display expand buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowExpandOnDoubleClick">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> are expanded/collapsed on a double click. This is a dependency property.</para>
      </summary>
      <value>true if <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> are expanded/collapsed on a double click; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowExpandOnDoubleClickProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowExpandOnDoubleClick">PivotGridControl.AllowExpandOnDoubleClick</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowExpandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowExpand">PivotGridControl.AllowExpand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilter">
      <summary>
        <para>Gets or sets whether filter buttons are displayed within field headers. This is a dependency property.</para>
      </summary>
      <value>true to display filter buttons within field headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterEditor">
      <summary>
        <para>Gets or sets whether users can invoke the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see>.</para>
      </summary>
      <value>true to allow users to invoke the Filter Editor; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterEditor"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterInFieldList">
      <summary>
        <para>Gets or sets whether filtering can be applied to fields via the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>true if filtering can be applied to fields via the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterInFieldListProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterInFieldList">PivotGridControl.AllowFilterInFieldList</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowFilter">PivotGridControl.AllowFilter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowHideFields">
      <summary>
        <para>Gets or sets a value that specifies when fields can be hidden by end-users.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.AllowHideFieldsType"/> enumeration value that specifies when fields can be hidden by end-users.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowHideFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowHideFields">PivotGridControl.AllowHideFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowInfiniteGridSize">
      <summary>
        <para>Specifies whether the height and width of the pivot grid are allowed to be infinite.</para>
        <para>By default, this option is disabled. In this instance, if the pivot grid’s height or width measures infinite, an exception is thrown.</para>
        <para>To avoid the exception, enable the AllowInfiniteGridSize option. In this instance, the pivot grid immediately generates columns and rows for all records in the data source. Note that this may cause performance issues, if the number of records is too big.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowMRUFilterList">
      <summary>
        <para>Gets or sets whether users are allowed to invoke the MRU Filter List. This is a dependency property.</para>
      </summary>
      <value>true if users are allowed to invoke the MRU Filter List; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowMRUFilterListProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowMRUFilterList">PivotGridControl.AllowMRUFilterList</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowResizing">
      <summary>
        <para>Gets or sets whether end-users are allowed to resize the PivotGridControl’s elements. This is a dependency property.</para>
      </summary>
      <value>true if end-users are allowed to resize the PivotGridControl’s elements; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowResizingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowResizing">PivotGridControl.AllowResizing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSort">
      <summary>
        <para>Gets or sets whether end-users can change the sort order of fields. This is a dependency property.</para>
      </summary>
      <value>true to allow end-users to change the sort order of fields; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortBySummary">
      <summary>
        <para>Gets or sets whether end-users can sort the row/column field values by other column/row summary values. This is a dependency property.</para>
      </summary>
      <value>true if end-users can sort field values by other field values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortBySummaryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortBySummary">PivotGridControl.AllowSortBySummary</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortInFieldList">
      <summary>
        <para>Gets or sets whether the sort order of field values can be toggled via the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
        <para />
        <para>This is a dependency property.</para>
      </summary>
      <value>true if the sort order of field values can be toggled via the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortInFieldListProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortInFieldList">PivotGridControl.AllowSortInFieldList</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSortProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AllowSort">PivotGridControl.AllowSort</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.AsyncOperationCompleted">
      <summary>
        <para>Occurs after an <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation has been completed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AsyncOperationCompletedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.AsyncOperationCompleted"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.AsyncOperationStarting">
      <summary>
        <para>Occurs before an <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation is started.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AsyncOperationStartingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.AsyncOperationStarting"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AutoExpandGroups">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> are expanded or collapsed by default. This is a dependency property.</para>
      </summary>
      <value>true to expand <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> by default; false to collapse them.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.AutoExpandGroupsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.AutoExpandGroups">PivotGridControl.AutoExpandGroups</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BatchUpdate">
      <summary>
        <para>Updates the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/>‘s content in a single operation.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BeforeLoadLayout">
      <summary>
        <para>Occurs before a layout is restored from a storage, allowing you to cancel this action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.BeforeLoadLayoutEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BeforeLoadLayout"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BeginInit">
      <summary>
        <para>Starts the PivotGrid’s runtime initialization.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BeginRefresh">
      <summary>
        <para>Occurs before the control’s data recalculation starts.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.BeginRefreshEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BeginRefresh">PivotGridControl.BeginRefresh</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BeginUpdate">
      <summary>
        <para>Locks the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"></see> object by preventing visual updates of the object and its elements until the EndUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFit">
      <summary>
        <para>Resizes the columns and rows which correspond to the data and row fields, to the minimum width and height required to completely display their contents.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFit(DevExpress.Xpf.PivotGrid.FieldArea,System.Boolean,System.Boolean)">
      <summary>
        <para>Resizes the columns and rows which correspond to the fields contained within the specified <see href="https://docs.devexpress.com/WPF/8002/controls-and-libraries/pivot-grid/ui-elements/header-area">area</see>, to the minimum width or height required to completely display their contents.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the PivotGridControl’s field area.</param>
      <param name="fitWidth">true to best fit the column’s width (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>), or the width of the field values column (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>); otherwise, false.</param>
      <param name="fitHeight">true to best fit the row’s height (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>), or the height of the field values row (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>); otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFit(DevExpress.Xpf.PivotGrid.FieldArea)">
      <summary>
        <para>Resizes the columns and rows which correspond to the fields contained within the specified <see href="https://docs.devexpress.com/WPF/8002/controls-and-libraries/pivot-grid/ui-elements/header-area">area</see>, to the minimum width and height required to completely display their contents.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the PivotGridControl’s field area.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFit(DevExpress.Xpf.PivotGrid.PivotGridField,System.Boolean,System.Boolean)">
      <summary>
        <para>Resizes the columns and rows which correspond to the specified field, to the minimum width or height required to completely display their contents.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the pivot grid field.</param>
      <param name="fitWidth">true to best fit the column’s width (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>), or width of the field values column (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>); otherwise, false.</param>
      <param name="fitHeight">true to best fit the row’s height (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>), or height of the field values row (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>); otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFit(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Resizes the columns and rows which correspond to the specified fields, to the minimum width and height required to completely display their contents.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the pivot grid field.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFit(System.Boolean,System.Boolean)">
      <summary>
        <para>Resizes the columns and rows which correspond to the data fields and row fields, to the minimum width or height required to completely display their contents.</para>
      </summary>
      <param name="fitWidth">true to best fit the column’s width (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>), or the width of the field values column (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>); otherwise, false.</param>
      <param name="fitHeight">true to best fit the row’s height (for <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>), or the height of the field values row (for <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>); otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitArea">
      <summary>
        <para>Gets or sets which interface elements are taken into account when calculating optimal width for columns.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldBestFitArea"/> enumeration value that specifies interface elements that are taken into account when calculating the optimal width for columns.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitArea">PivotGridControl.BestFitArea</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitColumn(System.Int32)">
      <summary>
        <para>Resizes the specified column to the minimum width required to completely display its contents.</para>
      </summary>
      <param name="columnIndex">An integer value that identifies the column by its index.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitMaxRowCount">
      <summary>
        <para>Gets or sets the number of rows taken into account when calculating the optimal width required for columns (or rows) to completely display their contents.</para>
      </summary>
      <value>An integer value that specifies the number of processed rows.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitMaxRowCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitMaxRowCount">PivotGridControl.BestFitMaxRowCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitMode">
      <summary>
        <para>Gets or sets how the optimal width required for a column (or row) 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.PivotGrid.PivotGridControl.BestFitModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitMode">PivotGridControl.BestFitMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BestFitRow(System.Int32)">
      <summary>
        <para>Resizes the specified row to the minimum height required to completely display its contents.</para>
      </summary>
      <param name="rowIndex">An integer value that identifies the row by its index.</param>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BrushChanged">
      <summary>
        <para>Occurs after a brush used to paint pivot grid cells or field values has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.BrushChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BrushChanged"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CanEnableFilterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CanEnableFilter"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellBackground">PivotGridControl.CellBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellClick">
      <summary>
        <para>Occurs when a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> is clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellClickEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellClick">PivotGridControl.CellClick</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellDoubleClick">
      <summary>
        <para>Occurs when a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> is double-clicked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellDoubleClickEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellDoubleClick">PivotGridControl.CellDoubleClick</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellForeground">PivotGridControl.CellForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellMenuCustomizations">
      <summary>
        <para>Allows you to customize the context menu, invoked when right-clicking <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>, by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object, representing a collection of actions that manipulate menu items.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectedBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of the selected <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cell</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the background of the selected <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cell</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectedBackground">PivotGridControl.CellSelectedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectedForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the selected <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cell</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the foreground of the selected <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cell</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectedForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectedForeground">PivotGridControl.CellSelectedForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectionChanged">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> selection is modified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectionChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CellSelectionChanged">PivotGridControl.CellSelectionChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellStyle">
      <summary>
        <para>Gets or sets the style applied to <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">data cells</see> displayed within a Pivot Grid.</para>
      </summary>
      <value>A System.Windows.Style object that represents the style applied to data cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellStyle">PivotGridControl.CellStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the background of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalBackground">PivotGridControl.CellTotalBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the foreground of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalForeground">PivotGridControl.CellTotalForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalSelectedBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of the selected total or grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the background of the selected total or grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalSelectedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalSelectedBackground">PivotGridControl.CellTotalSelectedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalSelectedForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the selected total or grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that represents the brush used to paint the foreground of the selected total or grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalSelectedForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CellTotalSelectedForeground">PivotGridControl.CellTotalSelectedForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ChangeFieldExpandedAsync(DevExpress.Xpf.PivotGrid.PivotGridField,System.Boolean)">
      <summary>
        <para>Expands or collapses all values of the specified field <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the field whose values should be expanded/collapsed.</param>
      <param name="expand">true to expand field values; false to collapse them.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ChangeFieldSortOrderAsync(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Toggles the sort order of the specified field <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies a field whose sort order should be toggled.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartAutoTranspose">
      <summary>
        <para>Gets or sets whether a bound chart control should be transposed if the number of series exceeds the number of argument values. This is a dependency property.</para>
      </summary>
      <value>true to transpose a bound chart control if the number of series exceeds the number of argument values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartAutoTransposeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartAutoTranspose">PivotGridControl.ChartAutoTranspose</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvideMode">
      <summary>
        <para>Gets or sets what data the pivot grid should pass to a bound chart control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataProvideMode"/> enumeration member that specifies what data the pivot grid should pass to a bound chart control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvideModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvideMode">PivotGridControl.ChartDataProvideMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvidePriority">
      <summary>
        <para>Gets or sets whether the pivot grid should pass columns or rows to a bound chart control when it is impossible to find the <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">lowest-level</see> data. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartDataProvidePriority"/> enumeration member that specifies whether the pivot grid should pass columns or rows to a bound chart control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvidePriorityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataProvidePriority">PivotGridControl.ChartDataProvidePriority</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartDataSource">
      <summary>
        <para>Gets a data source for a chart control.</para>
      </summary>
      <value>The data source for a chart control.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartFieldValuesProvideMode">
      <summary>
        <para>Gets or sets how field values are passed to the chart control.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotChartFieldValuesProvideMode"/> enumeration members that specifies how field values are passed to the chart control.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartFieldValuesProvideModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartFieldValuesProvideMode">PivotGridControl.ChartFieldValuesProvideMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartMaxPointCountInSeries">
      <summary>
        <para>Gets or sets the maximum allowed number of points in a series.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the maximum allowed number of points in a series; 0 for no limit.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartMaxPointCountInSeriesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartMaxPointCountInSeries">PivotGridControl.ChartMaxPointCountInSeries</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartMaxSeriesCount">
      <summary>
        <para>Gets or sets the maximum allowed number of series in the chart data source.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the maximum allowed number of series in the chart data source; 0 for no limit.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartMaxSeriesCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartMaxSeriesCount">PivotGridControl.ChartMaxSeriesCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideCellValuesAsType">
      <summary>
        <para>Gets or sets the type to which cell values are converted before they are exported to the Chart Control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object, representing the type to which the cell values are converted.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideCellValuesAsTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideCellValuesAsType">PivotGridControl.ChartProvideCellValuesAsType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnCustomTotals">
      <summary>
        <para>Gets or sets whether column <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">custom totals</see> should be passed to a chart control. This is a dependency property.</para>
      </summary>
      <value>true if column custom totals should be displayed in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnCustomTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnCustomTotals">PivotGridControl.ChartProvideColumnCustomTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnFieldValuesAsType">
      <summary>
        <para>Gets or sets the type to which the column field values are converted before they are exported to the chart control. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object representing the type to which the column field values are converted.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnFieldValuesAsTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnFieldValuesAsType">PivotGridControl.ChartProvideColumnFieldValuesAsType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnGrandTotals">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">column grand totals</see> are passed to a chart control. This is a dependency property.</para>
      </summary>
      <value>true if column grand totals are displayed in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnGrandTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnGrandTotals">PivotGridControl.ChartProvideColumnGrandTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnTotals">
      <summary>
        <para>Gets or sets whether column <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">totals</see> are passed to a chart control.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true if column totals are displayed in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideColumnTotals">PivotGridControl.ChartProvideColumnTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideDataByColumns">
      <summary>
        <para>Gets or sets whether series in a chart control are created based on PivotGrid columns or rows. This is a dependency property.</para>
      </summary>
      <value>true if PivotGrid columns are chart series; false if PivotGrid rows are chart series.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideDataByColumnsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideDataByColumns">PivotGridControl.ChartProvideDataByColumns</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideEmptyCells">
      <summary>
        <para>Gets or sets whether empty cells should be processed by the Chart control. This is a dependency property.</para>
      </summary>
      <value>true if empty cells should be processed by the Chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideEmptyCellsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideEmptyCells">PivotGridControl.ChartProvideEmptyCells</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowCustomTotals">
      <summary>
        <para>Gets or sets whether row <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">custom totals</see> should be displayed in a chart control. This is a dependency property.</para>
      </summary>
      <value>true if row custom totals should be displayed in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowCustomTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowCustomTotals">PivotGridControl.ChartProvideRowCustomTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowFieldValuesAsType">
      <summary>
        <para>Gets or sets the type to which the row field values are converted before they are exported to the chart control.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object representing the type to which the row field values are converted.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowFieldValuesAsTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowFieldValuesAsType">PivotGridControl.ChartProvideRowFieldValuesAsType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowGrandTotals">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">row grand totals</see> are passed to a chart control.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true if row grand totals are displayed in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowGrandTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowGrandTotals">PivotGridControl.ChartProvideRowGrandTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowTotals">
      <summary>
        <para>Gets or sets whether row <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">totals</see> are passed to a chart control.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true if row totals are displayed in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartProvideRowTotals">PivotGridControl.ChartProvideRowTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartSelectionOnly">
      <summary>
        <para>Gets or sets whether a chart control should visualize data from the selected cells only.</para>
      </summary>
      <value>true to visualize only the selected cells’ data in a chart control; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartSelectionOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartSelectionOnly">PivotGridControl.ChartSelectionOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartUpdateDelay">
      <summary>
        <para>Gets or sets the delay between changing the cell focus or selection, and updating the bound Chart control.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the Chart control update delay, in milliseconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartUpdateDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ChartUpdateDelay">PivotGridControl.ChartUpdateDelay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ClearFieldSortingAsync(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Clears field sorting <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see> in OLAP mode.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the field whose sort order should be changed.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ClearFormatConditionsFromAllMeasures">
      <summary>
        <para>Clear format conditions from all measures.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ClearFormatConditionsFromIntersection(DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Clear format conditions from the specified intersection of row and column fields.</para>
      </summary>
      <param name="rowField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a row field.</param>
      <param name="columnField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a column field.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ClearFormatConditionsFromMeasure(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Clear format conditions from the specified measure.</para>
      </summary>
      <param name="measure">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a data field.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ClearMRUFilter">
      <summary>
        <para>Clears the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#most-recently-used-filters">MRU Filter List</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ClipboardCopyCollapsedValuesMode">
      <summary>
        <para>Gets or sets how to copy collapsed field values to the clipboard. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.CopyCollapsedValuesMode"/> enumeration value that specifies how to copy collapsed field values to the clipboard.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ClipboardCopyCollapsedValuesModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ClipboardCopyCollapsedValuesMode">PivotGridControl.ClipboardCopyCollapsedValuesMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ClipboardCopyMultiSelectionMode">
      <summary>
        <para>Gets or sets how to copy cells to the clipboard when multiple cells are selected. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.CopyMultiSelectionMode"/> enumeration value that specifies how to copy cells to the clipboard when multiple cells are selected.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ClipboardCopyMultiSelectionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ClipboardCopyMultiSelectionMode">PivotGridControl.ClipboardCopyMultiSelectionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseAll">
      <summary>
        <para>Collapses all columns and rows in PivotGridControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseAllAsync">
      <summary>
        <para>Collapses all columns and rows in PivotGridControl <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseAllColumns">
      <summary>
        <para>Collapses all columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseAllColumnsAsync">
      <summary>
        <para>Collapses all columns <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseAllRows">
      <summary>
        <para>Collapses all rows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseAllRowsAsync">
      <summary>
        <para>Collapses all rows <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseValue(System.Boolean,System.Object[])">
      <summary>
        <para>Collapses the specified column or row.</para>
      </summary>
      <param name="isColumn">true to collapse a column; false to collapse a row.</param>
      <param name="values">An array of field values that identify the column/row to be collapsed.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CollapseValueAsync(System.Boolean,System.Object[])">
      <summary>
        <para>Collapses the specified column or row <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="isColumn">true to collapse a column; false to collapse a row.</param>
      <param name="values">An array of field values that identify the column/row to be collapsed.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnCount">
      <summary>
        <para>Gets the number of columns in the PivotGridControl.</para>
      </summary>
      <value>An integer which specifies the number of columns displayed within the PivotGridControl.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnFieldValuesAlignment">
      <summary>
        <para>Gets or sets the vertical alignment of <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field values</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.VerticalAlignment"/> enumeration member specifying the vertical alignment of <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnFieldValuesAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnFieldValuesAlignment">PivotGridControl.ColumnFieldValuesAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnTotalsLocation">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">column totals</see>‘ location. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldColumnTotalsLocation"/> enumeration value that specifies the column totals’ location.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnTotalsLocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ColumnTotalsLocation">PivotGridControl.ColumnTotalsLocation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ConditionalFormattingManagerServiceTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the conditional formatting manager. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object that defines the presentation of the conditional formatting manager.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ConditionalFormattingManagerServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ConditionalFormattingManagerServiceTemplate">PivotGridControl.ConditionalFormattingManagerServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CopySelectionToClipboard">
      <summary>
        <para>Copies the selected cells to the clipboard.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CopyToClipboardWithFieldValues">
      <summary>
        <para>Gets or sets whether field values are copied to the clipboard when CTRL+C is pressed or the <see cref="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CopySelectionToClipboard">PivotGridControl.CopySelectionToClipboard</see> method is called.</para>
      </summary>
      <value>true if field values are copied to the clipboard when CTRL+C is pressed or the <see cref="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CopySelectionToClipboard">PivotGridControl.CopySelectionToClipboard</see> method is called; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CopyToClipboardWithFieldValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CopyToClipboardWithFieldValues">PivotGridControl.CopyToClipboardWithFieldValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSource">
      <summary>
        <para>Returns a list of records used to calculate summary values displayed within the PivotGridControl.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSource(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns to be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSource(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns to be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSource(System.Int32,System.Int32,System.Int32)">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell. Allows you to limit the number of records to be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSource(System.Int32,System.Int32)">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="columnIndex">A zero-based integer that identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer that identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>An asynchronous operation that returns <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="columnIndex">A zero-based integer that identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer that identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. Pass -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>An asynchronous operation that returns <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> as a result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(System.Int32,System.Int32,System.Int32)">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="columnIndex">A zero-based integer that identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer that identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. Pass -1 to retrieve all rows.</param>
      <returns>An asynchronous operation that returns <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> as a result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(System.Int32,System.Int32)">
      <summary>
        <para>Returns a list of records used to calculate a summary value for the specified cell <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="columnIndex">A zero-based integer that identifies the visible index of the column. Pass -1 as a column index to obtain the column’s Grand Total.</param>
      <param name="rowIndex">A zero-based integer that identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.</param>
      <returns>An asynchronous operation that returns <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateOlapDrillDownDataSource(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns to be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateOlapDrillDownDataSource(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns and limit the number of records to be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row.</param>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateServerModeDrillDownDataSource(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In server mode, returns a list of records used to calculate a summary value for the specified cell <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>. Allows you to specify which columns should be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data for the processed cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateServerModeDrillDownDataSource(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
      <summary>
        <para>In server mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns and limit the number of records to be returned.</para>
      </summary>
      <param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
      <param name="rowIndex">A zero-based integer which identifies the visible index of the row.</param>
      <param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.</param>
      <param name="customColumns">A list of columns to be returned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDrillDownDataSource"/></returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.CreateSummaryDataSource">
      <summary>
        <para>Returns a summary data source.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.</returns>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellAppearance">
      <summary>
        <para>Allows you to specify brushes used to paint <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellAppearanceEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellAppearance"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellDisplayText">
      <summary>
        <para>Enables custom display text to be provided for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">summary cells</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellDisplayTextEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellDisplayText">PivotGridControl.CustomCellDisplayText</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellValue">
      <summary>
        <para>Allows you to replace cell values with values calculated in the event handler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellValueEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomCellValue">PivotGridControl.CustomCellValue</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomChartDataSourceData">
      <summary>
        <para>Occurs when a <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> prepares data to be displayed in a <see cref="T:DevExpress.Xpf.Charts.ChartControl"/>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomChartDataSourceRows">
      <summary>
        <para>Allows you to customize pivot grid data before passing it to a chart control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldListSort">
      <summary>
        <para>Allows you to change field and folder order in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldSort">
      <summary>
        <para>Provides the ability to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldValueCells">
      <summary>
        <para>Allows you to customize <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldValueCellsEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFieldValueCells">PivotGridControl.CustomFieldValueCells</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPanelDisplayText">
      <summary>
        <para>Allows you to display custom text instead of a filter expression in the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#legacy-and-new-filter-panels">legacy Filter Panel</see> (Prefilter Panel).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPanelDisplayTextEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPanelDisplayText"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPopupItems">
      <summary>
        <para>Allows you to customize the <see href="https://docs.devexpress.com/WPF/10932/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-drop-down">Legacy</see> filter drop-down list items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPopupItemsEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomFilterPopupItems">PivotGridControl.CustomFilterPopupItems</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomGroupInterval">
      <summary>
        <para>Allows you to custom group values of a <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> and a <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomServerModeSort">
      <summary>
        <para>In <see href="https://docs.devexpress.com/WPF/11782/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source">OLAP</see> and <see href="https://docs.devexpress.com/WPF/18010/controls-and-libraries/pivot-grid/binding-to-data/database-server-mode">server mode</see>, provides the capability to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomSummary">
      <summary>
        <para>Allows you to calculate summary values manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUnboundFieldData">
      <summary>
        <para>Enables providing data to unbound fields.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUniqueValuesCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUniqueValuesCommand"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUniqueValuesEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomUniqueValues"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomValueAppearance">
      <summary>
        <para>Allows you to specify brushes used to paint <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomValueAppearanceEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.CustomValueAppearance"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldArea">
      <summary>
        <para>Gets or sets the area in which the data field headers are displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DataFieldArea"/> enumeration value that specifies the area in which the data field headers are displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldAreaIndex">
      <summary>
        <para>Gets or sets the position of the data field headers.</para>
      </summary>
      <value>An integer which specifies the position of the data field headers within the hierarchy of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldAreaIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldAreaIndex">PivotGridControl.DataFieldAreaIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldArea">PivotGridControl.DataFieldArea</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldCaption">
      <summary>
        <para>Specifies the text displayed within the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data header</see>.</para>
      </summary>
      <value>A string which specifies the text displayed within the data header.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldCaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldCaption">PivotGridControl.DataFieldCaption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldHeight">
      <summary>
        <para>Gets or sets the height of a <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> value. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the height of a <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldHeight">PivotGridControl.DataFieldHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldUnboundExpressionMode">
      <summary>
        <para>Gets or sets whether unbound expressions for data fields are calculated based on the data source records, or summary values.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.PivotGrid.UnboundExpressionMode"/> enumeration members, specifying how the unbound expressions for data fields are calculated.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldUnboundExpressionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldUnboundExpressionMode">PivotGridControl.DataFieldUnboundExpressionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldWidth">
      <summary>
        <para>Gets or sets the width of a <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> value. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the width of a <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataFieldWidth">PivotGridControl.DataFieldWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataHeadersDisplayMode">
      <summary>
        <para>Specifies how the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data fields</see> are displayed if the <see href="https://docs.devexpress.com/WPF/7990/controls-and-libraries/pivot-grid/ui-elements/data-header-area">Data Header area</see> is too small to display all data fields, even truncated with ellipses. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataHeadersDisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataHeadersDisplayMode">PivotGridControl.DataHeadersDisplayMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataProcessingEngine">
      <summary>
        <para>Gets or sets an engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DataProcessingEngine"/> enumeration value that specifies an engine used to perform data processing in the pivot grid.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataProcessingEngineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataProcessingEngine">PivotGridControl.DataProcessingEngine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataProperty">
      <summary>
        <para>This field is intended for internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataSource">
      <summary>
        <para>Gets or sets the PivotGridControl data source.</para>
      </summary>
      <value>An object that contains data for PivotGridControl.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.DataSourceChanged">
      <summary>
        <para>Occurs after the PivotGridControl’s data source has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataSourceChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.DataSourceChanged">PivotGridControl.DataSourceChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataSource">PivotGridControl.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DefaultDataProcessingEngine">
      <summary>
        <para>Gets or sets a default engine used to perform data processing in the pivot grid.</para>
      </summary>
      <value>A <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DataProcessingEngine">PivotGridControl.DataProcessingEngine</see> enumeration value that specifies an engine used to perform data processing in the pivot grid.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DefaultExcelListSize">
      <summary>
        <para>Specifies the default size of the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> which is painted in the <see cref="F:DevExpress.Xpf.PivotGrid.FieldListStyle.Excel2007">FieldListStyle.Excel2007</see> style.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DeferredUpdates">
      <summary>
        <para>Gets or sets whether dragging fields within the Field List (when it’s painted using the Excel2007 style) immediately updates the layout of fields in the PivotGrid control. This option controls the state of the ‘Defer Layout Update’ check box in the Field List, when the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListStyle">PivotGridControl.FieldListStyle</see> option is set to Excel2007.</para>
      </summary>
      <value>true if the layout of fields in the PivotGridControl must not be immediately updated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DeferredUpdatesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DeferredUpdates">PivotGridControl.DeferredUpdates</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DisableBatchUpdate">
      <summary>
        <para>Specifies whether to update the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> in a single batch during the data source synchronization. This is a compatibility and dependency property.</para>
      </summary>
      <value>true to restore the legacy (slower) behavior; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DisableBatchUpdateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DisableBatchUpdate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DrawFocusedCellRect">
      <summary>
        <para>Gets or sets whether a focus rectangle is painted around the currently focused cell.</para>
      </summary>
      <value>true to paint a focus rectangle around the focused cell; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DrawFocusedCellRectProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DrawFocusedCellRect">PivotGridControl.DrawFocusedCellRect</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DrillDownCustomColumns">
      <summary>
        <para>Gets or sets a list of columns to be returned when you create a drill-down data source.</para>
      </summary>
      <value>A list of columns to be returned.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DrillDownCustomColumnsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DrillDownCustomColumns">PivotGridControl.DrillDownCustomColumns</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DrillDownMaxRowCount">
      <summary>
        <para>Gets or sets the maximum number of rows returned when calling the PivotGridControl.CreateDrillDownDataSource method.</para>
      </summary>
      <value>An integer value that specifies the maximum number of rows returned when calling the PivotGridControl.CreateDrillDownDataSource method.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.DrillDownMaxRowCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.DrillDownMaxRowCount">PivotGridControl.DrillDownMaxRowCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.EndInit">
      <summary>
        <para>Ends the runtime initialization.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.EndRefresh">
      <summary>
        <para>Occurs after the control’s data recalculation has been completed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.EndRefreshEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.EndRefresh">PivotGridControl.EndRefresh</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.EndUpdate">
      <summary>
        <para>Unlocks the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.EndUpdateAsync">
      <summary>
        <para>Unlocks the PivotGridControl after the <see cref="M:DevExpress.Xpf.PivotGrid.PivotGridControl.BeginUpdate">PivotGridControl.BeginUpdate</see> method call, and starts an <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> update.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ErrorPanelStyle">
      <summary>
        <para>Gets or sets a style of the error panel. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that is the error panel style.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ErrorPanelStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ErrorPanelStyle">PivotGridControl.ErrorPanelStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ErrorPanelText">
      <summary>
        <para>Gets or sets a text from the error panel. This is a dependency property.</para>
      </summary>
      <value>A string that contains the exception message.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ErrorPanelTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ErrorPanelText">PivotGridControl.ErrorPanelText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ExcelFieldListState">
      <summary>
        <para>Gets or sets the state of an Excel-style <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Wpf.Grid.IColumnChooserState interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ExcelFieldListStateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ExcelFieldListState">PivotGridControl.ExcelFieldListState</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ExcelFieldListTemplate">
      <summary>
        <para>Gets or sets the template used to display the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> in the Excel style.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object representing the template used to display the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ExcelFieldListTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ExcelFieldListTemplate">PivotGridControl.ExcelFieldListTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandAll">
      <summary>
        <para>Expands all columns and rows in PivotGridControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandAllAsync">
      <summary>
        <para>Expands all columns and rows in the PivotGridControl <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandAllColumns">
      <summary>
        <para>Expands all columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandAllColumnsAsync">
      <summary>
        <para>Expands all columns <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandAllRows">
      <summary>
        <para>Expands all rows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandAllRowsAsync">
      <summary>
        <para>Expands all rows <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandValue(System.Boolean,System.Object[])">
      <summary>
        <para>Expands the specified column or row.</para>
      </summary>
      <param name="isColumn">true to expand a column; false to expand a row.</param>
      <param name="values">An array of field values that identify the column/row to be expanded.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpandValueAsync(System.Boolean,System.Object[])">
      <summary>
        <para>Expands the specified column or row <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="isColumn">true to expand a column; false to expand a row.</param>
      <param name="values">An array of field values that identify the column/row to be expanded.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in CSV format, using the specified CSV-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToCsv(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in CSV format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created CSV file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in CSV format, using the specified CSV-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToCsv(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in CSV format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created CSV file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in DOCX format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the DOCX export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports the control’s data to the specified stream in DOCX format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified file in DOCX format using the specified options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the DOCX export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToDocx(System.String)">
      <summary>
        <para>Exports the Pivot Grid Control’s data to the specified DOCX file.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the DOCX file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in HTML format, using the specified HTML-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToHtml(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in HTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in HTML format using the specified HTML-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToHtml(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in HTML format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created HTML file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in image format, using the specified image-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the image export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in image format using the specified image-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created image file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object which specifies the image export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToImage(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in image format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created image file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in MHT format using the specified MHT-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToMht(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in MHT format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in MHT format, using the specified MHT-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToMht(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in MHT format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in PDF format, using the specified PDF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in PDF format, using the specified PDF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the PDF export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToPdf(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in PDF format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in RTF format, using the specified RTF-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created RTF file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the RTF export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created RTF file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in RTF format, using the specified RTF-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created RTF file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the RTF export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToRtf(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in RTF format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created RTF file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in text format, using the specified text-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created text file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the text export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToText(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in text format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created text file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in text format, using the specified text-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created text file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the text export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToText(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in text format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created text file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in XLS format, using the specified XLS-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created XLS file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in XLS format using the specified XLS-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXls(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in XLS format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLS file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in XLSX format, using the specified XLSX-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created XLSX file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in XLSX format, using the specified XLSX-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXlsx(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in XLSX format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XLSX file.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified stream in XPS format, using the specified XPS-specific options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created XPS file should be sent.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XpsExportOptions"/> object which specifies the XPS export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXps(System.IO.Stream)">
      <summary>
        <para>Exports the pivot grid to the specified stream in XPS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created XPS file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the pivot grid to the specified file path in XPS format using the specified XPS-specific options.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XPS file.</param>
      <param name="options">A <see cref="T:DevExpress.XtraPrinting.XpsExportOptions"/> object which specifies the XPS export options to be applied when the pivot grid is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ExportToXps(System.String)">
      <summary>
        <para>Exports the pivot grid to the specified file path in XPS format.</para>
      </summary>
      <param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created XPS file.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpressionEditorContainer">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpressionEditorCreated">
      <summary>
        <para>Fires after an <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> has been created for <see cref="T:DevExpress.Xpf.PivotGrid.ExpressionDataBinding"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpressionEditorCreatedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.ExpressionEditorCreated"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanged">
      <summary>
        <para>Occurs after a field location or visibility has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanged">PivotGridControl.FieldAreaChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanging">
      <summary>
        <para>Occurs before a field’s position is changed, allowing  cancellation of this action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChangingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaChanging">PivotGridControl.FieldAreaChanging</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaIndexChanged">
      <summary>
        <para>Occurs after a field has been moved.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaIndexChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldAreaIndexChanged"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellKpiTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> that contain <see href="https://docs.devexpress.com/WPF/11641/controls-and-libraries/pivot-grid/data-analysis/key-performance-indicators-kpis">KPI</see> graphics. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> that contain <see href="https://docs.devexpress.com/WPF/11641/controls-and-libraries/pivot-grid/data-analysis/key-performance-indicators-kpis">KPI</see> graphics.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellKpiTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellKpiTemplate">PivotGridControl.FieldCellKpiTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellKpiTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a template for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> that contain <see href="https://docs.devexpress.com/WPF/11641/controls-and-libraries/pivot-grid/data-analysis/key-performance-indicators-kpis">KPI</see> graphics. 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.PivotGrid.PivotGridControl.FieldCellKpiTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellKpiTemplateSelector">PivotGridControl.FieldCellKpiTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellTemplate">PivotGridControl.FieldCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> 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.PivotGrid.PivotGridControl.FieldCellTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldCellTemplateSelector">PivotGridControl.FieldCellTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldExpandedInGroupChanged">
      <summary>
        <para>Fires after the expansion status of fields combined into a <see href="https://docs.devexpress.com/WPF/8020/controls-and-libraries/pivot-grid/layout/field-groups">field group</see> has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldExpandedInGroupChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldExpandedInGroupChanged">PivotGridControl.FieldExpandedInGroupChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanged">
      <summary>
        <para>Occurs after a field’s filter condition has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanged">PivotGridControl.FieldFilterChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanging">
      <summary>
        <para>Allows you to customize or cancel the applied filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChangingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterChanging">PivotGridControl.FieldFilterChanging</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterPopupMode">
      <summary>
        <para>Specifies the type of the <see href="https://docs.devexpress.com/WPF/10932/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-drop-down">filter drop-down</see> invoked by clicking a filter button in the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>. This is a dependency property.</para>
      </summary>
      <value>An enumeration member that specifies the type of the filter drop-down.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterPopupModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldFilterPopupMode">PivotGridControl.FieldFilterPopupMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorStyle">
      <summary>
        <para>Gets or sets a style that contains settings common to all fields 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 fields generated using different templates.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorStyle">PivotGridControl.FieldGeneratorStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorTemplate">
      <summary>
        <para>Gets or sets a template that describes pivot grid fields. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is a Pivot Grid field template.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorTemplate">PivotGridControl.FieldGeneratorTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the field’s type. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> object that is a field template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldGeneratorTemplateSelector">PivotGridControl.FieldGeneratorTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderContentStyle">
      <summary>
        <para>Gets or sets a style applied to the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderContentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderContentStyle">PivotGridControl.FieldHeaderContentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorSize">PivotGridControl.FieldHeaderDragIndicatorSize</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorTemplate">
      <summary>
        <para>Gets or sets a template used to display the drag indicator.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing a template used to display the drag indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorTemplate">PivotGridControl.FieldHeaderDragIndicatorTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderListTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when they are arranged in a list. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when they are arranged in a list.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderListTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderListTemplate">PivotGridControl.FieldHeaderListTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderListTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a template, used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when they are arranged in a list. 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.PivotGrid.PivotGridControl.FieldHeaderListTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderListTemplateSelector">PivotGridControl.FieldHeaderListTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTemplate">PivotGridControl.FieldHeaderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> 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.PivotGrid.PivotGridControl.FieldHeaderTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTemplateSelector">PivotGridControl.FieldHeaderTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTreeViewTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when they are arranged in a tree. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when they are arranged in a tree.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTreeViewTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTreeViewTemplate">PivotGridControl.FieldHeaderTreeViewTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTreeViewTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a template, used to display <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when they are arranged in a tree. 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.PivotGrid.PivotGridControl.FieldHeaderTreeViewTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderTreeViewTemplateSelector">PivotGridControl.FieldHeaderTreeViewTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeight">
      <summary>
        <para>Gets or sets the row height for the current pivot grid.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the row height for the current pivot grid.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeight">PivotGridControl.FieldHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListAllowedLayouts">
      <summary>
        <para>Gets or sets which layouts can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when it is painted in Excel2007 style.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>One or several <see cref="T:DevExpress.Xpf.PivotGrid.FieldListAllowedLayouts"/> enumeration members that specify which layouts can be applied to the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListAllowedLayoutsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListAllowedLayouts">PivotGridControl.FieldListAllowedLayouts</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListFactory">
      <summary>
        <para>Represents a custom <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. 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.PivotGrid.PivotGridControl.FieldListFactoryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListFactory">PivotGridControl.FieldListFactory</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListIncludeVisibleFields">
      <summary>
        <para>Gets or sets whether to show visible fields in the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true to show visible fields in the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListIncludeVisibleFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListIncludeVisibleFields">PivotGridControl.FieldListIncludeVisibleFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListLayout">
      <summary>
        <para>Gets or sets the field list’s layout when it is painted in Excel2007 style. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldListLayout"/> enumeration member that specifies how fields are arranged within the field list.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListLayoutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListLayout">PivotGridControl.FieldListLayout</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListSplitterX">
      <summary>
        <para>Gets or sets the position of the vertical splitter displayed in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the position of the vertical splitter.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListSplitterXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListSplitterX">PivotGridControl.FieldListSplitterX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListSplitterY">
      <summary>
        <para>Gets or sets the position of the horizontal splitter displayed in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the position of the horizontal splitter.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListSplitterYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListSplitterY">PivotGridControl.FieldListSplitterY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListState">
      <summary>
        <para>Gets or sets the state of a simple <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>An object implementing the DevExpress.Wpf.Grid.IColumnChooserState interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListStateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListState">PivotGridControl.FieldListState</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListStyle">
      <summary>
        <para>Gets or sets a style that defines the visual appearance of the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.FieldListStyle enumeration member specifying the style of the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListStyle">PivotGridControl.FieldListStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListTemplate">
      <summary>
        <para>Gets or sets the template used to display the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object that represents the template used to display the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldListTemplate">PivotGridControl.FieldListTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldPropertyChanged">
      <summary>
        <para>Occurs after a field’s property has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldPropertyChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldPropertyChanged">PivotGridControl.FieldPropertyChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.Fields">
      <summary>
        <para>Provides access to a pivot grid’s field collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection"/> object which represents a collection of all the fields within a pivot grid.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldSizeChanged">
      <summary>
        <para>Occurs after the width or height of a field has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldSizeChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldSizeChanged">PivotGridControl.FieldSizeChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldsSource">
      <summary>
        <para>Gets or sets the source from which the Pivot Grid generates fields. This is a dependency property.</para>
      </summary>
      <value>The source from which the Pivot Grid generates fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldsSource">PivotGridControl.FieldsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldUnboundExpressionChanged">
      <summary>
        <para>Fires after the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpression">PivotGridField.UnboundExpression</see> property’s value has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldUnboundExpressionChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldUnboundExpressionChanged">PivotGridControl.FieldUnboundExpressionChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsed">
      <summary>
        <para>Occurs after a field value has been collapsed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsed">PivotGridControl.FieldValueCollapsed</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsing">
      <summary>
        <para>Occurs when a field value is about to be collapsed, allowing cancellation of the action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueCollapsing">PivotGridControl.FieldValueCollapsing</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueDisplayText">
      <summary>
        <para>Enables you to provide custom text displayed within individual field values or filter dropdown items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanded">
      <summary>
        <para>Occurs after a field value has been expanded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpandedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanded">PivotGridControl.FieldValueExpanded</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanding">
      <summary>
        <para>Occurs when a field value is about to be expanded, allowing cancellation of the action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpandingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueExpanding">PivotGridControl.FieldValueExpanding</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueMenuCustomizations">
      <summary>
        <para>Allows you to customize the context menu, invoked when right-clicking the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>, by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object, representing a collection of actions that manipulate menu items.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueNotExpanded">
      <summary>
        <para>Occurs in OLAP mode, when an end-user clicks an <see href="https://docs.devexpress.com/WPF/7992/controls-and-libraries/pivot-grid/ui-elements/expand-button">expand button</see> or selects Expand All from the context menu, and the field value cannot be expanded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueNotExpandedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueNotExpanded">PivotGridControl.FieldValueNotExpanded</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</para>
      </summary>
      <value>A System.Windows.Style object that represents the style applied to field values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueStyle">PivotGridControl.FieldValueStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing the template used to display <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueTemplate">PivotGridControl.FieldValueTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> 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.PivotGrid.PivotGridControl.FieldValueTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldValueTemplateSelector">PivotGridControl.FieldValueTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldVisibleChanged">
      <summary>
        <para>Occurs after a field has been shown or hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldVisibleChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldVisibleChanged"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldVisibleChanging">
      <summary>
        <para>Occurs before a field becomes shown or hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldVisibleChangingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldVisibleChanging"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldWidth">
      <summary>
        <para>Gets or sets the column width for the current pivot grid.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the column width for the current pivot grid.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldWidth">PivotGridControl.FieldWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterByVisibleFieldsOnly">
      <summary>
        <para>Gets or sets whether to take into account filter conditions of visible <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> only.</para>
      </summary>
      <value>true to take into account filter conditions of visible <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> only; false, to take into account filter conditions of all <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterByVisibleFieldsOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterByVisibleFieldsOnly">PivotGridControl.FilterByVisibleFieldsOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterCriteria">
      <summary>
        <para>Gets or sets a filter applied to the PivotGridControl. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator">DevExpress.Data.Filtering.CriteriaOperator</see> object which is a filter criterion.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterCriteriaChanged">
      <summary>
        <para>Occurs when the filter expression specified by the Filter Editor is changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterCriteriaChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterCriteriaChanged"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterCriteria">PivotGridControl.FilterCriteria</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterEditorDialogServiceTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see> dialog. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterEditorDialogServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterEditorDialogServiceTemplate">PivotGridControl.FilterEditorDialogServiceTemplate</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterEditorTemplate">
      <summary>
        <para>Gets or sets a template that defines the presentation of the <see href="https://docs.devexpress.com/WPF/400734/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-elements">Filter Element</see> within the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see> dialog. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterEditorTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterEditorTemplate">PivotGridControl.FilterEditorTemplate</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilteringContext">
      <summary>
        <para>Gets an object which the <see cref="T:DevExpress.Xpf.Core.FilteringUI.FilterEditorControl">FilterEditorControl</see> uses to interact with a PivotGridControl.</para>
      </summary>
      <value>An object required for the FilterEditorControl or its descendants to edit the filter criteria of the data-bound control.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilteringPanelStyle">
      <summary>
        <para>Gets or sets the style applied to the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel">Filter Panel</see>. This is a dependency property.</para>
      </summary>
      <value>The <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel">Filter Panel</see>‘s style.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilteringPanelStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilteringPanelStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterPanelText">
      <summary>
        <para>Gets the filter expression displayed within the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#legacy-and-new-filter-panels">legacy Filter Panel</see> (Prefilter Panel). This is a dependency property.</para>
      </summary>
      <value>A filter expression displayed within the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#legacy-and-new-filter-panels">legacy Filter Panel</see> (Prefilter Panel).</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterPanelTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterPanelText"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterString">
      <summary>
        <para>Gets or sets the filter expression used to filter PIvotGridControl’s data. This is an attached property.</para>
      </summary>
      <value>A filter expression</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FilterString">PivotGridControl.FilterString</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FixedRowHeaders">
      <summary>
        <para>Gets or sets whether to anchor row headers to the control edge when scrolling the pivot grid horizontally. This is a dependency property.</para>
      </summary>
      <value>true to anchor row headers to the control edge when scrolling the pivot grid horizontally; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FixedRowHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FixedRowHeaders">PivotGridControl.FixedRowHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCell">
      <summary>
        <para>Gets or sets the coordinates of the focused cell.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> structure that specifies the coordinates of the focused cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellBorderTemplate">
      <summary>
        <para>Gets or sets a template used to display border of the focused cell.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object representing the template used to display border of the focused cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellBorderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellBorderTemplate">PivotGridControl.FocusedCellBorderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellChanged">
      <summary>
        <para>Occurs after the focused cell has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellChanged">PivotGridControl.FocusedCellChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCellProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FocusedCell">PivotGridControl.FocusedCell</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionDialogServiceTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the format condition dialog. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.DataTemplate object which specifies the template for the format condition dialog.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionDialogServiceTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionDialogServiceTemplate">PivotGridControl.FormatConditionDialogServiceTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionGeneratorTemplate">
      <summary>
        <para>Gets or sets a template that describes conditional formats. This is a dependency property.</para>
      </summary>
      <value>A conditional format template.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionGeneratorTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionGeneratorTemplate">PivotGridControl.FormatConditionGeneratorTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionGeneratorTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the conditional format type. This is a dependency property.</para>
      </summary>
      <value>The field template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionGeneratorTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionGeneratorTemplateSelector">PivotGridControl.FormatConditionGeneratorTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditions">
      <summary>
        <para>Gets the collection of style format rules for a pivot grid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FormatConditionCollection"/> object which is the collection of format conditions.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionsSource">
      <summary>
        <para>Gets or set a list of conditional formats applied to the PivotGrid.</para>
      </summary>
      <value>The source from which the PivotGrid generates conditional formats.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FormatConditionsSource">PivotGridControl.FormatConditionsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetCellInfo(System.Int32,System.Int32)">
      <summary>
        <para>Returns an object that contains information on the specified cell.</para>
      </summary>
      <param name="columnIndex">A zero-based integer that identifies the visible index of the column.</param>
      <param name="rowIndex">A zero-based integer that identifies the visible index of the row.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs"/> object that contains information on the specified cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetCellValue(System.Int32,System.Int32)">
      <summary>
        <para>Returns a cell value by the column and row indexes.</para>
      </summary>
      <param name="columnIndex">A zero-based integer value that specifies the index of a column where the cell resides.</param>
      <param name="rowIndex">A zero-based integer value that specifies the index of a row where the cell resides.</param>
      <returns>A value displayed in the specified cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetCellValue(System.Object[],System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a cell value calculated for the specified column and row field values, against the specified data field.</para>
      </summary>
      <param name="columnValues">An array of column field values that identify the column where the cell resides.</param>
      <param name="rowValues">An array of row field values that identify the row where the cell resides.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
      <returns>A summary value calculated for the specified column and row field values, against the specified data field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetCellValue(System.Object[],System.Object[])">
      <summary>
        <para>Returns a cell value calculated for the specified column and row field values.</para>
      </summary>
      <param name="columnValues">An array of column field values that identify the column where the cell resides.</param>
      <param name="rowValues">An array of row field values that identify the row where the cell resides.</param>
      <returns>A summary value calculated for the specified column and row field values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetColumnIndex(DevExpress.PivotGrid.Internal.IPivotGridField,System.Object[])">
      <summary>
        <para>Returns the index of the specified column.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object.</param>
      <param name="values">An array of column field values that identify the column.</param>
      <returns>An integer value that specifies the column index. -1 if the specified column has not been not found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetColumnIndex(System.Object[])">
      <summary>
        <para>Returns the index of the specified column.</para>
      </summary>
      <param name="values">An array of column field values that identify the column.</param>
      <returns>An integer value that specifies the column index. -1 if the specified column has not been not found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetData(System.Windows.DependencyObject)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldByArea(DevExpress.Xpf.PivotGrid.FieldArea,System.Int32)">
      <summary>
        <para>Returns a field at the specified visual position in the specified area.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> value that identifies the area containing the required field.</param>
      <param name="index">An integer value that specifies the visible index of the field within the specified area.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object at the specified visual position within the specified area.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldCountByArea(DevExpress.Xpf.PivotGrid.FieldArea)">
      <summary>
        <para>Returns the number of visible fields located within the specified <see href="https://docs.devexpress.com/WPF/8002/controls-and-libraries/pivot-grid/ui-elements/header-area">area</see>.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the header area.</param>
      <returns>An integer value that specifies the number of visible fields located within the specified area.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldHeaderDragIndicatorSize(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorSize">PivotGridControl.FieldHeaderDragIndicatorSize</see> attached property for the 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.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorSize">PivotGridControl.FieldHeaderDragIndicatorSize</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldList">
      <summary>
        <para>Returns the list of fields available in the bound data source.</para>
      </summary>
      <returns>An array of <see cref="T:System.String"/> objects that specify the names of data source fields.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldsByArea(DevExpress.Xpf.PivotGrid.FieldArea)">
      <summary>
        <para>Returns a list of fields displayed in the specified area.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the required field area.</param>
      <returns>The list of visible fields displayed in the specified area.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldValue(DevExpress.Xpf.PivotGrid.PivotGridField,System.Int32)">
      <summary>
        <para>Returns the specified field value.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents a column or row field whose value is to be obtained.</param>
      <param name="lastLevelIndex">A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left edge for column fields, and from the top edge for row fields.</param>
      <returns>An object that represents the field’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldValue(System.Boolean,System.Int32,System.Int32)">
      <summary>
        <para>Returns the specified field value.</para>
      </summary>
      <param name="isColumn">true to obtain the value of a column field; false, to obtain the value of a row field.</param>
      <param name="lastLevelIndex">A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields.</param>
      <param name="level">A zero-based integer value that specifies the nesting level of the required column or row field value.</param>
      <returns>An object that represents the field’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldValueOlapMember(DevExpress.Xpf.PivotGrid.PivotGridField,System.Int32)">
      <summary>
        <para>Returns an OLAP member for the specified field value.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the pivot grid field.</param>
      <param name="lastLevelIndex">An integer value that specifies the cell’s index.</param>
      <returns>The <see cref="T:DevExpress.Xpf.PivotGrid.PivotOlapMember"/> object. null (Nothing) if the specified summary cell doesn’t correspond to the specified field’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldValueType(DevExpress.Xpf.PivotGrid.PivotGridField,System.Int32)">
      <summary>
        <para>Gets the type of a specific column/row field value.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field to which the value belongs.</param>
      <param name="lastLevelIndex">An integer value that specifies the zero-based index of a column/row that identifies the required field value. Columns are indexed starting from the far left, and rows are indexed starting from the top.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> value that represents the type of the required column/row field value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFieldValueType(System.Boolean,System.Int32)">
      <summary>
        <para>Gets the type of a field value in the column or row area.</para>
      </summary>
      <param name="isColumn">true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area.</param>
      <param name="lastLevelIndex">An integer value that specifies the zero-based index of a column/row that identifies the required field value. Columns are indexed starting from the far left, rows are indexed starting from the top.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldValueType"/> value that identifies the type of the required column/row field value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetFocusedCellInfo">
      <summary>
        <para>Returns an object that contains information on the currently focused cell.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs"/> object that contains information on the currently focused cell.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetKpiBitmap(DevExpress.Xpf.PivotGrid.PivotKpiGraphic,System.Int32)">
      <summary>
        <para>Returns an image that corresponds to a specific KPI value.</para>
      </summary>
      <param name="graphic">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotKpiGraphic"/> enumeration value that specifies the KPI graphic set.</param>
      <param name="state">An integer value that specifies the KPI value (-1, 0 or 1).</param>
      <returns>A Bitmap object that corresponds to the specified KPI value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetOlapKpiList">
      <summary>
        <para>Gets the list of key performance indicators (KPI) in a cube.</para>
      </summary>
      <returns>The list of KPI names.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetOlapKpiMeasures(System.String)">
      <summary>
        <para>Returns the Measures dimension’s members used to calculate the value, goal, status and weight of the specified Key Performance Indicator (KPI).</para>
      </summary>
      <param name="kpiName">A string value that specifies the KPI’s name.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures"/> object that contains measures used to determine the KPI’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetOlapKpiServerGraphic(System.String,DevExpress.Xpf.PivotGrid.PivotKpiType)">
      <summary>
        <para>Returns a graphic set defined on the server for the specified KPI’s trend and status.</para>
      </summary>
      <param name="kpiName">A string value that specifies the KPI’s name.</param>
      <param name="kpiType">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotKpiType"/> enumeration value that identifies the image set. Images can be obtained only for trend and status KPI types.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotKpiGraphic"/> enumeration value that specifies the KPI graphic set.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetOlapKpiValue(System.String)">
      <summary>
        <para>Returns the specified KPI’s value.</para>
      </summary>
      <param name="kpiName">A string value that specifies the KPI’s name.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue"/> object that represents the specified KPI’s value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetPivotGrid(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PivotGrid">PivotGridControl.PivotGrid</see> attached property for the 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.PivotGrid.PivotGridControl.PivotGrid">PivotGridControl.PivotGrid</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetRowIndex(DevExpress.Xpf.PivotGrid.PivotGridField,System.Object[])">
      <summary>
        <para>Returns the index of the specified row.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object.</param>
      <param name="values">An array of row field values that identify the column.</param>
      <returns>An integer value that specifies the row index. -1 if the specified row has not been not found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetRowIndex(System.Object[])">
      <summary>
        <para>Returns the index of the specified row.</para>
      </summary>
      <param name="values">An array of row field values that identify the row.</param>
      <returns>An integer value that specifies the row index. -1 if the specified row has not been not found.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetShowBorder(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowBorder">PivotGridControl.ShowBorder</see> 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.PivotGrid.PivotGridControl.ShowBorder">PivotGridControl.ShowBorder</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.GetShowHeaders(DevExpress.Xpf.PivotGrid.FieldArea)">
      <summary>
        <para>Gets whether the specified field header area is visible.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the field header area.</param>
      <returns>true if the specified field header area is visible; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.GridLayout">
      <summary>
        <para>Fires after the PivotGridControl’s layout has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GridLayoutEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.GridLayout">PivotGridControl.GridLayout</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GridMenu">
      <summary>
        <para>Gets the context menu currently being displayed within the PivotGridControl.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.PivotGridPopupMenu object that represents the context menu. null (Nothing in Visual Basic) if no menu is currently displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupDataCaseSensitive">
      <summary>
        <para>Gets or sets whether data is grouped case-sensitively.</para>
      </summary>
      <value>true if data is grouped case-sensitively; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupDataCaseSensitiveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupDataCaseSensitive">PivotGridControl.GroupDataCaseSensitive</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFieldsInFieldList">
      <summary>
        <para>Gets or sets whether hidden fields are grouped within the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>true to group fields; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFieldsInFieldListProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFieldsInFieldList">PivotGridControl.GroupFieldsInFieldList</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterChanged">
      <summary>
        <para>Occurs after a group filter condition is changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterChanged">PivotGridControl.GroupFilterChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterMode">
      <summary>
        <para>Gets or sets the filtering mode of grouped fields.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterMode"/> enumeration member that specifies the filtering mode of grouped fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterMode">PivotGridControl.GroupFilterMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorStyle">
      <summary>
        <para>Gets or sets a style that contains settings common to all field groups 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 field groups generated using different templates.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorStyle">PivotGridControl.GroupGeneratorStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorTemplate">
      <summary>
        <para>Gets or sets a template that describes Pivot Grid <see href="https://docs.devexpress.com/WPF/8020/controls-and-libraries/pivot-grid/layout/field-groups">field groups</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is a Pivot Grid field group template.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorTemplate">PivotGridControl.GroupGeneratorTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the group’s type. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> object that is a group template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupGeneratorTemplateSelector">PivotGridControl.GroupGeneratorTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.Groups">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WPF/8020/controls-and-libraries/pivot-grid/layout/field-groups">field groups</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroupCollection"/> object that represents the collection of field groups.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupsSource">
      <summary>
        <para>Gets or sets the source from which the Pivot Grid generates field groups. This is a dependency property.</para>
      </summary>
      <value>The source from which the Pivot Grid generates field groups.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupsSource">PivotGridControl.GroupsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.HeaderAreaMenuCustomizations">
      <summary>
        <para>Allows you to customize the context menu, invoked when right-clicking the <see href="https://docs.devexpress.com/WPF/8002/controls-and-libraries/pivot-grid/ui-elements/header-area">header area</see>, by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object, representing a collection of actions that manipulate menu items.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.HeaderMenuCustomizations">
      <summary>
        <para>Allows you to customize the context menu, invoked when right-clicking the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>, by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object, representing a collection of actions that manipulate menu items.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.HiddenFieldList">
      <summary>
        <para>Occurs after the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> has been hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.HiddenFieldListEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.HiddenFieldList">PivotGridControl.HiddenFieldList</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.HiddenFields">
      <summary>
        <para>Gets the collection of hidden fields.</para>
      </summary>
      <value>The collection of hidden fields.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.HideAllTotals">
      <summary>
        <para>Hides all <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">totals</see> and grand totals.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.HideFieldList">
      <summary>
        <para>Hides the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.HideFilterEditor">
      <summary>
        <para>Hides the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.HideUnboundExpressionEditor">
      <summary>
        <para>Hides the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> used to create expressions for <see href="https://docs.devexpress.com/WPF/8025/controls-and-libraries/pivot-grid/binding-to-data/bind-pivot-grid-fields-to-calculated-expressions">unbound fields</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsAsyncInProgress">
      <summary>
        <para>Gets whether an <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation is in progress.</para>
      </summary>
      <value>true if an <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous</see> operation is in progress; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsCellMenuEnabled">
      <summary>
        <para>Gets or sets whether a context menu is invoked when an end-user right-clicks a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>. This is a dependency property.</para>
      </summary>
      <value>true if a context menu should be invoked when an end-user right-clicks a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsCellMenuEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsCellMenuEnabled">PivotGridControl.IsCellMenuEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsErrorPanelVisible">
      <summary>
        <para>Gets or sets a value indicating whether the error panel is visible. This is a dependency property.</para>
      </summary>
      <value>true, if the error panel is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsErrorPanelVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsErrorPanelVisible">PivotGridControl.IsErrorPanelVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldListMenuEnabled">
      <summary>
        <para>Gets or sets whether the Field List Layout menu is available for end-users.</para>
      </summary>
      <value>true if the Field List Layout menu is available for end-users; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldListMenuEnabledProperty">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldListVisible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> is visible. This is a dependency property.</para>
      </summary>
      <value>true to invoke the field list; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldListVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldListVisible">PivotGridControl.IsFieldListVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldValueCollapsed(DevExpress.Xpf.PivotGrid.PivotGridField,System.Int32)">
      <summary>
        <para>Indicates whether the specified <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> (row or column) is collapsed.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the row or column field.</param>
      <param name="lastLevelIndex">A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields.</param>
      <returns>true if the specified field value is collapsed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldValueCollapsed(System.Boolean,System.Object[])">
      <summary>
        <para>Indicates whether the specified <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> is collapsed.</para>
      </summary>
      <param name="isColumn">true if the field value corresponds to a  <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see>; false if the field value corresponds to a <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</param>
      <param name="values">An array of column or row field values that identify the field value.</param>
      <returns>true if the specified field value is collapsed; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldValueMenuEnabled">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/7996/controls-and-libraries/pivot-grid/ui-elements/field-value-context-menu">field value context menu</see> is shown when an end-user right-clicks a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see>. This is a dependency property.</para>
      </summary>
      <value>true to enable the field value context menu; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldValueMenuEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFieldValueMenuEnabled">PivotGridControl.IsFieldValueMenuEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterEditorVisible">
      <summary>
        <para>Gets or sets whether or not the Filter Editor is invoked. This is a dependency property.</para>
      </summary>
      <value>true if the Filter Editor is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterEditorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterEditorVisible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterEnabled">
      <summary>
        <para>Gets or sets whether the current filter is enabled. This is a dependency property.</para>
      </summary>
      <value>true, to enable the current filter; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterPopupMenuEnabled">
      <summary>
        <para>Gets or sets whether right-clicking a filter drop-down window invokes a context menu that allows you to invert the current check states of items. This is a dependency property.</para>
      </summary>
      <value>true if a context menu is enabled for a filter drop-down; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterPopupMenuEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterPopupMenuEnabled">PivotGridControl.IsFilterPopupMenuEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterPopupWaitIndicatorVisible">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterPopupWaitIndicatorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsFilterPopupWaitIndicatorVisible">PivotGridControl.IsFilterPopupWaitIndicatorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsHeaderAreaMenuEnabled">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/8003/controls-and-libraries/pivot-grid/ui-elements/header-area-context-menu">header area context menu</see> is shown when an end-user right-clicks a header area. This is a dependency property.</para>
      </summary>
      <value>true to enable the header area context menu; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsHeaderAreaMenuEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsHeaderAreaMenuEnabled">PivotGridControl.IsHeaderAreaMenuEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsHeaderMenuEnabled">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/7994/controls-and-libraries/pivot-grid/ui-elements/field-header-context-menu">field header context menu</see> is shown when an end-user right-clicks a field’s header. This is a dependency property.</para>
      </summary>
      <value>true to enable the field header context menu; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsHeaderMenuEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsHeaderMenuEnabled">PivotGridControl.IsHeaderMenuEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsLoading">
      <summary>
        <para>Gets whether the PivotGridControl is being initialized.</para>
      </summary>
      <value>true if the PivotGridControl is being initialized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsMainWaitIndicatorVisible">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.IsMainWaitIndicatorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsMainWaitIndicatorVisible">PivotGridControl.IsMainWaitIndicatorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.IsUpdateLocked">
      <summary>
        <para>Gets whether the PivotGridControl has been locked for updating.</para>
      </summary>
      <value>true, if the PivotGridControl is locked; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.LayoutChanged">
      <summary>
        <para>Updates the PivotGridControl.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.LayoutUpgrade">
      <summary>
        <para>Occurs when a layout is restored from a data store (stream, XML file or system registry) and its version is different than the control’s current layout version.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.LayoutUpgradeEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.LayoutUpgrade">PivotGridControl.LayoutUpgrade</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.LeftTopCoord">
      <summary>
        <para>Gets the column and row indexes of the data cell displayed in the top left corner.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> structure that identifies the column and row indexes of the data cell displayed in the top left corner.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.LeftTopCoordProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.LeftTopCoord">PivotGridControl.LeftTopCoord</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.LeftTopPixelCoord">
      <summary>
        <para>Gets the coordinates of the data area displayed in the top left corner.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Point"/> structure that identifies the coordinates displayed in the top left corner.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.LeftTopPixelCoordProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.LeftTopPixelCoord">PivotGridControl.LeftTopPixelCoord</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous mode</see>. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the delay before displaying the loading panel in <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronous mode</see>, in milliseconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.LoadingPanelDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.LoadingPanelDelay">PivotGridControl.LoadingPanelDelay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.MakeCellVisible(System.Drawing.Point)">
      <summary>
        <para>Scrolls the pivot grid to make the specified cell visible on screen.</para>
      </summary>
      <param name="cell">A <see cref="T:System.Drawing.Point"/> structure that specifies coordinates of the cell that should be made visible on screen.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MergeColumnFieldValues">
      <summary>
        <para>Gets or sets whether to merge the neighboring column headers if they contain the same field value. This is a dependency property.</para>
      </summary>
      <value>true to merge the neighboring column headers, if they contain the same field value; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.MergeColumnFieldValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MergeColumnFieldValues">PivotGridControl.MergeColumnFieldValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MergeRowFieldValues">
      <summary>
        <para>Gets or sets whether to merge the neighboring row headers if they contain the same field value. This is a dependency property.</para>
      </summary>
      <value>true to merge the neighboring row headers if they contain the same field value; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.MergeRowFieldValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MergeRowFieldValues">PivotGridControl.MergeRowFieldValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MRUFilterList">
      <summary>
        <para>Gets a collection of the most recently used filters.</para>
      </summary>
      <value>The collection of the most recently used filters.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MRUFilterListCount">
      <summary>
        <para>Gets or sets the maximum number of the most recently used (MRU) filter conditions the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> stores. This is a dependency property.</para>
      </summary>
      <value>Specifies the maximum number of recently used filter conditions the PivotGridControl stores.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.MRUFilterListCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MRUFilterListCount">PivotGridControl.MRUFilterListCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MRUFilters">
      <summary>
        <para>Gets the collection of the most recently used filters.</para>
      </summary>
      <value>The read-only collection of MRU filters.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.MultiSelection">
      <summary>
        <para>Gets the selected cells.</para>
      </summary>
      <value>An object that implements the IMultipleSelection interface and represents the pivot grid’s selection.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapAllowDuplicatedMeasuresProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapAllowDuplicatedMeasures"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapConnectionString">
      <summary>
        <para>Gets or sets a connection string to a cube in an MS Analysis Services database.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies a connection string to a cube in an MS Analysis Services database.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapConnectionStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapConnectionString">PivotGridControl.OlapConnectionString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDataLoaded">
      <summary>
        <para>Not used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDataLoadedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDataLoaded"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDataProvider">
      <summary>
        <para>Gets or sets which data provider should be used to bind to an <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> cube. This is a dependency property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.PivotGrid.OlapDataProvider"/> enumeration member that specifies which data provider should be used to bind to an <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> cube.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDataProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDataProvider">PivotGridControl.OlapDataProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDefaultMemberFields">
      <summary>
        <para>Gets or sets for which <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> the pivot grid processes only data related to their default members. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotDefaultMemberFields"/> enumeration member that specifies for which <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> the pivot grid processes only data related to their default members.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDefaultMemberFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapDefaultMemberFields">PivotGridControl.OlapDefaultMemberFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapException">
      <summary>
        <para>Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapExceptionEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapException"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapFilterByUniqueName">
      <summary>
        <para>Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in the <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode. This is a dependency property.</para>
      </summary>
      <value>true to take into account unique names when filtering data in the <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode; false to take into account values instead.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapFilterByUniqueNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapFilterByUniqueName">PivotGridControl.OlapFilterByUniqueName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapModificationCheckInterval">
      <summary>
        <para>Gets or sets the time interval to check for data modification.</para>
      </summary>
      <value>An integer that is the time interval in seconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapModificationCheckIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapModificationCheckInterval">PivotGridControl.OlapModificationCheckInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapQueryData">
      <summary>
        <para>Allows you to get a query used to obtain data in PivotGrid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapQueryDataEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapQueryData"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapQueryTimeout">
      <summary>
        <para>Occurs when the query time-out has expired.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapQueryTimeoutEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapQueryTimeout">PivotGridControl.OlapQueryTimeout</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapServerDefinedDrillDownColumns">
      <summary>
        <para>Gets or sets whether the list of columns is defined by the server in the OLAP mode.</para>
      </summary>
      <value>true, if the list of columns is defined by the server; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapServerDefinedDrillDownColumnsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapServerDefinedDrillDownColumns">PivotGridControl.OlapServerDefinedDrillDownColumns</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapShowColumnsWithNoData">
      <summary>
        <para>Gets or sets whether to show items with no data on columns.</para>
      </summary>
      <value>True, to display empty columns in OLAP query results; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapShowColumnsWithNoDataProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapShowColumnsWithNoData"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapShowRowsWithNoData">
      <summary>
        <para>Gets or sets whether to show items with no data on rows.’</para>
      </summary>
      <value>True, to display empty rows in OLAP query results; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapShowRowsWithNoDataProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapShowRowsWithNoData"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapSortUsingDiscoverXmlMetadata">
      <summary>
        <para>Gets or sets whether the PivotGrid uses the OrderBy attribute obtained from the OLAP server to sort data.</para>
      </summary>
      <value>True, to support the OLAP server’s OrderBy attribute; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapSortUsingDiscoverXmlMetadataProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapSortUsingDiscoverXmlMetadata">PivotGridControl.OlapSortUsingDiscoverXmlMetadata</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OptimizeSummaryTypeCalculation">
      <summary>
        <para>Gets or sets whether to use decimal type conversion while calculating data in certain aggregation types.</para>
      </summary>
      <value>True, if the optimized calculation mode is switched on; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.OptimizeSummaryTypeCalculationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.OptimizeSummaryTypeCalculation">PivotGridControl.OptimizeSummaryTypeCalculation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PivotGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PivotGrid">PivotGridControl.PivotGrid</see> attached property.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PopupMenuShowing">
      <summary>
        <para>Allows you to customize the context menus.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PopupMenuShowingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PopupMenuShowing"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedColorScaleFormats">
      <summary>
        <para>Contains predefined color scale formats that are used to color cells proportional to their values. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.FormatInfoCollection"/> object that is the collection of predefined color scale formats.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedColorScaleFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedColorScaleFormats">PivotGridControl.PredefinedColorScaleFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedDataBarFormats">
      <summary>
        <para>Contains predefined data bar formats that are used to fill cells with bars whose lengths are proportional to the cell values. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.FormatInfoCollection"/> object that is the collection of predefined data bar formats.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedDataBarFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedDataBarFormats">PivotGridControl.PredefinedDataBarFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedFormats">
      <summary>
        <para>Contains predefined formats that are used by conditional formatting rules. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.FormatInfoCollection"/> object that is the collection of predefined formats.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedFormats">PivotGridControl.PredefinedFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedIconSetFormats">
      <summary>
        <para>Contains predefined icon set formats that are used to display a specific icon in a cell according to the range to which this cell value belongs. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.FormatInfoCollection"/> object that is the collection of predefined icon set formats.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedIconSetFormatsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PredefinedIconSetFormats">PivotGridControl.PredefinedIconSetFormats</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.Print">
      <summary>
        <para>Invokes the Print dialog and prints the pivot grid.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellBackground">PivotGridControl.PrintCellBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellForeground">PivotGridControl.PrintCellForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellTotalBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellTotalBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellTotalBackground">PivotGridControl.PrintCellTotalBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellTotalForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of total and grand total <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellTotalForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintCellTotalForeground">PivotGridControl.PrintCellTotalForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintColumnHeaders">
      <summary>
        <para>Gets or sets whether to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>. This is a dependency property.</para>
      </summary>
      <value>true to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column fields</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintColumnHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintColumnHeaders">PivotGridControl.PrintColumnHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintDataHeaders">
      <summary>
        <para>Gets or sets whether to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data fields</see>. This is a dependency property.</para>
      </summary>
      <value>true to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data fields</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintDataHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintDataHeaders">PivotGridControl.PrintDataHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintDirect">
      <summary>
        <para>Prints the pivot grid using the default printer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintDirect(System.Printing.PrintQueue)">
      <summary>
        <para>Prints the pivot grid using the printer specified by the print queue.</para>
      </summary>
      <param name="queue">A <see cref="T:System.Printing.PrintQueue"/> object specifying the print queue.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintDirect(System.String)">
      <summary>
        <para>Prints the pivot grid to the specified printer.</para>
      </summary>
      <param name="printerName">The printer name.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellKpiTemplate">
      <summary>
        <para>Gets or sets a template used to print <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> that contain <see href="https://docs.devexpress.com/WPF/11641/controls-and-libraries/pivot-grid/data-analysis/key-performance-indicators-kpis">KPI</see> graphics. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to print <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> that contain <see href="https://docs.devexpress.com/WPF/11641/controls-and-libraries/pivot-grid/data-analysis/key-performance-indicators-kpis">KPI</see> graphics.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellKpiTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellKpiTemplate">PivotGridControl.PrintFieldCellKpiTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellKpiTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> that contain <see href="https://docs.devexpress.com/WPF/11641/controls-and-libraries/pivot-grid/data-analysis/key-performance-indicators-kpis">KPI</see> graphics. 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.PivotGrid.PivotGridControl.PrintFieldCellKpiTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellKpiTemplateSelector">PivotGridControl.PrintFieldCellKpiTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellTemplate">
      <summary>
        <para>Gets or sets a template used to print <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to print <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellTemplate">PivotGridControl.PrintFieldCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> 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.PivotGrid.PivotGridControl.PrintFieldCellTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldCellTemplateSelector">PivotGridControl.PrintFieldCellTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldHeaderTemplate">
      <summary>
        <para>Gets or sets a template used to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing the template used to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldHeaderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldHeaderTemplate">PivotGridControl.PrintFieldHeaderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldHeaderTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> 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.PivotGrid.PivotGridControl.PrintFieldHeaderTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldHeaderTemplateSelector">PivotGridControl.PrintFieldHeaderTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldValueTemplate">
      <summary>
        <para>Gets or sets a template used to print <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing the template used to print <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldValueTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldValueTemplate">PivotGridControl.PrintFieldValueTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldValueTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> 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.PivotGrid.PivotGridControl.PrintFieldValueTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFieldValueTemplateSelector">PivotGridControl.PrintFieldValueTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFilterHeaders">
      <summary>
        <para>Gets or sets whether to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see>. This is a dependency property.</para>
      </summary>
      <value>true to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFilterHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintFilterHeaders">PivotGridControl.PrintFilterHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintHeadersOnEveryPage">
      <summary>
        <para>Gets or sets whether to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> on every page. This is a dependency property.</para>
      </summary>
      <value>true to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> on every page; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintHeadersOnEveryPageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintHeadersOnEveryPage">PivotGridControl.PrintHeadersOnEveryPage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintHorzLines">
      <summary>
        <para>Gets or sets whether the horizontal grid lines are printed.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true if the horizontal grid lines are printed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintHorzLinesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintHorzLines">PivotGridControl.PrintHorzLines</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintInsertPageBreaks">
      <summary>
        <para>Gets or sets whether to insert page breaks at the end of every page. This is a dependency property.</para>
      </summary>
      <value>true to insert page breaks at the end of every page; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintInsertPageBreaksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintInsertPageBreaks">PivotGridControl.PrintInsertPageBreaks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintLayoutMode">
      <summary>
        <para>Gets or sets the layout mode of the print document. This is a dependency property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.PivotGrid.Printing.PrintLayoutMode"/> enumeration members that specifies the layout of the print document.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintLayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintLayoutMode">PivotGridControl.PrintLayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintRowHeaders">
      <summary>
        <para>Gets or sets whether to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>. This is a dependency property.</para>
      </summary>
      <value>true to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row fields</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintRowHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintRowHeaders">PivotGridControl.PrintRowHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintUnusedFilterFields">
      <summary>
        <para>Gets or sets whether to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the unused <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see>. This is a dependency property.</para>
      </summary>
      <value>true to print <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">headers</see> of the unused <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintUnusedFilterFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintUnusedFilterFields">PivotGridControl.PrintUnusedFilterFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueBackground">PivotGridControl.PrintValueBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueForeground">PivotGridControl.PrintValueForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueTotalBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueTotalBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueTotalBackground">PivotGridControl.PrintValueTotalBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueTotalForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers when the pivot grid is printed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers when the pivot grid is printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueTotalForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintValueTotalForeground">PivotGridControl.PrintValueTotalForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintVertLines">
      <summary>
        <para>Gets or sets whether the vertical grid lines are printed.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true if the vertical grid lines are printed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintVertLinesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PrintVertLines">PivotGridControl.PrintVertLines</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> properties has changed its value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.PropertyChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PropertyChanged">PivotGridControl.PropertyChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.QueryException">
      <summary>
        <para>Occurs when a query processing error occurs on a bound server providing data for the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.QueryExceptionEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.QueryException">PivotGridControl.QueryException</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RefreshData">
      <summary>
        <para>Recalculates summaries.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ReloadData">
      <summary>
        <para>Reloads data from the PivotGridControl data source and recalculates summaries.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ReloadDataAsync">
      <summary>
        <para>Reloads data from the control data source and recalculates summaries <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RemoveMRUFilter(DevExpress.Data.Filtering.CriteriaOperator)">
      <summary>
        <para>Removes the specified criterion from the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#most-recently-used-filters">MRU Filter List</see>.</para>
      </summary>
      <param name="filterCriteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the criterion that should be removed from the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel#most-recently-used-filters">MRU Filter List</see>.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ResetFilterCriteria">
      <summary>
        <para>Clears the filter criteria specified by the Filter Editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ResizingIndicatorTemplate">
      <summary>
        <para>Gets or sets a template used to display the resizing indicator.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> that represents a template used to display the resizing indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ResizingIndicatorTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ResizingIndicatorTemplate">PivotGridControl.ResizingIndicatorTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreCollapsedStateFromFile(System.String)">
      <summary>
        <para>Restores the collapsed state of field values from the specified file.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value which specifies the path to the file from which the collapsed state of field values is read. If the specified file doesn’t exist, an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreCollapsedStateFromStream(System.IO.Stream)">
      <summary>
        <para>Restores the collapsed state of field values from the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which the collapsed state of field values is read. If null (Nothing in Visual Basic), an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreCollapsedStateFromStreamAsync(System.IO.Stream)">
      <summary>
        <para>Restores the collapsed state of field values from the specified stream <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which the collapsed state of field values is read. If null (Nothing in Visual Basic), an exception is raised.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreLayoutFromStream(System.IO.Stream)">
      <summary>
        <para>Restores the pivot grid layout from the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant that stores the pivot grid’s layout.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreLayoutFromStreamAsync(System.IO.Stream)">
      <summary>
        <para>Restores the pivot grid layout from the specified stream <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant that stores the pivot grid’s layout.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreLayoutFromXml(System.String)">
      <summary>
        <para>Restores the pivot grid’s layout from the specified XML file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestoreLayoutFromXmlAsync(System.String)">
      <summary>
        <para>Restores the pivot grid’s layout from the specified XML file <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestorePivotGridFromFile(System.String)">
      <summary>
        <para>Restores the PivotGridControl’s data and layout from the specified file.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value that specifies the path to the file which contains the pivot grid’s data and layout.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RestorePivotGridFromStream(System.IO.Stream)">
      <summary>
        <para>Restores the PivotGridControl’s data and layout from the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which the pivot grid is restored.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RetrieveFields">
      <summary>
        <para>Creates <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects for all columns in the bound data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RetrieveFields(DevExpress.Xpf.PivotGrid.FieldArea,System.Boolean)">
      <summary>
        <para>Creates <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects for all fields in a data source, and moves them to the specified area, making them visible or hidden.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the area to which the created fields are moved.</param>
      <param name="visible">true to show the created fields; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RetrieveFieldsAsync">
      <summary>
        <para>Creates <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects for all columns in the bound data source <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.RetrieveFieldsAsync(DevExpress.Xpf.PivotGrid.FieldArea,System.Boolean)">
      <summary>
        <para>Creates <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects for all columns in a data source and specifies the area and visibility of the fields. This method executes these actions <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that specifies the area to which the created fields are moved.</param>
      <param name="visible">true to show the created fields; otherwise, false.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowCount">
      <summary>
        <para>Gets the number of rows in the PivotGridControl.</para>
      </summary>
      <value>An integer that specifies the number of rows displayed within the PivotGridControl.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowFieldValuesAlignment">
      <summary>
        <para>Gets or sets the vertical alignment of <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field values</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.VerticalAlignment"/> enumeration member specifying the vertical alignment of <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowFieldValuesAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowFieldValuesAlignment">PivotGridControl.RowFieldValuesAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTotalsHeightFactor">
      <summary>
        <para>Gets or sets the factor used to define how much higher the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> rows are, compared to the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> rows. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the factor used to define how much higher the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> rows are, compared to the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> rows.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTotalsHeightFactorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTotalsHeightFactor">PivotGridControl.RowTotalsHeightFactor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTotalsLocation">
      <summary>
        <para>Gets or sets the location of <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">row totals</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldRowTotalsLocation"/> enumeration value that specifies the location of row totals.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTotalsLocationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTotalsLocation">PivotGridControl.RowTotalsLocation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeHeight">
      <summary>
        <para>Gets or sets the height of a row when row field values are arranged in a tree. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies a row’s height, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeHeight">PivotGridControl.RowTreeHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeMinHeight">
      <summary>
        <para>Gets or sets the minimum allowed height of a row when row field values are arranged in a tree. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the minimum allowed height of a row.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeMinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeMinHeight">PivotGridControl.RowTreeMinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeMinWidth">
      <summary>
        <para>Gets or sets the minimum allowed width of the innermost row field values when they are arranged into a tree.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the minimum allowed width of the innermost row field values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeMinWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeMinWidth">PivotGridControl.RowTreeMinWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeOffset">
      <summary>
        <para>Gets or sets the tree offset. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the tree offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeOffset">PivotGridControl.RowTreeOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeWidth">
      <summary>
        <para>Gets or sets the width of the innermost row field values when they are arranged into a tree. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the width of the innermost row field values, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.RowTreeWidth">PivotGridControl.RowTreeWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SaveCollapsedStateToFile(System.String)">
      <summary>
        <para>Saves the collapsed state of field values to the specified file.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value which specifies the path to the file to which the collapsed state of field values is saved. If the specified file doesn’t exist, it is created.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SaveCollapsedStateToStream(System.IO.Stream)">
      <summary>
        <para>Saves the collapsed state of field values to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the collapsed state of field values is saved.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SaveLayoutToStream(System.IO.Stream)">
      <summary>
        <para>Saves the PivotGridControl’s layout to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the pivot grid’s layout is written.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SaveLayoutToXml(System.String)">
      <summary>
        <para>Saves the PivotGridControl’s layout to a file in XML format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SavePivotGridToFile(System.String,System.Boolean)">
      <summary>
        <para>Saves the PivotGridControl’s data and layout to the specified file, and allows data to be compressed.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value that specifies the path to the file in which the control’s data and layout are saved.</param>
      <param name="compress">true to compress the output file; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SavePivotGridToFile(System.String)">
      <summary>
        <para>Saves the PivotGridControl’s data and layout to the specified file.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value that specifies the path to the file in which the control’s data and layout are saved.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SavePivotGridToStream(System.IO.Stream,System.Boolean)">
      <summary>
        <para>Saves the PivotGridControl’s data and layout to the specified stream, and allows data to be compressed.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which data is saved.</param>
      <param name="compress">true to compress the output stream; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SavePivotGridToStream(System.IO.Stream)">
      <summary>
        <para>Saves the PivotGridControl’s data and layout to the specified stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which data is saved.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollingMode">
      <summary>
        <para>Gets or sets the scrolling mode. This is a dependency property.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Grid.ScrollingMode"/> enumeration value that specifies the scrolling mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollingModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollingMode">PivotGridControl.ScrollingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollTo(System.Drawing.Point)">
      <summary>
        <para>Scrolls the pivot grid to make the specified cell visible at the top left.</para>
      </summary>
      <param name="cell">A <see cref="T:System.Drawing.Point"/> structure that specifies the coordinates of the cell that should be visible at the top left.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollToPixels(System.Drawing.Point)">
      <summary>
        <para>Scrolls the pivot grid to make the specified coordinates visible at the top left.</para>
      </summary>
      <param name="point">A System.Drawing.Point structure that specifies the coordinates that should be visible at the top left.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollToPixels(System.Windows.Point)">
      <summary>
        <para>Scrolls the pivot grid to make the specified coordinates visible at the top left.</para>
      </summary>
      <param name="point">A System.Drawing.Point structure that specifies the coordinates that should be visible at the top left.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollViewerTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollViewerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ScrollViewerTemplate">PivotGridControl.ScrollViewerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SelectedCellInfo">
      <summary>
        <para>Gets information about the selected data cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.CellInfo"/> object that stores information about the selected data cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.Selection">
      <summary>
        <para>Gets or sets the coordinates of the selected cells.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Rectangle"/> object which contains the coordinates of the selected cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.SelectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.Selection">PivotGridControl.Selection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SelectMode">
      <summary>
        <para>Gets or sets the selection mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.SelectMode"/> enumeration value that specifies the selection mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.SelectModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SelectMode">PivotGridControl.SelectMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetDataSourceAsync(System.Object)">
      <summary>
        <para>Sets a data source for PivotGridControl and loads data <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="dataSource">An object that contains data for the PivotGridControl.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetFieldHeaderDragIndicatorSize(System.Windows.DependencyObject,System.Double)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.FieldHeaderDragIndicatorSize">PivotGridControl.FieldHeaderDragIndicatorSize</see> attached property for the 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.PivotGrid.PivotGridControl.SetFieldSortingAsync(DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.FieldSortOrder)">
      <summary>
        <para>Sets the specified sort order for the specified field <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies a field whose sort order should be changed.</param>
      <param name="sortOrder">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortOrder"/> enumeration member that specifies the sort order to be set for the field.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetOlapConnectionStringAsync(System.String)">
      <summary>
        <para>Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="olapConnectionString">A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetPivotGrid(System.Windows.DependencyObject,DevExpress.Xpf.PivotGrid.PivotGridControl)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.PivotGrid">PivotGridControl.PivotGrid</see> attached property for the 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">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> object.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetSelectionByFieldValues(System.Boolean,System.Object[],DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Selects cells that reside within the specified column or row, identified by the specified <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</para>
      </summary>
      <param name="isColumn">true to select cells within a column; false to select cells within a row.</param>
      <param name="values">An array of field values that identifies the column or row that should be selected.</param>
      <param name="dataField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object. Specifies a data field that identifies the column or row that should be selected.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetSelectionByFieldValues(System.Boolean,System.Object[])">
      <summary>
        <para>Selects cells that reside within the specified column or row.</para>
      </summary>
      <param name="isColumn">true to select cells within a column; false to select cells within a row.</param>
      <param name="values">An array of field values that identifies the column or row that should be selected.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.SetShowBorder(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowBorder">PivotGridControl.ShowBorder</see> 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.Boolean"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowAllTotals">
      <summary>
        <para>Shows all <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">totals</see> and grand totals.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowBorder">
      <summary>
        <para>Gets or sets whether the pivot grid’s border is displayed. This is a dependency property.</para>
      </summary>
      <value>true to display the border; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowBorder">PivotGridControl.ShowBorder</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnGrandTotalHeader">
      <summary>
        <para>Gets or sets whether the Grand Total column header is visible when there are two or more <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data fields</see>. This is a dependency property.</para>
      </summary>
      <value>true if the Grand Total column header is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnGrandTotalHeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnGrandTotalHeader">PivotGridControl.ShowColumnGrandTotalHeader</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnGrandTotals">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">Row Grand Totals</see>.</para>
      </summary>
      <value>true to display Column Grand Totals; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnGrandTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnGrandTotals">PivotGridControl.ShowColumnGrandTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnHeaders">
      <summary>
        <para>Gets or sets whether column headers are displayed.</para>
      </summary>
      <value>true to display the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">Column Header Area</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnHeaders">PivotGridControl.ShowColumnHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnsBorder">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnsBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnsBorder">PivotGridControl.ShowColumnsBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnTotals">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">Column Totals</see>.</para>
      </summary>
      <value>true, to display Column Totals; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowColumnTotals">PivotGridControl.ShowColumnTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowConditionalFormattingManager(DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Invokes the Conditional Formatting Rules Manager with the predefined measure, row, and column.</para>
      </summary>
      <param name="measure">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</param>
      <param name="rowField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>.</param>
      <param name="columnField">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column field</see>.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowConditionalFormattingManager(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/114038/controls-and-libraries/pivot-grid/data-analysis/conditional-formatting">Conditional Formatting Rules Manager</see> with the predefined measure.</para>
      </summary>
      <param name="measure">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is a <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowCustomTotalsForSingleValues">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom totals</see> are displayed for the field values which contain a single nesting field value.</para>
      </summary>
      <value>true to display custom totals for any field value; false to display custom totals for the field values which fall into two or more categories.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowCustomTotalsForSingleValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowCustomTotalsForSingleValues">PivotGridControl.ShowCustomTotalsForSingleValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowDataHeaders">
      <summary>
        <para>Gets or sets whether data headers are displayed.</para>
      </summary>
      <value>true to show the <see href="https://docs.devexpress.com/WPF/7990/controls-and-libraries/pivot-grid/ui-elements/data-header-area">Data Header Area</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowDataHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowDataHeaders">PivotGridControl.ShowDataHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowDateTimeGroupIntervalItems">
      <summary>
        <para>Gets or sets what combination of DateTime group intervals the popup menu displays.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DateTimeGroupIntervals"/> enumeration member that specifies a set of DateTime group intervals for display.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowDateTimeGroupIntervalItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowDateTimeGroupIntervalItems">PivotGridControl.ShowCustomTotalsForSingleValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowExpressionEditor(DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.Core.Theme)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> where a user can edit the specified field’s binding expression.</para>
      </summary>
      <param name="field">A calculated field whose expression is edited in the Expression Editor.</param>
      <param name="theme">The theme for the element.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowExpressionEditor(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> where a user can edit the specified field’s binding expression.</para>
      </summary>
      <param name="field">A calculated field whose expression is edited in the Expression Editor.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFieldList">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterEditor">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterHeaders">
      <summary>
        <para>Gets or sets whether to display the <see href="https://docs.devexpress.com/WPF/7999/controls-and-libraries/pivot-grid/ui-elements/filter-header-area">Filter Header Area</see>.</para>
      </summary>
      <value>true to display the Filter Header Area; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterHeaders">PivotGridControl.ShowFilterHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterPanel">
      <summary>
        <para>Gets whether the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel">Filter Panel</see> is displayed within the PivotGridControl. This is a dependency property.</para>
      </summary>
      <value>true if a filter panel is displayed within the PivotGridControl; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterPanelMode">
      <summary>
        <para>Gets or sets when the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel">Filter Panel</see> is displayed within the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/>. This is a dependency property.</para>
      </summary>
      <value>A ShowFilterPanelMode enumeration value that specifies when the Filter Panel is displayed within the PivotGridControl.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterPanelModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterPanelMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterPanelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFilterPanel"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowFormatConditionDialog(DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.Core.ConditionalFormatting.FormatConditionDialogType)">
      <summary>
        <para>Invokes the specified format condition dialog.</para>
      </summary>
      <param name="measure">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is the data field to which you want to add a formatting rule.</param>
      <param name="row">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is the row field to which you want to add a formatting rule.</param>
      <param name="column">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that is the column field to which you want to add a formatting rule.</param>
      <param name="dialogKind">A <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.FormatConditionDialogType"/> enumeration value that is the dialog type.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowGrandTotalsForSingleValues">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">grand totals</see> are displayed when the control lists a single value of an outer column field or row field along its left or top edge.</para>
      </summary>
      <value>true if the grand totals are always displayed; false if they are only displayed when the PivotGridControl displays two or more values of an outer column (or row) field along its top (or left) edge.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowGrandTotalsForSingleValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowGrandTotalsForSingleValues">PivotGridControl.ShowGrandTotalsForSingleValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the Loading Panel is displayed within the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> when a time-consuming operation is performed. This is a dependency property.</para>
      </summary>
      <value>true, to display the Loading Panel when a time-consuming operation is performed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowLoadingPanelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowLoadingPanel">PivotGridControl.ShowLoadingPanel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.ShownFieldList">
      <summary>
        <para>Occurs after the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> has been shown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShownFieldListEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.ShownFieldList">PivotGridControl.ShownFieldList</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowOnlyAvailableFilterItems">
      <summary>
        <para>Gets or sets whether filter items that cannot be displayed because of filtering applied to other fields should be hidden. This is a dependency property.</para>
      </summary>
      <value>true to hide filter items that cannot be displayed because of filtering applied to other fields; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowOnlyAvailableFilterItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowOnlyAvailableFilterItems">PivotGridControl.ShowOnlyAvailableFilterItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowPrintPreview(System.Windows.FrameworkElement,System.String,System.String)">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the Print Preview of the document, using the specified owner, document name and Print Preview‘s title.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">A <see cref="T:System.String"/> value specifying the title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowPrintPreview(System.Windows.FrameworkElement,System.String)">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the Print Preview of the document, using the specified owner and document name.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowPrintPreview(System.Windows.FrameworkElement)">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the Print Preview of the document, using the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the modal Print Preview of the document, using the specified owner, document name and Print Preview‘s title.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> instance, specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">A <see cref="T:System.String"/> value specifying the title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the modal Print Preview of the document, using the specified owner and document name.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates the print document from the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> and displays the modal Print Preview of the document, using the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.Window"/> instance, specifying the owner of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreview">
      <summary>
        <para>Creates the printable document and displays the Print Preview with the Ribbon.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreview(System.Windows.FrameworkElement,System.String,System.String)">
      <summary>
        <para>Creates the printable document and displays the Print Preview with the Ribbon, using the specified owner,  document name and window title.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">A <see cref="T:System.String"/> value specifying the title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreview(System.Windows.FrameworkElement,System.String)">
      <summary>
        <para>Creates the printable document and displays the Print Preview with the Ribbon, using the specified owner and document name.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreview(System.Windows.FrameworkElement)">
      <summary>
        <para>Creates the printable document and displays the Print Preview with the Ribbon, using the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreviewDialog">
      <summary>
        <para>Creates the printable document and displays the modal Print Preview dialog with the Ribbon.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreviewDialog(System.Windows.FrameworkElement,System.String,System.String)">
      <summary>
        <para>Creates the printable document and displays the modal Print Preview dialog with the Ribbon, using the specified owner, document name and window title.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">A <see cref="T:System.String"/> value specifying the title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreviewDialog(System.Windows.FrameworkElement,System.String)">
      <summary>
        <para>Creates the printable document and displays the modal Print Preview dialog with the Ribbon, using the specified owner and document name.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRibbonPrintPreviewDialog(System.Windows.FrameworkElement)">
      <summary>
        <para>Creates the printable document and displays the modal Print Preview dialog with the Ribbon, using the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Windows.FrameworkElement"/> instance specifying the owner of the Print Preview.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowGrandTotalHeader">
      <summary>
        <para>Gets or sets whether the Grand Total row header is visible when there are two or more <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data fields</see>. This is a dependency property.</para>
      </summary>
      <value>true if the Grand Total row header is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowGrandTotalHeaderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowGrandTotalHeader">PivotGridControl.ShowRowGrandTotalHeader</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowGrandTotals">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">row grand totals</see>.</para>
      </summary>
      <value>true to display row grand totals; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowGrandTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowGrandTotals">PivotGridControl.ShowRowGrandTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowHeaders">
      <summary>
        <para>Gets or sets whether row headers are displayed.</para>
      </summary>
      <value>true to display <see href="https://docs.devexpress.com/WPF/8005/controls-and-libraries/pivot-grid/ui-elements/row-header-area">Row Header Area</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowHeaders">PivotGridControl.ShowRowHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowTotals">
      <summary>
        <para>Gets or sets whether to display <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">Row Totals</see>.</para>
      </summary>
      <value>true to display Row Totals; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowRowTotals">PivotGridControl.ShowRowTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowTotalsForSingleValues">
      <summary>
        <para>Gets or sets whether automatic <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">totals</see> are displayed for the field values which contain a single nesting field value.</para>
      </summary>
      <value>true to display totals for any field value; otherwise, false to display totals for the field values which fall into two or more categories.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowTotalsForSingleValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowTotalsForSingleValues">PivotGridControl.ShowTotalsForSingleValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowUnboundExpressionEditor(DevExpress.Xpf.PivotGrid.PivotGridField,DevExpress.Xpf.Core.Theme)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> used to create expressions for <see href="https://docs.devexpress.com/WPF/8025/controls-and-libraries/pivot-grid/binding-to-data/bind-pivot-grid-fields-to-calculated-expressions">unbound fields</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the unbound field.</param>
      <param name="theme">A <see cref="T:DevExpress.Xpf.Core.Theme"/> object that specifies a theme applied to the invoked Expression Editor.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridControl.ShowUnboundExpressionEditor(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Invokes the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> used to create expressions for <see href="https://docs.devexpress.com/WPF/8025/controls-and-libraries/pivot-grid/binding-to-data/bind-pivot-grid-fields-to-calculated-expressions">unbound fields</see>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the unbound field.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SortBySummaryDefaultOrder">
      <summary>
        <para>Gets or sets the sort order applied to a field when sorting by summaries is enabled for it.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortBySummaryOrder"/> enumeration member that specifies the sort order applied to a field when sorting by summaries is enabled for it.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.SortBySummaryDefaultOrderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SortBySummaryDefaultOrder">PivotGridControl.SortBySummaryDefaultOrder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SummaryDataSourceFieldNaming">
      <summary>
        <para>Gets or sets the rule for naming columns that correspond to data fields, when creating a data source via the CreateSummaryDataSource methods.</para>
      </summary>
      <value>A DevExpress.XtraPivotGrid.DataFieldNaming value that specifies the column naming convention.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.SummaryDataSourceFieldNamingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.SummaryDataSourceFieldNaming">PivotGridControl.SummaryDataSourceFieldNaming</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridControl.UnboundExpressionEditorCreated">
      <summary>
        <para>Fires after an <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> has been created for an <see href="https://docs.devexpress.com/WPF/8025/controls-and-libraries/pivot-grid/binding-to-data/bind-pivot-grid-fields-to-calculated-expressions">unbound field</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.UnboundExpressionEditorCreatedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.UnboundExpressionEditorCreated">PivotGridControl.UnboundExpressionEditorCreated</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseAsyncMode">
      <summary>
        <para>Gets or sets whether data-aware operations caused by end-user actions are performed <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>. This is a dependency property.</para>
      </summary>
      <value>true to perform operations caused by end-user actions <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.UseAsyncModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseAsyncMode">PivotGridControl.UseAsyncMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.UseDataBindingAPIProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseDataBindingAPI"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLegacyFilterEditor">
      <summary>
        <para>Gets or sets whether to use the legacy <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">filter editor</see>. This is an attached property.</para>
      </summary>
      <value>true, to use the legacy filter editor; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLegacyFilterEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLegacyFilterEditor">PivotGridControl.UseLegacyFilterEditor</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLegacyFilterPanel">
      <summary>
        <para>Gets or sets whether to use the legacy filter panel.</para>
      </summary>
      <value>true, to use the legacy filter panel (Prefilter Panel); otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLightweightTemplates">
      <summary>
        <para>Gets or sets whether to enable the PivotGrid’s optimized mode. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.UseLightweightTemplates"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLightweightTemplatesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UseLightweightTemplates">PivotGridControl.UseLightweightTemplates</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UserAction">
      <summary>
        <para>Gets an end-user action on the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.UserAction"/> enumeration value that specifies an end-user action on the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.UserActionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.UserAction">PivotGridControl.UserAction</see> attached property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueBackground">PivotGridControl.ValueBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueForeground">PivotGridControl.ValueForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueSelectedBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of the selected <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of the selected <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueSelectedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueSelectedBackground">PivotGridControl.ValueSelectedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueSelectedForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the selected <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of the selected <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueSelectedForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueSelectedForeground">PivotGridControl.ValueSelectedForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalBackground">PivotGridControl.ValueTotalBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> and <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalForeground">PivotGridControl.ValueTotalForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalSelectedBackground">
      <summary>
        <para>Gets or sets the brush used to paint the background of the selected <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> or <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> header. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the background of the selected <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> or <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> header.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalSelectedBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalSelectedBackground">PivotGridControl.ValueTotalSelectedBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalSelectedForeground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the selected <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> or <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> header. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Brush"/> object that specifies the brush used to paint the foreground of the selected <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total</see> or <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">grand total</see> header.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalSelectedForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridControl.ValueTotalSelectedForeground">PivotGridControl.ValueTotalSelectedForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions">
      <summary>
        <para>Contains options that define how a document is exported to CSV.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
      <summary>
        <para>Copies all settings from the options object passed as a parameter.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase">ExportOptionsBase</see> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.CustomizeCell">
      <summary>
        <para>Allows you to substitute a cell value in the output document. Only available in data-aware export mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.ExportColumnAreaHeaders">
      <summary>
        <para>Gets or sets whether to include column field headers in the exported CVS document.</para>
      </summary>
      <value>True to export column field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.ExportDataAreaHeaders">
      <summary>
        <para>Gets or sets whether to include data field headers in the exported CVS document.</para>
      </summary>
      <value>True to export column field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.ExportFilterAreaHeaders">
      <summary>
        <para>Gets or sets whether to include filter field headers in the exported CSV document.</para>
      </summary>
      <value>True to export filter field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCsvExportOptions.ExportRowAreaHeaders">
      <summary>
        <para>Gets or sets whether to include row field headers in the CSV exported document.</para>
      </summary>
      <value>True to export row field headers; otherwise, False.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal">
      <summary>
        <para>Represents a custom total.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.CellFormat">
      <summary>
        <para>Gets or sets the string used to format the custom total values.</para>
      </summary>
      <value>A string that specifies the format settings for custom total values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.CellFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.CellFormat">PivotGridCustomTotal.CellFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.CloneTo(DevExpress.Xpf.PivotGrid.PivotGridCustomTotal)">
      <summary>
        <para>Copies settings of the current object to the object passed as the parameter.</para>
      </summary>
      <param name="clone">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> object representing the custom total to which settings are copied from the current object.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.Format">
      <summary>
        <para>Gets or sets the string used to format the text within the custom total headers.</para>
      </summary>
      <value>A string used to format the content of the custom total headers.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.FormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.Format">PivotGridCustomTotal.Format</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.GetValueText(System.Object)">
      <summary>
        <para>Returns the formatted text representation of the specified value according to the settings used to represent the headers of the current <see href="https://docs.devexpress.com/WPF/8057/controls-and-libraries/pivot-grid/data-shaping/aggregation/totals">custom total</see>.</para>
      </summary>
      <param name="value">An object which identifies the value to format.</param>
      <returns>A string which is the formatted text representation of the specified value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.IsEqual(DevExpress.Xpf.PivotGrid.PivotGridCustomTotal)">
      <summary>
        <para>Returns whether the settings of the current and specified custom total objects match.</para>
      </summary>
      <param name="total">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> object representing the custom total to be compared with the current object.</param>
      <returns>true if the settings of the objects match; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.SummaryType">
      <summary>
        <para>Gets or sets the type of the summary function used to calculate the current custom total.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> enumeration value that specifies the summary function type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.SummaryTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.SummaryType">PivotGridCustomTotal.SummaryType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.ToString">
      <summary>
        <para>Returns the text representation of the current object.</para>
      </summary>
      <returns>A string representation of the current object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection">
      <summary>
        <para>Represents a collection of custom totals.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection.#ctor(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection.Add(DevExpress.Xpf.PivotGrid.FieldSummaryType)">
      <summary>
        <para>Appends a new item to the collection that represents a custom total of the specified summary function type.</para>
      </summary>
      <param name="summaryType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> value that determines the type of the summary function used to calculate the current total. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal.SummaryType">PivotGridCustomTotal.SummaryType</see> property.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> object which represents the created custom total.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection.Add(DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection)">
      <summary>
        <para>Copies items from the specified custom totals collection.</para>
      </summary>
      <param name="collection">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection"/> object representing the collection of custom totals.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection.AssignArray(DevExpress.Xpf.PivotGrid.PivotGridCustomTotal[])">
      <summary>
        <para>Assigns items from the specified array of custom totals to the collection.</para>
      </summary>
      <param name="totals">An array of <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> objects.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection.CloneToArray">
      <summary>
        <para>Returns an array of custom totals, copied from the collection.</para>
      </summary>
      <returns>An array of <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotal"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection.Contains(DevExpress.Xpf.PivotGrid.FieldSummaryType)">
      <summary>
        <para>Returns whether the collection contains an item that represents a custom total of the specified summary function type.</para>
      </summary>
      <param name="summaryType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> value that specifies the type of the summary function used to calculate the custom total.</param>
      <returns>true if the collection contains an item that represents the custom total of the specified summary function type; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridField">
      <summary>
        <para>Represents a Pivot Grid field.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.#ctor(System.String,DevExpress.Xpf.PivotGrid.FieldArea)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> class with the specified field name and location.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> identifying the name of the database field. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> property.</param>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value that defines the location for the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object within the control. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Area">PivotGridField.Area</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualCellTemplate">
      <summary>
        <para>Gets the template actually used to display the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualCellTemplate">PivotGridField.ActualCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualCellTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> 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.PivotGrid.PivotGridField.ActualCellTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualCellTemplateSelector">PivotGridField.ActualCellTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderContentStyle">
      <summary>
        <para>Gets the style actually applied to the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderContentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderContentStyle">PivotGridField.ActualHeaderContentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderListTemplate">
      <summary>
        <para>Gets the template actually used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a list. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a list.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderListTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderListTemplate">PivotGridField.ActualHeaderListTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderListTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a template used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a list. 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.PivotGrid.PivotGridField.ActualHeaderListTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderListTemplateSelector">PivotGridField.ActualHeaderListTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTemplate">
      <summary>
        <para>Gets the template actually used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTemplate">PivotGridField.ActualHeaderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> 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.PivotGrid.PivotGridField.ActualHeaderTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTemplateSelector">PivotGridField.ActualHeaderTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTreeViewTemplate">
      <summary>
        <para>Gets the template actually used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a tree. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a tree.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTreeViewTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTreeViewTemplate">PivotGridField.ActualHeaderTreeViewTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTreeViewTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a template, used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a tree. 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.PivotGrid.PivotGridField.ActualHeaderTreeViewTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualHeaderTreeViewTemplateSelector">PivotGridField.ActualHeaderTreeViewTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualKpiGraphic">
      <summary>
        <para>Gets a graphic set actually used to indicate KPI values. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotKpiGraphic"/> enumeration member that specifies the graphic set actually used to indicate KPI values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualKpiGraphicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualKpiGraphic">PivotGridField.ActualKpiGraphic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintCellTemplate">
      <summary>
        <para>Gets the template actually used to print the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to print the cells of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintCellTemplate">PivotGridField.ActualPrintCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintCellTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> 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.PivotGrid.PivotGridField.ActualPrintCellTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintCellTemplateSelector">PivotGridField.ActualPrintCellTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintHeaderTemplate">
      <summary>
        <para>Gets the template actually used to print the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing a template used to print the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintHeaderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintHeaderTemplate">PivotGridField.ActualPrintHeaderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintHeaderTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> 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.PivotGrid.PivotGridField.ActualPrintHeaderTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintHeaderTemplateSelector">PivotGridField.ActualPrintHeaderTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintValueTemplate">
      <summary>
        <para>Gets the template actually used to print the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing a template used to print the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintValueTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintValueTemplate">PivotGridField.ActualPrintValueTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintValueTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> 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.PivotGrid.PivotGridField.ActualPrintValueTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualPrintValueTemplateSelector">PivotGridField.ActualPrintValueTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualValueTemplate">
      <summary>
        <para>Gets the template actually used to display the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing a template used to display the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ActualValueTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualValueTemplate">PivotGridField.ActualValueTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualValueTemplateSelector">
      <summary>
        <para>Gets the actual template selector that chooses a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> 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.PivotGrid.PivotGridField.ActualValueTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ActualValueTemplateSelector">PivotGridField.ActualValueTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowDrag">
      <summary>
        <para>Gets or sets whether an end-user is allowed to drag the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">Field Header</see>. This is a dependency property.</para>
      </summary>
      <value>true if end-users are allowed to drag the field’s header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowDragInCustomizationForm">
      <summary>
        <para>Gets or sets whether end-users are allowed to drag field headers between areas in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>. This is a dependency property.</para>
      </summary>
      <value>true if end-users are allowed to drag field headers between areas in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowDragInCustomizationFormProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowDragInCustomizationForm">PivotGridField.AllowDragInCustomizationForm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowDragProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowDrag">PivotGridField.AllowDrag</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowedAreas">
      <summary>
        <para>Gets or sets the areas within which the field can be positioned. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldAllowedAreas"/> enumeration value (or a combination of values) that specifies in which areas the field can be positioned.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowedAreasProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowedAreas">PivotGridField.AllowedAreas</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowExpand">
      <summary>
        <para>Gets or sets whether an end-user is allowed to expand/collapse the rows or columns which correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>true if an end-user is allowed to expand/collapse the rows or columns which correspond to the current field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowExpandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowExpand">PivotGridField.AllowExpand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowExpressionEditor">
      <summary>
        <para>Gets or sets whether a user can open the Expression Editor dialog for the current field in the context menu.</para>
      </summary>
      <value>true if a user can open the Expression Editor dialog for the current field in a context menu; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowExpressionEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowExpressionEditor"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowFilter">
      <summary>
        <para>Gets or sets whether an end-user can apply a filter to the current field. This is a dependency property.</para>
      </summary>
      <value>true if an end-user can apply a filter to the current field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowFilterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowFilter">PivotGridField.AllowFilter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowHide">
      <summary>
        <para>Gets or sets whether an end user can hide the current field. This is a dependency property.</para>
      </summary>
      <value>A Boolean value that specifies whether an end user can hide the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowHideProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowHide">PivotGridField.AllowHide</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowRuntimeSummaryChange">
      <summary>
        <para>Gets or sets whether an end user can change the data field’s summary type. This is a dependency property.</para>
      </summary>
      <value>true to allow an end user to change the data field’s summary type; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowRuntimeSummaryChangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowRuntimeSummaryChange"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowSort">
      <summary>
        <para>Gets or sets whether an end-user can modify the field’s current sort order. This is a dependency property.</para>
      </summary>
      <value>true if an end-user can modify the field’s current sort order; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowSortBySummary">
      <summary>
        <para>Gets or sets whether end-users can sort the current row/column field values by other column/row summary values. This is a dependency property.</para>
      </summary>
      <value>true if end-users can sort the current row/column field values by other column/row summary values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowSortBySummaryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowSortBySummary">PivotGridField.AllowSortBySummary</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowSortProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowSort">PivotGridField.AllowSort</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowUnboundExpressionEditor">
      <summary>
        <para>Gets or sets whether end-users can invoke the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> for the field. This is a dependency property.</para>
      </summary>
      <value>true if end-users are allowed to invoke the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> for the field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AllowUnboundExpressionEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AllowUnboundExpressionEditor">PivotGridField.AllowUnboundExpressionEditor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Area">
      <summary>
        <para>Gets or sets the area in which the field is displayed. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> value that specifies the area in which the field is displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AreaIndex">
      <summary>
        <para>Gets or sets the field’s index among the other fields displayed within the same area. This is a dependency property.</para>
      </summary>
      <value>A zero-based integer that specifies the field’s index among the other fields displayed within the same area.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AreaIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AreaIndex">PivotGridField.AreaIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Area">PivotGridField.Area</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.AutoPopulatedProperties">
      <summary>
        <para>Get or set a collection of OLAP member properties.</para>
      </summary>
      <value>A System.String objects, containing property names.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.AutoPopulatedPropertiesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.AutoPopulatedProperties">PivotGridField.AutoPopulatedProperties</see> attached property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitArea">
      <summary>
        <para>Gets or sets which interface elements are taken into account when calculating optimal width for field columns (or height for rows). This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldBestFitArea"/> enumeration value that specifies interface elements that are taken into account when calculating the optimal width for columns (or height for rows).</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitArea">PivotGridField.BestFitArea</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitMaxRowCount">
      <summary>
        <para>Gets or sets the number of cells taken into account when calculating the optimal width required for a column (or row) to completely display its contents.  This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the number of processed cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitMaxRowCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitMaxRowCount">PivotGridField.BestFitMaxRowCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitMode">
      <summary>
        <para>Gets or sets how the optimal width required for a column (or row), 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="F:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.BestFitMode">PivotGridField.BestFitMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CalculateHiddenSummaries">
      <summary>
        <para>Allows you to calculate summary values for hidden data fields. This is a dependency property.</para>
      </summary>
      <value>true, if PivotGrid calculates hidden summaries; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.CalculateHiddenSummariesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.CalculateHiddenSummaries">PivotGridField.CalculateHiddenSummaries</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CanDrag">
      <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.PivotGrid.PivotGridField.CanDragInCustomizationForm">
      <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.PivotGrid.PivotGridField.CanHide">
      <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.PivotGrid.PivotGridField.CanSortBySummary">
      <summary>
        <para>Gets whether the current field’s values can be sorted by values in other columns/rows.</para>
      </summary>
      <value>true if the current field’s values can be sorted by values in other columns/rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Caption">
      <summary>
        <para>Gets or sets the field’s display caption. This is a dependency property.</para>
      </summary>
      <value>A string specifying the field’s display caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.CaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Caption">PivotGridField.Caption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CellFormat">
      <summary>
        <para>Gets or sets the string used to format the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>. This is a dependency property.</para>
      </summary>
      <value>A string used to format the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.CellFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.CellFormat">PivotGridField.CellFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CellTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> that correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> that correspond to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.CellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.CellTemplate">PivotGridField.CellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CellTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> 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.PivotGrid.PivotGridField.CellTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.CellTemplateSelector">PivotGridField.CellTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.ChangeSortOrder">
      <summary>
        <para>Toggles the sort order for the current field.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.CollapseAll">
      <summary>
        <para>Collapses all values that correspond to the current field.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.CollapseValue(System.Object)">
      <summary>
        <para>Collapses the column/row that contains the specified value.</para>
      </summary>
      <param name="value">An object specifying the value in the grouping column/row which should be collapsed.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CustomExcelStyleFilterPopupTemplate">
      <summary>
        <para>Gets or sets a template used to display the <see href="https://docs.devexpress.com/WPF/10932/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-drop-down">Excel-style filter drop-down</see> for the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object displayed as the filter drop-down.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.CustomExcelStyleFilterPopupTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.CustomExcelStyleFilterPopupTemplate"/> property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.CustomTotals">
      <summary>
        <para>Gets the current field’s custom total collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridCustomTotalCollection"/> object which represent the custom totals’ collection.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.DataBinding">
      <summary>
        <para>Gets or sets an object that specifies the Pivot Grid field’s source data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.DataBinding"/> object that specifies the source data for the Pivot Grid fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DataBindingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.DataBinding">PivotGridField.DataBinding</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.DataType">
      <summary>
        <para>Gets the field’s data type.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> that specifies the field’s data type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DefaultHeight">
      <summary>
        <para>A default value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Height">PivotGridField.Height</see> property, which specifies the height of rows that correspond to the current field.</para>
        <para>Return value: 21</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DefaultMinHeight">
      <summary>
        <para>A default value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.MinHeight">PivotGridField.MinHeight</see> property, which specifies the minimum allowed height of rows that correspond to the current field.</para>
        <para>Return value: 10</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DefaultMinWidth">
      <summary>
        <para>A default value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.MinWidth">PivotGridField.MinWidth</see> property, which specifies the minimum allowed width of columns that correspond to the current field.</para>
        <para>Return value: 20</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DefaultWidth">
      <summary>
        <para>A default value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Width">PivotGridField.Width</see> property, which specifies the width of columns that correspond to the current field.</para>
        <para>Return value: 100</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.DisplayFolder">
      <summary>
        <para>Gets or sets the name of the <see href="https://docs.devexpress.com/WPF/11754/controls-and-libraries/pivot-grid/layout/customization-form/user-folders">folder</see> in which the field is located. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the <see href="https://docs.devexpress.com/WPF/11754/controls-and-libraries/pivot-grid/layout/customization-form/user-folders">folder</see> in which the field is located.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DisplayFolderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.DisplayFolder">PivotGridField.DisplayFolder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.DisplayText">
      <summary>
        <para>Gets the string displayed within the field’s header. This is a dependency property.</para>
      </summary>
      <value>A string that specifies the field header’s display text.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DisplayTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.DisplayText">PivotGridField.DisplayText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.DropDownFilterListSize">
      <summary>
        <para>Gets or sets the width and height of the field’s filter dropdown. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Size"/> structure that specifies the width and height (in pixels) of the field’s filter dropdown.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.DropDownFilterListSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.DropDownFilterListSize">PivotGridField.DropDownFilterListSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.EmptyCellText">
      <summary>
        <para>Gets the text displayed by an empty <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see>. This is a dependency property.</para>
      </summary>
      <value>A string which is the text displayed by an empty data cell.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.EmptyCellTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.EmptyCellText">PivotGridField.EmptyCellText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.EmptyValueText">
      <summary>
        <para>Gets the text used for an empty <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value header</see>. This is a dependency property.</para>
      </summary>
      <value>A string which represents an empty field value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.EmptyValueTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.EmptyValueText">PivotGridField.EmptyValueText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.ExpandAll">
      <summary>
        <para>Expands all values that correspond to the current field.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ExpandedInFieldsGroup">
      <summary>
        <para>Gets or sets the expansion status of the current field if it belongs to a field group. This is a dependency property.</para>
      </summary>
      <value>true if the field is expanded in a field group; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ExpandedInFieldsGroupProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ExpandedInFieldsGroup">PivotGridField.ExpandedInFieldsGroup</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.ExpandValue(System.Object)">
      <summary>
        <para>Expands the column/row that contains the specified value.</para>
      </summary>
      <param name="value">An object which specifies the value in the grouping column/row that should be expanded.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ExpressionFieldName">
      <summary>
        <para>Gets the name by which the field is referred to in unbound expressions.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the name by which the field is referred to in unbound expressions.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldFilterValues">
      <summary>
        <para>Gets or sets the filter values for the current field.</para>
      </summary>
      <value>An object that implements the IEnumerable interface and represents a collection of field filter values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.FieldFilterValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldFilterValues">PivotGridField.FieldFilterValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">
      <summary>
        <para>Gets or sets the name of the data source field assigned to the current <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which is the name of the data source field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.FieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.FilterPopupMode">
      <summary>
        <para>Gets or sets what style of the filter drop-down to use for the current field.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FilterPopupMode"/> enumeration value that specifies the filter drop-down’s style.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.FilterPopupModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FilterPopupMode">PivotGridField.FilterPopupMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.FilterType">
      <summary>
        <para>Gets or sets a field’s filter type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration member that specifies the filter type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.FilterTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FilterType">PivotGridField.FilterType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.FilterValues">
      <summary>
        <para>Gets the filter values for the current field. Use the <see cref="M:DevExpress.Xpf.PivotGrid.PivotGridField.SetFilterValues(System.Object[],DevExpress.Xpf.PivotGrid.FieldFilterType,System.Boolean)">SetFilterValues</see>, <see cref="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetFilterValuesExcluded">GetFilterValuesExcluded</see> or <see cref="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetFilterValuesIncluded">GetFilterValuesIncluded</see> methods instead.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterValues"/> object which contains filter values for the current field.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetAvailableValues">
      <summary>
        <para>Returns a list of field values that are not excluded by filters applied to other fields and can be displayed.</para>
      </summary>
      <returns>A list of field values that are not excluded by filters applied to other fields and can be displayed.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetAvailableValuesAsync">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">Asynchronously</see> returns a list of field values that are not excluded by filters applied to other fields and can be displayed.</para>
      </summary>
      <returns>An asynchronous operation that returns a list of field values as a result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetDisplayText(System.Object)">
      <summary>
        <para>Returns the display representation of the specified value, according to the settings used to format field values.</para>
      </summary>
      <param name="value">An object which identifies the value to format.</param>
      <returns>A <see cref="T:System.String"/> value that represents the formatted value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetFilterValuesExcluded">
      <summary>
        <para>Returns an array of excluded filter values for the current field.</para>
      </summary>
      <returns>An array of excluded filter values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetFilterValuesIncluded">
      <summary>
        <para>Returns an array of included filter values for the current field.</para>
      </summary>
      <returns>An array of included filter values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetIsFilterValuesEmpty">
      <summary>
        <para>Returns a value that indicates whether the IEnumerable collection containing field filter values is empty.</para>
      </summary>
      <returns>true, if the IEnumerable collection containing field filter values is empty; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetOlapDefaultSortProperty">
      <summary>
        <para>Returns the name of an OLAP member property used to set the default member sorting.</para>
      </summary>
      <returns>A System.String object that contains a property name.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetOlapMemberProperties">
      <summary>
        <para>Returns a list of OLAP member properties.</para>
      </summary>
      <returns>A list of objects representing the OLAP member properties.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetOlapMembers">
      <summary>
        <para>Returns an array of the OLAP members for the current field.</para>
      </summary>
      <returns>An array containing OLAP members for the field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetOlapMembersAsync">
      <summary>
        <para>Returns an array of the OLAP members for the current field <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <returns>An asynchronous operation that returns an array of the OLAP members for the current field as a result.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetUniqueValues">
      <summary>
        <para>Returns an array of the unique values which are stored in the underlying data source in the current field.</para>
      </summary>
      <returns>An array containing the unique values in the current field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetValueText(DevExpress.XtraPivotGrid.IOLAPMember)">
      <summary>
        <para>Returns a formatted text representation of the specified OLAP member according to the settings used to format field values.</para>
      </summary>
      <param name="member">An object implementing the <see cref="T:DevExpress.XtraPivotGrid.IOLAPMember"/> interface.</param>
      <returns>A string that specifies the formatted text representation of the specified OLAP member.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetValueText(System.Object)">
      <summary>
        <para>Returns a formatted text representation of the specified value according to the settings used to format <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</para>
      </summary>
      <param name="value">An object which identifies the value to format.</param>
      <returns>A string that specifies the formatted text representation of the specified value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.GetVisibleValues">
      <summary>
        <para>Returns the field values currently shown in the PivotGrid.</para>
      </summary>
      <returns>A collection of objects that represent the field values currently shown in the PivotGrid.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.GrandTotalCellFormat">
      <summary>
        <para>Gets or sets the string used to format grand total values. This is a dependency property.</para>
      </summary>
      <value>A string used to format grand total values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GrandTotalCellFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GrandTotalCellFormat">PivotGridField.GrandTotalCellFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.GrandTotalText">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see>‘s header that corresponds to the current field. This is a dependency property.</para>
      </summary>
      <value>A string that represents the text displayed within the <see href="https://docs.devexpress.com/WPF/8001/controls-and-libraries/pivot-grid/ui-elements/grand-totals">Grand Total</see>‘s header that corresponds to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GrandTotalTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GrandTotalText">PivotGridField.GrandTotalText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Group">
      <summary>
        <para>Gets or sets the group which owns the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> object which owns the current field; null if the field doesn’t belong to a group.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIndex">
      <summary>
        <para>Gets or sets the index of the field in a field group. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the index of the field in the group which owns the current field. -1 if the field doesn’t belong to a group.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIndex">PivotGridField.GroupIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupInterval">
      <summary>
        <para>Gets or sets how the values of the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see> are combined into groups. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldGroupInterval"/> value that specifies how the values of the current field are combined into groups.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">
      <summary>
        <para>Gets or sets the length of intervals into which field values are grouped. This is a dependency property.</para>
      </summary>
      <value>An integer value which specifies the length of intervals into which field values are grouped.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalNumericRange">PivotGridField.GroupIntervalNumericRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GroupIntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupInterval">PivotGridField.GroupInterval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupName">
      <summary>
        <para>Gets or sets the group name of the current field.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is a group name.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GroupNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.GroupName">PivotGridField.GroupName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.GroupProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Group">PivotGridField.Group</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HasGroup">
      <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>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HasGroupProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HasGroup">PivotGridField.HasGroup</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderContentStyle">
      <summary>
        <para>Gets or sets a style applied to the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderContentStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderContentStyle">PivotGridField.HeaderContentStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderImage">
      <summary>
        <para>Gets or sets an image displayed within the Pivot Grid’s field header. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.ImageSource object specifying the image displayed within the Pivot Grid’s field header.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderImage">PivotGridField.HeaderImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderListTemplate">
      <summary>
        <para>Gets the template used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a list. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a list.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderListTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderListTemplate">PivotGridField.HeaderListTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderListTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a template used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a list. 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.PivotGrid.PivotGridField.HeaderListTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderListTemplateSelector">PivotGridField.HeaderListTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTemplate">PivotGridField.HeaderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> 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.PivotGrid.PivotGridField.HeaderTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTemplateSelector">PivotGridField.HeaderTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTreeViewTemplate">
      <summary>
        <para>Gets the template used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a tree. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a tree.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTreeViewTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTreeViewTemplate">PivotGridField.HeaderTreeViewTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTreeViewTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a template used to display the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see> in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see> when headers are arranged in a tree. 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.PivotGrid.PivotGridField.HeaderTreeViewTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HeaderTreeViewTemplateSelector">PivotGridField.HeaderTreeViewTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Height">
      <summary>
        <para>Gets or sets the height of rows that correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, specifying the height of rows that correspond to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Height">PivotGridField.Height</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.HideEmptyVariationItems">
      <summary>
        <para>Gets or sets whether the first (empty) column/row that displays variation data for the current data field must be hidden. This is a dependency property.</para>
      </summary>
      <value>true to hide the first (empty) column/row that displays variation data for the current data field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.HideEmptyVariationItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.HideEmptyVariationItems">PivotGridField.HideEmptyVariationItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ImmediateUpdateExcelStyleFilter">
      <summary>
        <para>Gets or sets whether the filter is applied as soon as an end-user modifies the text within the Excel-style filter drop-down. This is a dependency property.</para>
      </summary>
      <value>True to enable automatic updates; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ImmediateUpdateExcelStyleFilterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ImmediateUpdateExcelStyleFilter"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.InvertFilterType">
      <summary>
        <para>Inverts the field’s filter type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.IsAreaAllowed(DevExpress.Xpf.PivotGrid.FieldArea)">
      <summary>
        <para>Returns whether the current field can be positioned within the specified area.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> object which represents the DXPivotGrid area.</param>
      <returns>true if the field can be positioned within the specified area; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.IsFilterButtonVisible">
      <summary>
        <para>Gets whether the filter button is displayed within the field’s header. This is a dependency property.</para>
      </summary>
      <value>true if the filter button is displayed within the field’s header; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.IsFilterButtonVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.IsFilterButtonVisible">PivotGridField.IsFilterButtonVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.IsFiltered">
      <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>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.IsFilteredProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.IsFiltered">PivotGridField.IsFiltered</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.IsSortButtonVisible">
      <summary>
        <para>Gets whether the sort glyph is displayed within the field’s header. This is a dependency property.</para>
      </summary>
      <value>true if the sort glyph is displayed within the field’s header; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.IsSortButtonVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.IsSortButtonVisible">PivotGridField.IsSortButtonVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.KpiGraphic">
      <summary>
        <para>Gets or sets a graphic set used to indicate KPI values. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotKpiGraphic"/> enumeration value that specifies the graphic set used to indicate KPI values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.KpiGraphicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.KpiGraphic">PivotGridField.KpiGraphic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.KpiType">
      <summary>
        <para>Gets the KPI type. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotKpiType"/> enumeration value that identifies the KPI type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.KpiTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.KpiType">PivotGridField.KpiType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.MinHeight">
      <summary>
        <para>Gets or sets the minimum allowed height of rows that correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, specifying the minimum allowed height (in pixels) of rows that correspond to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.MinHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.MinHeight">PivotGridField.MinHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.MinWidth">
      <summary>
        <para>Gets or sets the minimum allowed width of columns that correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, specifying the minimum allowed width (in pixels) of columns that correspond to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.MinWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.MinWidth">PivotGridField.MinWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Name">
      <summary>
        <para>Gets or sets the field’s name.</para>
      </summary>
      <value>A string which specifies the field’s name.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapDimensionCaption">
      <summary>
        <para>Specifies the OLAP dimension’s caption displayed in the <see href="https://docs.devexpress.com/WPF/11751/controls-and-libraries/pivot-grid/layout/customization-form/customization-form-overview">Field List</see>.</para>
      </summary>
      <value>A string that is the OLAP dimension caption displayed in the Field List.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.OlapDimensionCaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapDimensionCaption">PivotGridField.OlapDimensionCaption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapDrillDownColumnName">
      <summary>
        <para>In OLAP mode, gets the name of the corresponding column in the underlying data source, on an OLAP server.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the corresponding column’s name.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapExpression">
      <summary>
        <para>Gets or sets an expression used to evaluate values for the current unbound field in OLAP. This is a dependency property.</para>
      </summary>
      <value>A string that represents an expression used to evaluate values for the current field in OLAP.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.OlapExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapExpression">PivotGridField.OlapExpression</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapFilterByUniqueName">
      <summary>
        <para>Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in an <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode. This is a dependency property.</para>
      </summary>
      <value>true to take into account unique names when filtering data in the <see href="https://docs.devexpress.com/WPF/8015/controls-and-libraries/pivot-grid/binding-to-data/olap-data-source/binding-to-olap-data-sources">OLAP</see> mode; false to take into account values instead.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.OlapFilterByUniqueNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapFilterByUniqueName">PivotGridField.OlapFilterByUniqueName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapFilterUsingWhereClause">
      <summary>
        <para>Gets or sets whether to use the WHERE or subselect clause in an MDX query, when filtering against <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> in OLAP mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldOLAPFilterUsingWhereClause"/> enumeration member that specifies whether to use the WHERE or subselect clause in an MDX query, when filtering against <see href="https://docs.devexpress.com/WPF/7998/controls-and-libraries/pivot-grid/ui-elements/filter-field">filter fields</see> in OLAP mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.OlapFilterUsingWhereClauseProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapFilterUsingWhereClause">PivotGridField.OlapFilterUsingWhereClause</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapUseNonEmpty">
      <summary>
        <para>Gets or sets whether the NonEmpty function should be used in MDX queries for the current measure. This is a dependency property.</para>
      </summary>
      <value>true to use the NonEmpty function in MDX queries; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.OlapUseNonEmptyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.OlapUseNonEmpty">PivotGridField.OlapUseNonEmpty</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.op_Implicit(DevExpress.Xpf.PivotGrid.PivotGridField)~DevExpress.XtraPivotGrid.PivotGridFieldBase">
      <summary>
        <para>Defines an implicit conversion of a <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> to a <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/>.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object to convert.</param>
      <returns>A converted <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintCellTemplate">
      <summary>
        <para>Gets or sets a template used to print <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> that correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object used to print <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> that correspond to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.PrintCellTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintCellTemplate">PivotGridField.PrintCellTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintCellTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">data cells</see> 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.PivotGrid.PivotGridField.PrintCellTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintCellTemplateSelector">PivotGridField.PrintCellTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintHeaderTemplate">
      <summary>
        <para>Gets or sets a template used to print the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object, representing the template used to print the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">header</see> of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.PrintHeaderTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintHeaderTemplate">PivotGridField.PrintHeaderTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintHeaderTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field headers</see> 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.PivotGrid.PivotGridField.PrintHeaderTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintHeaderTemplateSelector">PivotGridField.PrintHeaderTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintValueTemplate">
      <summary>
        <para>Gets or sets a template used to print <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing the template used to print <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.PrintValueTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintValueTemplate">PivotGridField.PrintValueTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintValueTemplateSelector">
      <summary>
        <para>Gets or sets a template selector that chooses a print template for <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> 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.PivotGrid.PivotGridField.PrintValueTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.PrintValueTemplateSelector">PivotGridField.PrintValueTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.ResetSortBySummary">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortBySummaryType">PivotGridField.SortBySummaryType</see>, <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByField">PivotGridField.SortByField</see> and <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByFieldName">PivotGridField.SortByFieldName</see> properties to their default values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.RunningTotal">
      <summary>
        <para>Gets or sets whether Running totals are calculated for values in the <see href="https://docs.devexpress.com/WPF/7987/controls-and-libraries/pivot-grid/ui-elements/data-area">Data Area</see> that correspond to the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>. This is a dependency property.</para>
      </summary>
      <value>true to calculate Running totals for the current column/row field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.RunningTotalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.RunningTotal">PivotGridField.RunningTotal</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SerializedSortByField">
      <summary>
        <para>Gets or sets the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> of the field whose summary values define the order in which the field’s values are arranged when the pivot grid is serialized.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> of the field.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.SetAreaPosition(DevExpress.Xpf.PivotGrid.FieldArea,System.Int32)">
      <summary>
        <para>Positions the field in the specified area and at the specified location.</para>
      </summary>
      <param name="area">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration member that specifies the area in which the field is placed.</param>
      <param name="areaIndex">A zero-based integer that specifies the field’s index among the other fields displayed within the same area.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.SetFilterValues(System.Object[],DevExpress.Xpf.PivotGrid.FieldFilterType,System.Boolean)">
      <summary>
        <para>Adds the specified filter values to the collection.</para>
      </summary>
      <param name="values">An object that represents a collection of field filter values.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration member that specifies the filter type.</param>
      <param name="showBlanks">True, to show blank values; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.SetFilterValuesAsync(System.Object[],DevExpress.Xpf.PivotGrid.FieldFilterType,System.Boolean,DevExpress.Xpf.PivotGrid.AsyncCompletedHandler)">
      <summary>
        <para>Adds the specified filter values to the collection asynchronously.</para>
      </summary>
      <param name="values">An object that represents a collection of field filter values.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration member that specifies the filter type.</param>
      <param name="showBlanks">True, to show blank values; otherwise, false.</param>
      <param name="handler">A <see cref="T:DevExpress.Xpf.PivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed.</param>
      <returns>True, if the field filter was applied; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowBlankFilterValues">
      <summary>
        <para>Gets or sets a flag that specifies whether to show blank filter values.</para>
      </summary>
      <value>True, to show blank filter values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowBlankFilterValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowBlankFilterValues">PivotGridField.ShowBlankFilterValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowCustomTotals">
      <summary>
        <para>Gets or sets whether Custom Totals that correspond to the current Column Field or Row Field are visible. This is a dependency property.</para>
      </summary>
      <value>true to show the Custom Totals that correspond to the current Column Field or Row Field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowCustomTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowCustomTotals">PivotGridField.ShowCustomTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowGrandTotal">
      <summary>
        <para>Gets or sets whether grand totals that correspond to the current data field are visible. This is a dependency property.</para>
      </summary>
      <value>true to show grand totals that correspond to the current data field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowGrandTotalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowGrandTotal">PivotGridField.ShowGrandTotal</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowGroupIntervalName">
      <summary>
        <para>Gets or sets whether the group interval’s name is displayed within the data field’s header. This is a dependency property.</para>
      </summary>
      <value>true to display the group interval’s name within the data field’s header; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowGroupIntervalNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowGroupIntervalName"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInCustomizationForm">
      <summary>
        <para>Gets or sets whether the field’s header is displayed within the field list when the field is hidden. This is a dependency property.</para>
      </summary>
      <value>true to display the field’s header within the field list; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInCustomizationFormProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInCustomizationForm">PivotGridField.ShowInCustomizationForm</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInExpressionEditor">
      <summary>
        <para>Gets or sets whether the current field is available in the field list in the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see>.</para>
      </summary>
      <value>true, if the current field is available in the field list in the Expression Editor; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInExpressionEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInExpressionEditor">PivotGridField.ShowInExpressionEditor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInFilterEditorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowInFilterEditor"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowNewValues">
      <summary>
        <para>Gets or sets whether field values are shown in the datasource after field filtering is configured.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>true to show new field values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowNewValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowNewValues">PivotGridField.ShowNewValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowSummaryTypeName">
      <summary>
        <para>Gets or sets whether the summary type is displayed within the data field’s header. This is a dependency property.</para>
      </summary>
      <value>true to display the summary type within the data field’s header; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowSummaryTypeNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowSummaryTypeName">PivotGridField.ShowSummaryTypeName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowTotals">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">automatic totals</see> that correspond to the current data field are visible. This is a dependency property.</para>
      </summary>
      <value>true if corresponding automatic totals are visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowTotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowTotals">PivotGridField.ShowTotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowValues">
      <summary>
        <para>Gets or sets whether data cells that correspond to the current data field are visible. This is a dependency property.</para>
      </summary>
      <value>true to show data cells that correspond to the current data field; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ShowValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ShowValues">PivotGridField.ShowValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByAttribute">
      <summary>
        <para>Gets or sets the OLAP member property name by which the pivot grid’s data is sorted.</para>
      </summary>
      <value>A System.String object specifying the name of the OLAP member property.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortByAttributeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByAttribute">PivotGridField.SortByAttribute</see> attached property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByConditions">
      <summary>
        <para>Contains conditions that identify the column or row whose values are sorted.</para>
      </summary>
      <value>The collection whose items identify the column or row of values to be sorted.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByCustomTotalSummaryType">
      <summary>
        <para>Gets or sets the summary type of custom total values by which the current field values are sorted.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> object representing the summary type of custom total values by which the field values are sorted. Null if the field values are not sorted by a custom total column/row.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortByCustomTotalSummaryTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByCustomTotalSummaryType">PivotGridField.SortByCustomTotalSummaryType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByField">
      <summary>
        <para>Gets or sets the field whose summary values define the order in which the field’s values are arranged. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field whose summary values define the order in which the field’s values are arranged. Note that this field should be placed in <see href="https://docs.devexpress.com/WPF/7990/controls-and-libraries/pivot-grid/ui-elements/data-header-area">Data Header Area</see>.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByFieldName">
      <summary>
        <para>Gets or sets the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> of the field whose summary values define the order in which the field’s values are arranged. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.FieldName">PivotGridField.FieldName</see> of the field whose summary values define the order in which the field’s values are arranged.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortByFieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByFieldName">PivotGridField.SortByFieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortByFieldProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortByField">PivotGridField.SortByField</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortBySummaryType">
      <summary>
        <para>Gets or sets the summary function type used to calculate the summary values which define the order in which the field’s values are arranged. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> value that specifies the summary function type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortBySummaryTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortBySummaryType">PivotGridField.SortBySummaryType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortMode">
      <summary>
        <para>Specifies the sorting algorithm used to sort field values. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortMode"/> enumeration member that specifies the sorting algorithm.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortMode">PivotGridField.SortMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortOrder">
      <summary>
        <para>Gets or sets the field sort order. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSortOrder"/> enumeration member that specifies the field sort order.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SortOrderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SortOrder">PivotGridField.SortOrder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryDisplayType">
      <summary>
        <para>Gets or sets how a summary value calculated against the current data field is represented in a cell. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryDisplayType"/> enumeration member that specifies how summary values are represented within cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryDisplayTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryDisplayType">PivotGridField.SummaryDisplayType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterColumnField">
      <summary>
        <para>Gets or sets the column field that identifies an <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">aggregation level</see> at which to apply the filtering. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.PivotGridField value that specifies a column field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterColumnFieldProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterColumnField"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterEndValue">
      <summary>
        <para>Gets or sets the maximum summary value to display. This is a dependency property.</para>
      </summary>
      <value>The summary value that is the end bound of the range to display.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterEndValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterEndValue"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterMode">
      <summary>
        <para>Gets or sets whether summary filtering should be applied to the last <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">aggregation level</see> or to the specified one. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.SummaryFilterMode enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterRowField">
      <summary>
        <para>Gets or sets the row field that identifies an <see href="https://docs.devexpress.com/WPF/11733/controls-and-libraries/pivot-grid/data-shaping/aggregation/aggregation-levels">aggregation level</see> at which to apply the filtering. This is a dependency property.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.PivotGridField value that specifies a row field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterRowFieldProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterRowField"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterStartValue">
      <summary>
        <para>Gets or sets the minimum summary value to display. This is a dependency property.</para>
      </summary>
      <value>The summary value that is the start bound of the range to display.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterStartValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterStartValue"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryType">
      <summary>
        <para>Gets or sets the type of the summary function which is calculated against the current <see href="https://docs.devexpress.com/WPF/7988/controls-and-libraries/pivot-grid/ui-elements/data-field">data field</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> enumeration value that specifies the summary function type which is calculated against the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryType">PivotGridField.SummaryType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Tag">
      <summary>
        <para>Gets or sets the data associated with the field.</para>
      </summary>
      <value>An object containing the information which is associated with the field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">
      <summary>
        <para>Gets or sets an absolute or relative number of field values to be displayed for the current <see href="https://docs.devexpress.com/WPF/7985/controls-and-libraries/pivot-grid/ui-elements/column-field">column</see> or <see href="https://docs.devexpress.com/WPF/8004/controls-and-libraries/pivot-grid/ui-elements/row-field">row field</see>. This is a dependency property.</para>
      </summary>
      <value>An integer value that specifies the number of field values to be displayed for the current column or row field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueCount">PivotGridField.TopValueCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueMode">
      <summary>
        <para>Gets or sets whether top n values for specified data field are calculated based on all data source records or in the parent category.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldTopValueMode"/> object that specifies the top value mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueMode">PivotGridField.TopValueMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueShowOthers">
      <summary>
        <para>Gets or sets whether the “Others” item is displayed within the PivotGridControl when the <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Top N Values</see> feature is enabled. This is a dependency property.</para>
      </summary>
      <value>true if the “Others” item is displayed when the <see href="https://docs.devexpress.com/WPF/8063/controls-and-libraries/pivot-grid/data-shaping/sorting/display-top-n-values">Top N Values</see> feature is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueShowOthersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueShowOthers">PivotGridField.TopValueShowOthers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueType">
      <summary>
        <para>Gets or sets how the number of Top Values is determined. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldTopValueType"/> value that specifies how the number of Top Values is determined.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TopValueType">PivotGridField.TopValueType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridField.ToString">
      <summary>
        <para>Returns the textual representation of the field.</para>
      </summary>
      <returns>A string specifying the textual representation of the field.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TotalCellFormat">
      <summary>
        <para>Gets or sets the string used to format the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total cells</see>. This is a dependency property.</para>
      </summary>
      <value>A string used to format the total cells.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TotalCellFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TotalCellFormat">PivotGridField.TotalCellFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TotalsVisibility">
      <summary>
        <para>Gets or sets whether to display totals for the current field when it is in the <see href="https://docs.devexpress.com/WPF/7986/controls-and-libraries/pivot-grid/ui-elements/column-header-area">Column Header Area</see> or <see href="https://docs.devexpress.com/WPF/8005/controls-and-libraries/pivot-grid/ui-elements/row-header-area">Row Header Area</see> and if so, whether they are automatic or custom. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldTotalsVisibility"/> value that specifies which totals are displayed for the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TotalsVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TotalsVisibility">PivotGridField.TotalsVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TotalValueFormat">
      <summary>
        <para>Gets or sets the string used to format the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total header</see>. This is a dependency property.</para>
      </summary>
      <value>A string used to format the <see href="https://docs.devexpress.com/WPF/8006/controls-and-libraries/pivot-grid/ui-elements/totals">total header</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TotalValueFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TotalValueFormat">PivotGridField.TotalValueFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.TreeViewHeaderImage">
      <summary>
        <para>Gets or sets an image displayed within the field header in the <see href="https://docs.devexpress.com/WPF/8018/controls-and-libraries/pivot-grid/layout/customization-form">Field List</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.ImageSource"/> object specifying the image displayed within a field header in the Field List.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.TreeViewHeaderImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.TreeViewHeaderImage">PivotGridField.TreeViewHeaderImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpression">
      <summary>
        <para>Gets or sets an expression used to evaluate values for the current unbound field. This is a dependency property.</para>
      </summary>
      <value>A string that represents an expression used to evaluate values for the current field.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpressionMode">
      <summary>
        <para>Gets or sets how the unbound expression for the specified data field is calculated.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.PivotGrid.FieldUnboundExpressionMode"/> object that specifies how the unbound expression for the specified data field is calculated.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpressionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpressionMode">PivotGridField.UnboundExpressionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundExpression">PivotGridField.UnboundExpression</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundFieldName">
      <summary>
        <para>Gets or sets the name of a column in a summary data source that corresponds to the current unbound field. This is a dependency property.</para>
      </summary>
      <value>A string value that specifies the name of a column in a summary data source that corresponds to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundFieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundFieldName">PivotGridField.UnboundFieldName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundType">
      <summary>
        <para>Gets or sets the data type and binding mode of the field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldUnboundColumnType"/> enumeration value representing the data type and binding mode of the field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.UnboundType">PivotGridField.UnboundType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.UseNativeFormat">
      <summary>
        <para>Gets or sets whether to use the current field’s data format when the Pivot Grid Control is exported in XLS format. This is a dependency property.</para>
      </summary>
      <value>true to use the current field’s data format when the Pivot Grid Control is exported in XLS format; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.UseNativeFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.UseNativeFormat">PivotGridField.UseNativeFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ValueFormat">
      <summary>
        <para>Gets or sets a string used to format <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>. This is a dependency property.</para>
      </summary>
      <value>A string used to format <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ValueFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ValueFormat">PivotGridField.ValueFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ValueTemplate">
      <summary>
        <para>Gets or sets a template used to display <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object representing the template used to display <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">values</see> of the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.ValueTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ValueTemplate">PivotGridField.ValueTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.ValueTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> 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.PivotGrid.PivotGridField.ValueTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.ValueTemplateSelector">PivotGridField.ValueTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Visible">
      <summary>
        <para>Gets or sets whether the field is visible. This is a dependency property.</para>
      </summary>
      <value>true if the field is visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Visible">PivotGridField.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridField.Width">
      <summary>
        <para>Gets or sets the width of columns that correspond to the current field. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, specifying the width of columns that correspond to the current field.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridField.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.Width">PivotGridField.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection">
      <summary>
        <para>Represents a field collection for the PivotGridControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection.#ctor(DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalFieldCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection.Add">
      <summary>
        <para>Appends a new field to the collection.</para>
      </summary>
      <returns>The <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection.AddRange(DevExpress.Xpf.PivotGrid.PivotGridField[])">
      <summary>
        <para>Adds an array of fields to the end of the collection.</para>
      </summary>
      <param name="fields">An array of <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection.GetFieldByName(System.String)">
      <summary>
        <para>Returns the field by its name.</para>
      </summary>
      <param name="name">A string that specifies the name of the required field.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object representing the field whose name matches the specified string; null (Nothing in Visual Basic) if the field does not exist.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridFieldCollection.Item(System.String)">
      <summary>
        <para>Gets the field with the specified name.</para>
      </summary>
      <param name="fieldName">A string value specifying the bound field name of the required <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object.</param>
      <value>The <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object representing the field with the specified name; null (Nothing in Visual Basic) if the field does not exist.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridFieldValueMenuInfo.ValueItem">
      <summary>
        <para>This property is obsolete. Use the FieldValueElementData property instead.</para>
      </summary>
      <value>A DevExpress.Xpf.PivotGrid.Internal.FieldValueItem  object that combines field content and its location in the grid.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridFilterPopupMenuInfo.CanCreateItems">
      <summary>
        <para>Gets whether you can add new menu items to the context menu.</para>
      </summary>
      <value>true if menu items can be added; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridFilterPopupMenuInfo.MenuType">
      <summary>
        <para>Gets the type of the invoked <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType"/> object that specifies the context menu type.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridGroup">
      <summary>
        <para>Represents an individual group of fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.Add(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Adds the specified field to the current group.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field to add.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.AddRange(DevExpress.Xpf.PivotGrid.PivotGridField[])">
      <summary>
        <para>Adds an array of fields to the current group.</para>
      </summary>
      <param name="fields">An array of <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects to add to the group’s field collection.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Area">
      <summary>
        <para>Gets the area of the DXPivotGrid in which the group is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value which specifies the area in which the group is displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.AreaIndex">
      <summary>
        <para>Gets the index of the first field within the group among the other fields displayed within the same area.</para>
      </summary>
      <value>A zero-based integer that specifies the index of the first field within the group among the other fields displayed within the same area. -1 if the group is empty.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.AreaIndexProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.AreaIndex">PivotGridGroup.AreaIndex</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.AreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Area">PivotGridGroup.Area</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.CanAdd(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Indicates whether the specified field can be added to the field group.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field being examined.</param>
      <returns>true if the specified field can be added to the group; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.CanChangeArea(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Determines whether changing the location of the specified field will change the location of the entire group.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the inspected field.</param>
      <returns>true if changing the location of the specified field will change the location of the entire group; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.CanChangeAreaTo(DevExpress.Xpf.PivotGrid.FieldArea,System.Int32)">
      <summary>
        <para>Determines whether the group can be moved to the specified location.</para>
      </summary>
      <param name="newArea">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldArea"/> enumeration value which specifies the area of the DXPivotGrid.</param>
      <param name="newAreaIndex">An integer value which specifies the new index of the first field in the group among the other fields displayed within the specified area.</param>
      <returns>true if the group can be moved to the location specified; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Caption">
      <summary>
        <para>Gets or sets the group’s caption.</para>
      </summary>
      <value>A string value which specifies the group’s caption.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.CaptionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Caption">PivotGridGroup.Caption</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridGroup.Changed">
      <summary>
        <para>Occurs after any property of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> object has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.ChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridGroup.Changed">PivotGridGroup.Changed</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.Clear">
      <summary>
        <para>Removes all elements from the group’s field collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.Contains(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Indicates whether the current group contains the specified field.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field to locate in the group.</param>
      <returns>true if the group contains the specified field; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Count">
      <summary>
        <para>Gets the number of fields within the group.</para>
      </summary>
      <value>An integer value which specifies the number of fields within the group.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.CountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Count">PivotGridGroup.Count</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.DisplayText">
      <summary>
        <para>Gets the display text of the group header.</para>
      </summary>
      <value>A string representing the text displayed within the group header.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.DisplayTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.DisplayText">PivotGridGroup.DisplayText</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.FilterType">
      <summary>
        <para>Gets or sets the field’s filter type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> enumeration value which specifies the field’s filter type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.FilterTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.FilterType">PivotGridGroup.FilterType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.FilterValues">
      <summary>
        <para>Gets the group filter condition.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValues"/> object that represents the group filter condition.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.FirstField">
      <summary>
        <para>Gets the first field in the group’s <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.GroupFields">PivotGridGroup.GroupFields</see> collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object representing the first field in the group.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.GetDisplayText(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.DisplayText">PivotGridGroup.DisplayText</see> attached property for the specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="d">The element from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.DisplayText">PivotGridGroup.DisplayText</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.GetIsFilterValuesEmpty">
      <summary>
        <para>Returns a value that indicates whether the <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValues"/> is empty.</para>
      </summary>
      <returns>True, if the collection is empty; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.GetUniqueValues(System.Object[])">
      <summary>
        <para>Returns the unique child values of the specified <see href="https://docs.devexpress.com/WPF/8829/controls-and-libraries/pivot-grid/layout/group-value">group value</see>.</para>
      </summary>
      <param name="parentValues">An array of objects that identifies the <see href="https://docs.devexpress.com/WPF/8829/controls-and-libraries/pivot-grid/layout/group-value">group value</see>.</param>
      <returns>A collection of the <see href="https://docs.devexpress.com/WPF/8829/controls-and-libraries/pivot-grid/layout/group-value">group value</see>‘s child values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.GetVisibleFields">
      <summary>
        <para>Gets the list of expanded fields in this group.</para>
      </summary>
      <returns>A list of expanded fields in this group.</returns>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.GroupChangedString">
      <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.PivotGrid.PivotGridGroup.GroupFields">
      <summary>
        <para>Provides access to the group’s field collection.</para>
      </summary>
      <value>An object which implements the <see cref="T:System.Collections.IList"/> interface.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.GroupFilterValues">
      <summary>
        <para>Gets or sets a collection of group filter values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection"/> object that is a collection of group filter values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.GroupFilterValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.GroupFilterValues">PivotGridGroup.GroupFilterValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.HeaderImage">
      <summary>
        <para>Gets or sets an image displayed within the Pivot Grid’s group header. This is a dependency property.</para>
      </summary>
      <value>A System.Windows.Media.ImageSource object specifying the image displayed within the Pivot Grid’s group header.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.HeaderImageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.HeaderImage">PivotGridGroup.HeaderImage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Hierarchy">
      <summary>
        <para>Gets or sets the name of the hierarchy to which the current field group belongs. For internal use.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the hierarchy to which the current field group belongs.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.HierarchyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Hierarchy">PivotGridGroup.Hierarchy</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Index">
      <summary>
        <para>Gets the group’s position within the collection that owns it.</para>
      </summary>
      <value>A zero-based integer which represents the group’s position within the collection that owns it. -1 if the group isn’t contained within a collection.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.IndexOf(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the specified field’s position within the group.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field to be located.</param>
      <returns>An integer value specifying the field’s position within the group. -1 if the group doesn’t contain the specified field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.IsFieldVisible(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns a value which identifies whether the specified field is visible.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field within the DXPivotGrid control.</param>
      <returns>true if the specified field is visible; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.IsFilterAllowed">
      <summary>
        <para>Gets whether the <see href="https://docs.devexpress.com/WPF/8447/controls-and-libraries/pivot-grid/data-shaping/filtering/group-filtering">group filter</see> is used to filter data against the group’s fields.</para>
      </summary>
      <value>true if the <see href="https://docs.devexpress.com/WPF/8447/controls-and-libraries/pivot-grid/data-shaping/filtering/group-filtering">group filter</see> is used to filter data against the group’s fields; false if data is filtered against each of the group’s fields separately.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to the fields in the group.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the required field. If it’s negative or exceeds the maximum available index, an exception is raised.</param>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field in the group.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.Remove(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Removes the specified field from the group.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object which represents the field to remove from the group.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.RemoveAt(System.Int32)">
      <summary>
        <para>Removes a field from the group by its index.</para>
      </summary>
      <param name="index">An integer value which specifies the index of the field to remove. If negative or exceeds the number of fields within the group, an exception is raised.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.SetFilterValues(DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection,DevExpress.Xpf.PivotGrid.FieldFilterType)">
      <summary>
        <para>Adds the specified group filter values to the collection, and sets the filter type to the specified value.</para>
      </summary>
      <param name="values">A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection"/> object that specifies the collection of group filter values.</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> object that specifies the filter type.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.SetFilterValuesAsync(DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection,DevExpress.Xpf.PivotGrid.FieldFilterType,DevExpress.Xpf.PivotGrid.AsyncCompletedHandler)">
      <summary>
        <para>Adds the specified group filter values to the collection <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="values">A <see cref="T:DevExpress.Xpf.PivotGrid.GroupFilterValuesCollection"/> object that specifies the collection of group filter values</param>
      <param name="filterType">A <see cref="T:DevExpress.Xpf.PivotGrid.FieldFilterType"/> object that specifies the filter type.</param>
      <param name="handler">A <see cref="T:DevExpress.Xpf.PivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.SetShowNewValuesAsync(System.Boolean)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.ShowNewValues">PivotGridGroup.ShowNewValues</see> property <see href="https://docs.devexpress.com/WPF/9776/controls-and-libraries/pivot-grid/binding-to-data/asynchronous-mode">asynchronously</see>.</para>
      </summary>
      <param name="showNewValues">true, to show field values that have appeared in the data source after the field filtering was configured; otherwise, false.</param>
      <returns>An asynchronous operation that returns true in case of success.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.ShowNewValues">
      <summary>
        <para>Gets or sets whether field values are shown in the datasource after the field filtering is configured. This is a dependency property.</para>
      </summary>
      <value>true to show new field values; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.ShowNewValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.ShowNewValues">PivotGridGroup.ShowNewValues</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroup.ToString">
      <summary>
        <para>Returns the textual representation of the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that specifies the textual representation of the current object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Visible">
      <summary>
        <para>Gets whether the group is visible.</para>
      </summary>
      <value>true if the group is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.VisibleCount">
      <summary>
        <para>Gets the number of visible fields within the current group.</para>
      </summary>
      <value>An integer which specifies the number of visible fields within the group.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.VisibleCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.VisibleCount">PivotGridGroup.VisibleCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Visible">PivotGridGroup.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Width">
      <summary>
        <para>Gets the total width of headers that correspond to the fields of the group.</para>
      </summary>
      <value>A double value representing the total width of headers that correspond to the fields of the group.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridGroup.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridGroup.Width">PivotGridGroup.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridGroupCollection">
      <summary>
        <para>Represents a collection of field groups.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroupCollection.#ctor(DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData,DevExpress.XtraPivotGrid.PivotGridGroupCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroupCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroupCollection.Add">
      <summary>
        <para>Appends a new item representing a group of fields to the collection.</para>
      </summary>
      <returns>The <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> object added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridGroupCollection.Add(DevExpress.Xpf.PivotGrid.PivotGridField[])">
      <summary>
        <para>Copies fields from the specified array to a new group and assigns the group to the collection.</para>
      </summary>
      <param name="fields">An array of <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> objects, representing the fields that should be added to a new group.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> object representing the created group of fields.</returns>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridHeaderMenuInfo">
      <summary>
        <para>Contains information about the <see href="https://docs.devexpress.com/WPF/7994/controls-and-libraries/pivot-grid/ui-elements/field-header-context-menu">field header context menu</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridHeaderMenuInfo.CanCreateItems">
      <summary>
        <para>Gets whether you can add new menu items to the context menu.</para>
      </summary>
      <value>true if menu items can be added; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridHeaderMenuInfo.MenuType">
      <summary>
        <para>Gets the type of the invoked <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType"/> object that specifies the context menu type.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridMenuInfo">
      <summary>
        <para>Contains information about the <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridMenuInfo.CanCreateItems">
      <summary>
        <para>Gets whether you can add new menu items to the context menu.</para>
      </summary>
      <value>true if menu items can be added; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridMenuInfo.GetCellInfo">
      <summary>
        <para>Gets information about the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> for which a context menu is invoked.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object that contains information about the cell for which the menu is invoked.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridMenuInfo.GetFieldInfo">
      <summary>
        <para>Gets information about the <see href="https://docs.devexpress.com/WPF/7994/controls-and-libraries/pivot-grid/ui-elements/field-header-context-menu">field</see> for which a context menu is invoked.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object that contains information about the field for which the menu is invoked.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridMenuInfo.GetFieldValueInfo">
      <summary>
        <para>Gets information about the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> for which a context menu is called.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object that contains information about the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> for which the menu is invoked.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridMenuInfo.MenuType">
      <summary>
        <para>Gets the type of the invoked <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType"/> object that specifies the context menu type.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType">
      <summary>
        <para>Lists values that specify the pivot grid’s context menu types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridMenuType.Cell">
      <summary>
        <para>Cell context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridMenuType.FieldValue">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/7996/controls-and-libraries/pivot-grid/ui-elements/field-value-context-menu">Field value context menu</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridMenuType.FilterPopup">
      <summary>
        <para>Filter popup context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridMenuType.Header">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/7994/controls-and-libraries/pivot-grid/ui-elements/field-header-context-menu">Field header context menu</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridMenuType.HeadersArea">
      <summary>
        <para><see href="https://docs.devexpress.com/WPF/8003/controls-and-libraries/pivot-grid/ui-elements/header-area-context-menu">Header area context menu</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridMenuType.None">
      <summary>
        <para>No menu.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridPopupMenu">
      <summary>
        <para>A pop-up menu for the Pivot Grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridPopupMenu.#ctor(DevExpress.Xpf.PivotGrid.PivotGridControl)">
      <summary>
        <para>Initializes a new instance of the DevExpress.Xpf.PivotGrid.PivotGridPopupMenu class.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> object that is the PivotGrid control.</param>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotGridPopupMenu.GridMenuTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridPopupMenu.GridMenuType">PivotGridPopupMenu.GridMenuType</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridPopupMenu.MenuType">
      <summary>
        <para>Gets the type of the invoked <see href="https://docs.devexpress.com/WPF/8314/controls-and-libraries/pivot-grid/end-user-interaction/context-menus">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType"/> object that specifies the context menu type.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions">
      <summary>
        <para>Contains export options specific to XLS format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions"/> class with specified text export mode.</para>
      </summary>
      <param name="mode">An enumeration value that specifies the text export mode in the resulting XLS document.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
      <summary>
        <para>Copies all settings from the options object passed as a parameter.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.CustomizeCell">
      <summary>
        <para>Allows you to customize a PivotGrid cell in the exported XLS document. Only available in data-aware export mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.ExportColumnAreaHeaders">
      <summary>
        <para>Gets or sets whether to include column field headers in the exported XLS document.</para>
      </summary>
      <value>True to export column field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.ExportDataAreaHeaders">
      <summary>
        <para>Gets or sets whether to include data field headers in the exported XLS document.</para>
      </summary>
      <value>True to export data field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.ExportFilterAreaHeaders">
      <summary>
        <para>Gets or sets whether to include filter field headers in the XLS exported document.</para>
      </summary>
      <value>True to export filter field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsExportOptions.ExportRowAreaHeaders">
      <summary>
        <para>Gets or sets whether to include row field headers in the XLS exported document.</para>
      </summary>
      <value>True to export row field headers; otherwise, False.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions">
      <summary>
        <para>Contains export options specific to XLS format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions"/> class with specified text export mode.</para>
      </summary>
      <param name="mode">An enumeration value that specifies the text export mode in the resulting XLSX document.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.Assign(DevExpress.XtraPrinting.ExportOptionsBase)">
      <summary>
        <para>Copies all settings from the options object passed as a parameter.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant whose settings are assigned to the current object.</param>
    </member>
    <member name="E:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.CustomizeCell">
      <summary>
        <para>Allows you to customize a PivotGrid’s cell in the exported XLSX document. Only available in data-aware export mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.ExportColumnAreaHeaders">
      <summary>
        <para>Gets or sets whether to include column field headers in the XLSX exported document.</para>
      </summary>
      <value>True to export column field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.ExportDataAreaHeaders">
      <summary>
        <para>Gets or sets whether to include data field headers in the XLSX exported document.</para>
      </summary>
      <value>True to export data field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.ExportFilterAreaHeaders">
      <summary>
        <para>Gets or sets whether to include filter field headers in the XLSX exported document.</para>
      </summary>
      <value>True to export filter field headers; otherwise, False.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGridXlsxExportOptions.ExportRowAreaHeaders">
      <summary>
        <para>Gets or sets whether to include row field headers in the XLSX exported document.</para>
      </summary>
      <value>True to export column field headers; otherwise, False.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGroupEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterChanged">PivotGridControl.GroupFilterChanged</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotGroupEventArgs.Group">
      <summary>
        <para>Gets the group for which the event has been raised.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridGroup"/> object that represents the group for which the event has been raised.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotGroupEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.GroupFilterChanged">PivotGridControl.GroupFilterChanged</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGroupEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotKpiGraphic">
      <summary>
        <para>Lists values that specify the graphic set used to indicate KPI values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiGraphic.None">
      <summary>
        <para>No image is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiGraphic.ServerDefined">
      <summary>
        <para>The KPI graphic type is defined by the server.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotKpiType">
      <summary>
        <para>Lists KPI types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiType.Goal">
      <summary>
        <para>A target value of the KPI.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiType.None">
      <summary>
        <para>Not the KPI.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiType.Status">
      <summary>
        <para>The state of the KPI at a specified point in time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiType.Trend">
      <summary>
        <para>A value’s evaluation of the KPI over time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiType.Value">
      <summary>
        <para>A KPI value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotKpiType.Weight">
      <summary>
        <para>A KPI’s relative importance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BeforeLoadLayout">PivotGridControl.BeforeLoadLayout</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventArgs.#ctor(System.Windows.RoutedEvent,DevExpress.Utils.LayoutAllowEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventArgs"/> class.</para>
      </summary>
      <param name="evt">The routed event.</param>
      <param name="e">A <see cref="T:DevExpress.Utils.LayoutAllowEventArgs"/> object used to initialize  the <see cref="T:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventArgs"/> instance.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventArgs.Allow">
      <summary>
        <para>Gets or sets whether to allow upgrading the control layout.</para>
      </summary>
      <value>true to allow the operation; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventHandler">
      <summary>
        <para>References a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.BeforeLoadLayout">PivotGridControl.BeforeLoadLayout</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotLayoutAllowEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotLayoutUpgradeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.LayoutUpgrade">PivotGridControl.LayoutUpgrade</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotLayoutUpgradeEventArgs.PreviousVersion">
      <summary>
        <para>Returns the textual representation of the previous layout version.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the previous version of the layout.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotLayoutUpgradeEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.LayoutUpgrade">PivotGridControl.LayoutUpgrade</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotLayoutUpgradeEventArgs"/> object which contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotOlapExceptionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapException">PivotGridControl.OlapException</see> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotOlapExceptionEventHandler">
      <summary>
        <para>References a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.OlapException">PivotGridControl.OlapException</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotOlapExceptionEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures">
      <summary>
        <para>Contains the names of the OLAP measures that represent values of a particular KPI.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures.GoalMeasure">
      <summary>
        <para>Gets the name of the measure that stores the KPI’s goal values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the measure that stores the KPI’s goal values.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures.KpiName">
      <summary>
        <para>Gets the name of the KPI.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the KPI.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures.StatusMeasure">
      <summary>
        <para>Gets the name of the measure that stores the KPI’s status values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the measure that stores the KPI’s status values.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures.TrendMeasure">
      <summary>
        <para>Gets the name of the measure that stores the KPI’s trend values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the measure that stores the KPI’s trend values.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures.ValueMeasure">
      <summary>
        <para>Gets the name of the measure that stores the KPI’s actually achieved values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the measure that stores the KPI’s actually achieved values.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiMeasures.WeightMeasure">
      <summary>
        <para>Gets the name of the measure that stores the KPI’s weight values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the name of the measure that stores the KPI’s weight values.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue">
      <summary>
        <para>Represents values of a KPI.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue.Goal">
      <summary>
        <para>Gets the KPI’s goal value.</para>
      </summary>
      <value>The KPI’s goal value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue.Status">
      <summary>
        <para>Gets the KPI’s status value.</para>
      </summary>
      <value>An integer value (1, 0 or -1) that specifies the KPI’s status.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue.Trend">
      <summary>
        <para>Gets the KPI’s trend value.</para>
      </summary>
      <value>An integer value (1, 0 or -1) that specifies the KPI’s trend.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue.Value">
      <summary>
        <para>Gets the KPI’s actually achieved value.</para>
      </summary>
      <value>The KPI’s actually achieved value.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapKpiValue.Weight">
      <summary>
        <para>Gets the KPI’s weight value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the KPI’s weight.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotOlapMember">
      <summary>
        <para>An OLAP member.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapMember.Caption">
      <summary>
        <para>Gets the caption of the OLAP member.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the caption of the OLAP member.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapMember.Properties">
      <summary>
        <para>Gets the OLAP member properties.</para>
      </summary>
      <value>A DevExpress.XtraPivotGrid.OLAPMemberProperties collection that contains properties of the OLAP member.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapMember.UniqueName">
      <summary>
        <para>Gets the unique name of the OLAP member.</para>
      </summary>
      <value>A string that represents the unique name of the OLAP member.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotOlapMember.Value">
      <summary>
        <para>Gets the value of the OLAP member.</para>
      </summary>
      <value>Value of the OLAP member.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PropertyChanged">PivotGridControl.PropertyChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs.#ctor(System.Windows.RoutedEvent,System.Windows.DependencyPropertyChangedEventArgs,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs"/> class.</para>
      </summary>
      <param name="evt">The routed event.</param>
      <param name="args">A <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/> object that provides data for the property changed event.</param>
      <param name="source">The event source.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs.NewValue">
      <summary>
        <para>Gets the new property value.</para>
      </summary>
      <value>The new value of the processed property.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs.OldValue">
      <summary>
        <para>Gets the old property value.</para>
      </summary>
      <value>The old value of the processed property.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs.Property">
      <summary>
        <para>Gets the property whose value has been changed.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DependencyProperty"/> object that is the property whose value has been changed.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PropertyChanged">PivotGridControl.PropertyChanged</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotPropertyChangedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.QueryException">PivotGridControl.QueryException</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventArgs.ErrorPanelText">
      <summary>
        <para>Gets or sets a text from the error panel.</para>
      </summary>
      <value>A string that contains the exception message.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventArgs.Exception">
      <summary>
        <para>Gets the exception that was thrown.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> that has been thrown.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventArgs.IsDrillDownRequested">
      <summary>
        <para>Gets a value that indicates whether a query processing error occurs during a drill-down request.</para>
      </summary>
      <value>true, if the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.QueryException">PivotGridControl.QueryException</see> is raised during a drill-down request; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventArgs.ShowErrorPanel">
      <summary>
        <para>Gets or sets whether to show the error panel.</para>
      </summary>
      <value>true, to show the panel; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventHandler">
      <summary>
        <para>References a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.QueryException">PivotGridControl.QueryException</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotQueryExceptionEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotSerializationOptions">
      <summary>
        <para>Contains options that control how the PivotGridControl’s layout is saved to and restored from a data store (an XML file or stream).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotSerializationOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewFields">PivotSerializationOptions.AddNewFields</see> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewGroupsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewGroups">PivotSerializationOptions.AddNewGroups</see> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AppearanceID">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.DataSettingsID">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.GetAddNewFields(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewFields">PivotSerializationOptions.AddNewFields</see> 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.PivotGrid.PivotSerializationOptions.AddNewFields">PivotSerializationOptions.AddNewFields</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.GetAddNewGroups(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewGroups">PivotSerializationOptions.AddNewGroups</see> 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.PivotGrid.PivotSerializationOptions.AddNewGroups">PivotSerializationOptions.AddNewGroups</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.GetRemoveOldFields(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.RemoveOldFields">PivotSerializationOptions.RemoveOldFields</see> 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.PivotGrid.PivotSerializationOptions.RemoveOldFields">PivotSerializationOptions.RemoveOldFields</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.GetStoreLayoutMode(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.StoreLayoutMode">PivotSerializationOptions.StoreLayoutMode</see> 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.PivotGrid.PivotSerializationOptions.StoreLayoutMode">PivotSerializationOptions.StoreLayoutMode</see> property value for the element.</returns>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.LayoutID">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.PrintSettingsID">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.RemoveOldFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.RemoveOldFields">PivotSerializationOptions.RemoveOldFields</see> attached property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.SetAddNewFields(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewFields">PivotSerializationOptions.AddNewFields</see> 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.PivotGrid.PivotSerializationOptions.AddNewFields">PivotSerializationOptions.AddNewFields</see> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.SetAddNewGroups(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.AddNewGroups">PivotSerializationOptions.AddNewGroups</see> 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.PivotGrid.PivotSerializationOptions.AddNewGroups">PivotSerializationOptions.AddNewGroups</see> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.SetRemoveOldFields(System.Windows.DependencyObject,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.RemoveOldFields">PivotSerializationOptions.RemoveOldFields</see> 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.PivotGrid.PivotSerializationOptions.RemoveOldFields">PivotSerializationOptions.RemoveOldFields</see> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.SetStoreLayoutMode(System.Windows.DependencyObject,DevExpress.Xpf.PivotGrid.StoreLayoutMode)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.StoreLayoutMode">PivotSerializationOptions.StoreLayoutMode</see> 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.PivotGrid.PivotSerializationOptions.StoreLayoutMode">PivotSerializationOptions.StoreLayoutMode</see> value.</param>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.StoreAlwaysID">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.StoreLayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.StoreLayoutMode">PivotSerializationOptions.StoreLayoutMode</see> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.PivotSerializationOptions.VisualOptionsID">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataRow">
      <summary>
        <para>Represents a summary data source row.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSummaryDataRow.#ctor(DevExpress.XtraPivotGrid.PivotSummaryDataSource,System.Int32,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataRow"/> class.</para>
      </summary>
      <param name="dataSource">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource"/> object that represents the parent summary data source.</param>
      <param name="index">An integer value that specifies the index of the row in the summary data source.</param>
      <param name="columnIndex">An integer value that specifies the index of the pivot grid column where the cell represented by the summary row resides.</param>
      <param name="rowIndex">An integer value that specifies the index of the pivot grid row where the cell represented by the summary row resides.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotSummaryDataRow.DataSource">
      <summary>
        <para>Gets the parent summary data source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource"/> object that represents the parent summary data source.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotSummaryDataRow.Item(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Provides access to the cells in the current row by the corresponding pivot grid field.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the pivot grid field.</param>
      <value>The value of the cell that corresponds to the specified pivot grid field.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource">
      <summary>
        <para>Represents a summary data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource.#ctor(DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource"/> class.</para>
      </summary>
      <param name="data">A DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData object representing the pivot grid data.</param>
      <param name="columnIndex">An integer value that specifies the index of the pivot grid column whose data cells should be represented by the summary data source; -1 to include data from all columns to the data source.</param>
      <param name="rowIndex">An integer value that specifies the index of the pivot grid row whose data cells should be represented by the summary data source; -1 to include data from all rows to the data source.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource.GetColumnIndex(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the index of the column that corresponds to the specified field.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the pivot grid field used to identify the summary data source column.</param>
      <returns>An integer value that specifies the zero-based index of the summary data source column that corresponds to the specified field.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource.GetField(System.Int32)">
      <summary>
        <para>Returns the field to which the specified column corresponds.</para>
      </summary>
      <param name="columnIndex">An integer value that specifies the zero-based index of the summary data source column.</param>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field to which the specified column corresponds.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource.GetValue(System.Int32,DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Returns the value of the specified cell.</para>
      </summary>
      <param name="rowIndex">An integer value that specifies the zero-based index of the summary data source row.</param>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> descendant representing the field used to identify the data source column.</param>
      <returns>The value of the specified summary data source cell.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PivotSummaryDataSource.Item(System.Int32)">
      <summary>
        <para>Gets or sets the row by its index.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index of the summary data source row.</param>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotSummaryDataRow"/> object that represents the summary data source row with the specified index.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PivotUnboundExpressionEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.UnboundExpressionEditorCreated">PivotGridControl.UnboundExpressionEditorCreated</see> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PopupMenuShowing">PivotGridControl.PopupMenuShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.#ctor(DevExpress.Xpf.PivotGrid.PivotGridPopupMenu)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs"/> class.</para>
      </summary>
      <param name="menu">A DevExpress.Xpf.PivotGrid.PivotGridPopupMenu object that specifies the pivot grid context menu for which the event is raised.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.Customizations">
      <summary>
        <para>Allows you to customize the context menu by adding new menu items or removing existing items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Bars.BarManagerActionCollection"/> object, representing a collection of actions that manipulate menu items.</value>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.GetCellInfo">
      <summary>
        <para>Returns information about the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> for which the menu is invoked.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotCellBaseEventArgs"/> object that returns information about the <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cell</see> for which the menu is invoked.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.GetFieldInfo">
      <summary>
        <para>Returns information about the field for whose header the menu is invoked.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldEventArgs"/> object that contains information about the field for whose header the menu is invoked.</returns>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.GetFieldValueInfo">
      <summary>
        <para>Returns information about the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> for which the menu is invoked.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotFieldValueEventArgs"/> object that contains information about the <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field value</see> for which the menu is invoked.</returns>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.Items">
      <summary>
        <para>Gets a collection of 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.PivotGrid.PopupMenuShowingEventArgs.MenuType">
      <summary>
        <para>Gets what kind of pivot grid element invokes the menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridMenuType"/> enumeration value that identifies the context menu type.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.Source">
      <summary>
        <para>Gets the PivotGridControl that raised the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> object that identifies the pivot grid that raised the event.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs.TargetElement">
      <summary>
        <para>Gets the UI element for which the context menu is shown.</para>
      </summary>
      <value>The element displayed within a pivot grid for which the context menu is shown.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventHandler">
      <summary>
        <para>References a method that will handle the <see cref="E:DevExpress.Xpf.PivotGrid.PivotGridControl.PopupMenuShowing">PivotGridControl.PopupMenuShowing</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.PivotGrid.PopupMenuShowingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="N:DevExpress.Xpf.PivotGrid.Printing">
      <summary>
        <para>Contains classes which provide the printing capabilities of the PivotGrid control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.Printing.PrintLayoutMode">
      <summary>
        <para>Lists values that specify the layout mode of the print document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.Printing.PrintLayoutMode.Auto">
      <summary>
        <para>The layout mode is selected automatically.</para>
        <para>The Multiple Pages layout mode is applied when the pivot grid is printed or exported to a paged document. The Single Page layout mode is applied when the pivot grid is exported to the XLS or image format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.Printing.PrintLayoutMode.MultiplePagesLayout">
      <summary>
        <para>If the pivot grid does not fit onto one page, it is split into several tables.</para>
        <para>This mode is preferred when the pivot grid is printed or exported to a paged document.</para>
        <para>The following image displays the pivot grid exported to an image format using the Multiple Pages layout mode. The dashed red line shows where the pivot grid will be cut off by the page boundaries if it is printed using this mode.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.Printing.PrintLayoutMode.SinglePageLayout">
      <summary>
        <para>The pivot grid is represented by a single table.</para>
        <para>This mode is preferred when the pivot grid is exported to the XLS or image format.</para>
        <para>The following image displays the pivot grid exported to an image format using the Single Page layout mode. The dashed red line shows where the pivot grid will be cut off by the page boundaries if it is printed using this mode.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.RankBinding">
      <summary>
        <para>Defines the calculation of a ranking in the window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.RankBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.RankBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.RankBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.RankType,DevExpress.Xpf.PivotGrid.FieldSortOrder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.RankBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.RankBinding.Order">
      <summary>
        <para>Gets or sets the sort order required to assign a rank to each row within a partition.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> enumeration member that specifies the sort order.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankBinding.OrderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.RankBinding.Order"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.RankBinding.RankType">
      <summary>
        <para>Gets or sets the rank type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.RankType"/> enumeration member that specifies the rank type.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankBinding.RankTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.RankBinding.RankType"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.RankType">
      <summary>
        <para>Lists rank types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankType.Competition">
      <summary>
        <para>Equal values receive the same ranking number, and a gap occurs in the ranking numbers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankType.Dense">
      <summary>
        <para>Equal values receive the same ranking number, and the next item receives the following ranking number. No gap is left in ranking numbers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankType.Modified">
      <summary>
        <para>Equal values receive the same ranking number, and a gap occurs in the ranking numbers before the equal-ranking items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankType.Percentile">
      <summary>
        <para>The rank is the percentage of values that are equal to or higher (if the order is descending), or equal to or lower (if the order is ascending) than the current value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RankType.Unique">
      <summary>
        <para>Equal values receive distinct ordinal ranking numbers according to the order in which the values follow each other.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.RunningTotalBinding">
      <summary>
        <para>Defines the calculation that aggregates values cumulatively in the window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.RunningTotalBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.RunningTotalBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.RunningTotalBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.CalculationDirection,DevExpress.Xpf.PivotGrid.FieldSummaryType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.RunningTotalBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.RunningTotalBinding.#ctor(DevExpress.Xpf.PivotGrid.DataBinding,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.FieldSummaryType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.RunningTotalBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.RunningTotalBinding.SummaryType">
      <summary>
        <para>Gets or sets the type of aggregation used to calculate running totals.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.FieldSummaryType"/> enumeration value that specifies the type of aggregation.’</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.RunningTotalBinding.SummaryTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.RunningTotalBinding.SummaryType"/> dependency property</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.ScrollingMode">
      <summary>
        <para>Lists values specifying the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> scrolling mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.ScrollingMode.Line">
      <summary>
        <para>A row by row scrolling mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.ScrollingMode.Pixel">
      <summary>
        <para>A per-pixel scrolling mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.SelectMode">
      <summary>
        <para>Lists values that specify the selection mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SelectMode.MultiSelection">
      <summary>
        <para>An end-user can select several blocks of cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SelectMode.None">
      <summary>
        <para>Multiple cell selection is disabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SelectMode.SolidSelection">
      <summary>
        <para>An end-user can select a continuous block of cells.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.ShowFilterPanelMode">
      <summary>
        <para>Lists values that specify when the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/> displays the <see href="https://docs.devexpress.com/WPF/400735/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-panel">Filter Panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.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.PivotGrid.ShowFilterPanelMode.Never">
      <summary>
        <para>The filter panel is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.ShowFilterPanelMode.ShowAlways">
      <summary>
        <para>The filter panel is always shown at the bottom of the PivotGridControl.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.SortByCondition">
      <summary>
        <para>Represents a sort condition used to identify the column/row by whose values the other field values will be sorted.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.SortByCondition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.SortByCondition"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.SortByCondition.#ctor(DevExpress.Xpf.PivotGrid.PivotGridField,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.SortByCondition"/> class.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field to which the condition corresponds. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.Field">SortByCondition.Field</see> property.</param>
      <param name="value">An object that specifies the field value represented by the condition. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.Value">SortByCondition.Value</see> property.</param>
      <param name="olapUniqueName">A <see cref="T:System.String"/> that represents the unique name of the corresponding OLAP member. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.OlapUniqueMemberName">SortByCondition.OlapUniqueMemberName</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.SortByCondition.#ctor(DevExpress.Xpf.PivotGrid.PivotGridField,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.SortByCondition"/> class.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field to which the condition corresponds. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.Field">SortByCondition.Field</see> property.</param>
      <param name="value">An object that specifies the field value represented by the condition. This value is assigned to the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.Value">SortByCondition.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.SortByCondition.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldSortCondition)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.SortByCondition"/> class.</para>
      </summary>
      <param name="condition">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition"/> object, which is a Sort by Summary condition.</param>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.SortByCondition.Field">
      <summary>
        <para>Gets or sets the field to which the condition corresponds.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that represents the field to which the condition corresponds.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SortByCondition.FieldProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.Field">SortByCondition.Field</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.SortByCondition.OlapUniqueMemberName">
      <summary>
        <para>Gets or sets the unique name of the corresponding OLAP member.</para>
        <para>This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the unique name of the corresponding OLAP member.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SortByCondition.OlapUniqueMemberNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.OlapUniqueMemberName">SortByCondition.OlapUniqueMemberName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.SortByCondition.SerializedField">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.SortByCondition.Value">
      <summary>
        <para>Gets or sets the field value represented by the condition. This is a dependency property.</para>
      </summary>
      <value>An object that specifies the field value represented by the condition.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SortByCondition.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.SortByCondition.Value">SortByCondition.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.SortByConditionCollection">
      <summary>
        <para>A collection of sort conditions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.SortByConditionCollection.#ctor(DevExpress.Xpf.PivotGrid.PivotGridField)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.SortByConditionCollection"/> class.</para>
      </summary>
      <param name="field">A <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridField"/> object that specifies the data field.</param>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.StoreLayoutMode">
      <summary>
        <para>Lists options that specify which settings should be saved when saving the PivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.StoreLayoutMode.AllOptions">
      <summary>
        <para>All properties of the DXPivotGrid, marked with the DevExpress.Utils.Serializing.XtraSerializableProperty attribute, are saved\restored when saving\restoring the DXPivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.StoreLayoutMode.Appearance">
      <summary>
        <para>The appearance settings are saved\restored when saving\restoring the DXPivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.StoreLayoutMode.DataSettings">
      <summary>
        <para>The data settings are saved\restored when saving\restoring the DXPivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.StoreLayoutMode.Layout">
      <summary>
        <para>The layout settings are saved\restored when saving\restoring the DXPivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.StoreLayoutMode.PrintSettings">
      <summary>
        <para>The printing settings are saved\restored when saving\restoring the DXPivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.StoreLayoutMode.VisualOptions">
      <summary>
        <para>The visual settings are saved\restored when saving\restoring the DXPivotGrid’s layout.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.SummaryFilterMode">
      <summary>
        <para>Lists options that specify the aggregation level for summary filtering.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SummaryFilterMode.LastLevel">
      <summary>
        <para>Apply summary filtering to cells on the last level (a level identified by the last column and row fields).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.SummaryFilterMode.SpecificLevel">
      <summary>
        <para>Apply summary filtering to cells on the level identified by the <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterColumnField">PivotGridField.SummaryFilterColumnField</see> and <see cref="P:DevExpress.Xpf.PivotGrid.PivotGridField.SummaryFilterRowField">PivotGridField.SummaryFilterRowField</see> property values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition">
      <summary>
        <para>Represents a top/bottom format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.Rule">
      <summary>
        <para>Specifies the rule for the top/bottom conditional formatting.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Core.ConditionalFormatting.TopBottomRule"/> object, that is the rule formatting only top or bottom rank values.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.RuleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.Rule">TopBottomRuleFormatCondition.Rule</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.Threshold">
      <summary>
        <para>Specifies the number or percentage of cells to format.</para>
      </summary>
      <value>The number of cells to format.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.ThresholdProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.PivotGrid.TopBottomRuleFormatCondition.Threshold">TopBottomRuleFormatCondition.Threshold</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.UnboundExpressionMode">
      <summary>
        <para>Lists values that specify how the unbound expressions for data fields are calculated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UnboundExpressionMode.Default">
      <summary>
        <para>An unbound expression is calculated against each data source record, and then the resulting values are summarized.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UnboundExpressionMode.UseSummaryValues">
      <summary>
        <para>An unbound expression is calculated against summary values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.UseLightweightTemplates">
      <summary>
        <para>Lists values that specify whether to enable the lightweight templates feature.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UseLightweightTemplates.All">
      <summary>
        <para>Lightweight templates are enabled for all <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> and <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UseLightweightTemplates.Cell">
      <summary>
        <para>Lightweight templates are enabled for <see href="https://docs.devexpress.com/WPF/7984/controls-and-libraries/pivot-grid/ui-elements/cell">cells</see> only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UseLightweightTemplates.FieldValue">
      <summary>
        <para>Lightweight templates are enabled for <see href="https://docs.devexpress.com/WPF/7995/controls-and-libraries/pivot-grid/ui-elements/field-value">field values</see> only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UseLightweightTemplates.None">
      <summary>
        <para>Lightweight templates are disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.UserAction">
      <summary>
        <para>Lists values that specify end-user actions on the <see cref="T:DevExpress.Xpf.PivotGrid.PivotGridControl"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.FieldDrag">
      <summary>
        <para>An end-user drags the <see href="https://docs.devexpress.com/WPF/7993/controls-and-libraries/pivot-grid/ui-elements/field-header">field header</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.FieldFilter">
      <summary>
        <para>An end-user invokes the filter drop-down.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.FieldResize">
      <summary>
        <para>An end-user <see href="https://docs.devexpress.com/WPF/8340/controls-and-libraries/pivot-grid/end-user-capabilities/resizing-columns-and-rows">resizes</see> the column or row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.FieldUnboundExpression">
      <summary>
        <para>An end-user invokes the <see href="https://docs.devexpress.com/WPF/7554/common-concepts/expressions/expression-editor">Expression Editor</see> dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.FilterEditor">
      <summary>
        <para>A user invokes a <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor">Filter Editor</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.MenuOpen">
      <summary>
        <para>An end-user invokes a context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.None">
      <summary>
        <para>No action.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.UserAction.Prefilter">
      <summary>
        <para>A user invokes a <see href="https://docs.devexpress.com/WPF/400733/controls-and-libraries/pivot-grid/data-shaping/filtering/filter-editor#legacy-filter-editor">Prefilter</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.PivotGrid.WindowExpressionBinding">
      <summary>
        <para>Specifies a custom string expression with window functions to calculate values. Used as a PivotGrid’s field calculation databinding in Optimized mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.WindowExpressionBinding"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.#ctor(DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.CalculationDirection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.WindowExpressionBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.#ctor(DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.WindowExpressionBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.#ctor(System.String,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria,DevExpress.Xpf.PivotGrid.CalculationDirection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.WindowExpressionBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.#ctor(System.String,DevExpress.Xpf.PivotGrid.CalculationPartitioningCriteria)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.PivotGrid.WindowExpressionBinding"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.Expression">
      <summary>
        <para>Gets or sets a string expression with window functions.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.ExpressionProperty">
      <summary>
        <para>Idetnifies the <see cref="P:DevExpress.Xpf.PivotGrid.WindowExpressionBinding.Expression"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
  </members>
</doc>