File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.PivotGrid.v14.1.Core</name>
</assembly>
<members>
<member name="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject">
<summary>
<para>An appearance object used to print a pivot grid.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearanceObject.#ctor">
<summary>
<para>Initializes a new instance of the PrintAppearanceObject object with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.BackColor">
<summary>
<para>Specifies the background color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the background color.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.BackColor2">
<summary>
<para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.BackColor2"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.BorderColor">
<summary>
<para>Specifies the border color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the border color.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.DefaultFont">
<summary>
<para>Gets the default font of the appearance object.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object, specifying the default font.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.Font">
<summary>
<para>Specifies the font used to render the text.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object, specifying the font used to display element content.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.ForeColor">
<summary>
<para>Specifies the foreground color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure, specifying the foreground color.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.GradientMode">
<summary>
<para>Specifies the background gradient's direction.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Drawing2D.LinearGradientMode"/> enumeration value
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.Image">
<summary>
<para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.Image"/> property to hide it.
</para>
</summary>
<value>An <see cref="T:System.Drawing.Image"/> object.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.IsSetBackColor">
<summary>
<para>Indicates whether or not the <see cref="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.BackColor"/> property is set.
</para>
</summary>
<value><b>true</b> if a background color has been assigned; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.IsSetBorderColor">
<summary>
<para>Indicates whether or not the <see cref="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.BorderColor"/> property is set.
</para>
</summary>
<value><b>true</b> if a border color has been assigned; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.IsSetFont">
<summary>
<para>Indicates whether or not the <see cref="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.Font"/> property is set.
</para>
</summary>
<value><b>true</b> if a font has been assigned; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.IsSetForeColor">
<summary>
<para>Indicates whether or not the <see cref="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.ForeColor"/> property is set.
</para>
</summary>
<value><b>true</b> if a foreground color has been assigned; otherwise <b>false</b>.
</value>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearanceObject.Reset">
<summary>
<para>Reverts the appearance object's properties to their default values.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearanceObject.ShouldSerialize">
<summary>
<para>Tests whether or not the PrintAppearanceObject instance should be persisted.
</para>
</summary>
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.TextHorizontalAlignment">
<summary>
<para>Specifies the horizontal alignment of the appearance object's text.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> enumeration value, specifying the horizontal alignment of the text.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.TextOptions">
<summary>
<para>Overrides the <see cref="P:DevExpress.Utils.AppearanceObject.TextOptions"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintTextOptions"/> value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.TextVerticalAlignment">
<summary>
<para>Gets the vertical alignment of the appearance object's text.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.VertAlignment"/> enumeration value, specifying the vertical alignment of the text.
</value>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearanceObject.ToString">
<summary>
<para>Returns the textual representation of PrintAppearanceObject.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.Trimming">
<summary>
<para>Specifies the text trimming mode.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringTrimming"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearanceObject.WordWrap">
<summary>
<para>Specifies whether or not to wrap the text.
</para>
</summary>
<value><b>true</b> to enable word-wrapping; otherwise <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOLAPFilterUsingWhereClause">
<summary>
<para>Lists values that specify whether to use the WHERE clause in an MDX query, when filtering against filter fields in OLAP mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotOLAPFilterUsingWhereClause.Always">
<summary>
<para>The WHERE clause is always used when filtering against filter fields in OLAP mode.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotOLAPFilterUsingWhereClause.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.XtraPivotGrid.PivotOLAPFilterUsingWhereClause.Never">
<summary>
<para>The WHERE clause is never used when filtering against filter fields in OLAP mode. A subselect clause is used instead.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotOLAPFilterUsingWhereClause.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.XtraPivotGrid.PivotChartItemDataMember">
<summary>
<para>Lists values that specify the type of a chart data member.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartItemDataMember.Argument">
<summary>
<para>A series point's argument.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartItemDataMember.Series">
<summary>
<para>A series.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartItemDataMember.Value">
<summary>
<para>A series point's value.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotTotalsLocation">
<summary>
<para>Lists values that specify the location of the column totals.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTotalsLocation.Far">
<summary>
<para><para>Column Totals are displayed to the right of the column field values.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTotalsLocation.Near">
<summary>
<para><para>Column Totals are displayed to the left of the column field values.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotChartFieldValuesProvideMode.Default">
<summary>
<para>Field value is exported to provide the best representation in a chart.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartFieldValuesProvideMode.DisplayText">
<summary>
<para>Field value is always exported as a string.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartFieldValuesProvideMode.Value">
<summary>
<para>Field value is exported using its type, when possible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData">
<summary>
<para>Represents a cell created when splitting a field value cell.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.FieldValueSplitData.#ctor(System.Object,System.Int32)">
<summary>
<para>Initializes a new instance of the FieldValueSplitData class.
</para>
</summary>
<param name="value">
The value that will be contained in the new cell. Assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.FieldValueSplitData.Value"/> property.
</param>
<param name="nestedCellCount">
An integer value that specifies the number of cells nested in the new cell. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.FieldValueSplitData.NestedCellCount"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueSplitData.NestedCellCount">
<summary>
<para>Gets or sets the number of cells nested in the new cell.
</para>
</summary>
<value>An integer value that specifies the number of cells nested in the new cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueSplitData.Value">
<summary>
<para>Gets or sets the value of the new cell.
</para>
</summary>
<value>The value of the new cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells">
<summary>
<para>Represents a read-only collection of data cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.#ctor(System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the ReadOnlyCells class, and adds a single cell to the collection.
</para>
</summary>
<param name="cell">
A <see cref="T:System.Drawing.Point"/> structure that represents the coordinates of the cell to be added to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.#ctor(System.Collections.Generic.List`1)">
<summary>
<para>Initializes a new instance of the ReadOnlyCells class.
</para>
</summary>
<param name="cells">
A list of <see cref="T:System.Drawing.Point"/> structures that represent the coordinates of cells that should be added to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.Contains(System.Drawing.Point)">
<summary>
<para>Returns whether the collection contains a cell with the specified coordinates.
</para>
</summary>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure that represents the coordinates of the cell to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified cell; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.CopyTo(System.Collections.Generic.List`1)">
<summary>
<para>Copies the cells contained within the current collection to the specified list.
</para>
</summary>
<param name="cells">
A list of <see cref="T:System.Drawing.Point"/> structures where the cells should be copied from the current collection.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.Count">
<summary>
<para>Gets the number of elements in the collection.
</para>
</summary>
<value>An integer value that specifies the number of elements in the collection.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.Empty">
<summary>
<para>An empty collection of cells.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.GetEnumerator">
<summary>
<para>Returns an enumerator that iterates through the ReadOnlyCells collection.
</para>
</summary>
<returns>An object that implements the <b>System.Collections.Generic.IEnumerator</b> interface and represents an enumerator used to iterate through the collection.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.IsEmpty">
<summary>
<para>Gets whether the collection is empty.
</para>
</summary>
<value><b>true</b> if the collection is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.Item(System.Int32)">
<summary>
<para>Provides indexed access to the collection elements.
</para>
</summary>
<param name="index">
An integer value that specifies the zero-based index of the required cell. If it is negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:System.Drawing.Point"/> structure that represents the coordinates of the cell with the specified index.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells.Rectangle">
<summary>
<para>Gets the rectangle that bounds the cells.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object that specifies the rectangle that bounds the cells.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Selection.IMultipleSelection">
<summary>
<para>When implemented, provides the capability to select multiple blocks of cells.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.Selection.IMultipleSelection.SelectedCells">
<summary>
<para>Gets the collection of the selected cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Selection.ReadOnlyCells"/> object that represents the read-only collection containing the selected cells.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Selection.IMultipleSelection.SetSelection(System.Drawing.Point[])">
<summary>
<para>Selects the specified cells.
</para>
</summary>
<param name="points">
An array of <see cref="T:System.Drawing.Point"/> structures that specifies the coordinates of the cells that should be selected.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.FieldValueCellBase">
<summary>
<para>Serves as the base for classes that represent field value cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the FieldValueCellBase class.
</para>
</summary>
<param name="item">
A <b>DevExpress.XtraPivotGrid.Data.PivotFieldValueItem</b> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.CanExpand">
<summary>
<para>Gets whether an end-user can expand/collapse the field value.
</para>
</summary>
<value><b>true</b> if an end-user can expand/collapse the field value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.DisplayText">
<summary>
<para>Gets the text displayed within the cell.
</para>
</summary>
<value>A <see cref="T:System.String"/> that represents the text displayed within the cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.EndLevel">
<summary>
<para>Gets the index of the last column or row level occupied by the cell.
</para>
</summary>
<value>An integer value that represents the zero-based index of the last column or row level occupied by the cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.IsCollapsed">
<summary>
<para>Gets whether the field value is collapsed.
</para>
</summary>
<value><b>true</b> if the field value is collapsed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.IsColumn">
<summary>
<para>Gets whether the cell is a column header.
</para>
</summary>
<value><b>true</b> if the cell is a column header; <b>false</b> if the cell is a row header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.IsVisible">
<summary>
<para>Gets whether the cell is visible.
</para>
</summary>
<value><b>true</b> if the cell is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.MaxIndex">
<summary>
<para>Gets the index of the last nested cell at the last column/row level.
</para>
</summary>
<value>An integer value that specifies the zero-based index of the last nested cell at the last column/row level.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.MinIndex">
<summary>
<para>Gets the index of the first nested cell at the last column/row level.
</para>
</summary>
<value>An integer value that specifies the zero-based index of the first nested cell at the last column/row level.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.StartLevel">
<summary>
<para>Gets the first column or row level occupied by the cell.
</para>
</summary>
<value>An integer value that represents the zero-based index of the first column or row level occupied by the cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.Value">
<summary>
<para>Gets the field value represented by the cell.
</para>
</summary>
<value>The field value represented by the cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.FieldValueCellBase.ValueType">
<summary>
<para>Gets the type of the cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration member that specifies the type of the cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.GrandTotalLocation">
<summary>
<para>Lists values that specify the location of Grand Total rows and columns.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Data.GrandTotalLocation.Far">
<summary>
<para>Grand Total columns are displayed to the right of the column field values. Grand Total rows are displayed under the row field values.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Data.GrandTotalLocation.Near">
<summary>
<para>Grand Total columns are displayed to the left of the column field values. Grand Total rows are displayed above the row field values.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase">
<summary>
<para>Serves as the base for classes that provide data for the <b>CustomFieldValueCells</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.#ctor(DevExpress.XtraPivotGrid.Data.PivotVisualItemsBase)">
<summary>
<para>Initializes a new instance of the PivotCustomFieldValueCellsEventArgsBase class.
</para>
</summary>
<param name="items">
A <b>DevExpress.XtraPivotGrid.Data.PivotVisualItemsBase</b> class descendant.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.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.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.GetCellCount(System.Boolean)">
<summary>
<para>Returns the number of field value cells in the specified area.
</para>
</summary>
<param name="isColumn">
<b>true</b> to return the number of column field value cells; <b>false</b> 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.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.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.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.GetGrandTotalLocation(System.Boolean)">
<summary>
<para>Returns the location of Grand Total columns or rows.
</para>
</summary>
<param name="isColumn">
<b>true</b> to return the location of Grand Total columns; <b>false</b> to return the location of Grand Total rows.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.Data.GrandTotalLocation"/> enumeration member that specifies the location of Grand Totals.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.GetLevelCount(System.Boolean)">
<summary>
<para>Returns the number of column or row levels.
</para>
</summary>
<param name="isColumn">
<b>true</b> to return the number of column levels; <b>false</b> 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.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.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><b>true</b> if the area where the field value cells reside needs to be redrawn after the event is handled; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.Remove(DevExpress.XtraPivotGrid.Data.FieldValueCellBase)">
<summary>
<para>Removes the specified field value cell.
</para>
</summary>
<param name="cell">
A <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueCellBase"/> descendant that represents the field value cell to remove.
</param>
<returns><b>true</b> if the specified cell has been found and removed; <b>false</b> if the specified cell has not been found.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.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.XtraPivotGrid.Data.PivotCustomFieldValueCellsEventArgsBase.SetGrandTotalLocation(System.Boolean,DevExpress.XtraPivotGrid.Data.GrandTotalLocation)">
<summary>
<para>Sets the location of Grand Total columns or rows to the specified value.
</para>
</summary>
<param name="isColumn">
<b>true</b> to set the location of Grand Total columns; <b>false</b> to set the location of Grand Total rows.
</param>
<param name="location">
A <see cref="T:DevExpress.XtraPivotGrid.Data.GrandTotalLocation"/> enumeration member that specifies the location of Grand Totals.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldPropertyName">
<summary>
<para>Lists values that identify properties of fields.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotFieldPropertyName.FieldName">
<summary>
<para>Identifies the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.FieldName"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotFieldPropertyName.SortOrder">
<summary>
<para>Identifies the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SortOrder"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotFieldPropertyName.SummaryType">
<summary>
<para>Identifies the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryType"/> property.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridAdomdDataSource">
<summary>
<para>An ADOMD.NET datasource.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAdomdDataSource.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridAdomdDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAdomdDataSource.#ctor(DevExpress.XtraPivotGrid.AdomdVersion)">
<summary>
<para>Initializes a new instance of the PivotGridAdomdDataSource class, using the specified ADOMD.NET version.
</para>
</summary>
<param name="version">
An <see cref="T:DevExpress.XtraPivotGrid.AdomdVersion"/> enumeration member specifying the ADOMD.NET version to use.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAdomdDataSource.ConnectionString">
<summary>
<para>Specifies a connection string to a cube in an MS Analysis Services database.
</para>
</summary>
<value>A connection string.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotDataSource">
<summary>
<para>Serves as the base for classes that represent data sources provided by the pivot grid control (e.g. summary data source, drill-down data source).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDataSource.Dispose">
<summary>
<para>Disposes of the data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDataSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDataSource.GetListName(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDataSource.GetRowIndex(System.Object)">
<summary>
<para>When overridden in descendant classes, returns the index of the specified row.
</para>
</summary>
<param name="value">
A data source row.
</param>
<returns>Always <b>-1</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotDataSource.IsLive">
<summary>
<para>When overridden in descendant classes, gets or sets whether to update the data source when the pivot grid data changes.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotDataSource.ListChanged">
<summary>
<para>Occurs after the data source has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotDataSource.RowCount">
<summary>
<para>When overridden in descendant classes, gets the number of rows in the data source.
</para>
</summary>
<value>Always <b>0</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection">
<summary>
<para>Represent a collection of sort conditions.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the PivotGridFieldSortConditionCollection class.
</para>
</summary>
<param name="owner">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the field whose values will be sorted by the column or row represented by the current PivotGridFieldSortConditionCollection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.AddRange(System.Collections.Generic.IList`1)">
<summary>
<para>Adds the specified sort conditions to the collection.
</para>
</summary>
<param name="conditions">
A list of <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition"/> objects representing sort conditions that should be added to the current collection.
</param>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.Changed">
<summary>
<para>Occurs after the collection has been changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.Contains(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns whether the collection contains a sort condition that corresponds to the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the pivot grid field.
</param>
<returns><b>true</b> if the collection contains a sort condition that corresponds to the specified field; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.GetSortedConditions">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.IndexOf(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns the index of the sort condition that corresponds to the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the pivot grid field.
</param>
<returns>An integer value that specifies the zero-based index of the sort condition that corresponds to the specified field.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection.Item(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Gets the sort condition by the corresponding field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the pivot grid field.
</param>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition"/> object specifying the sort condition that corresponds to the specified field.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOptionsFilterEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOptionsFilterEventArgs.IsUpdateRequired">
<summary>
<para>Gets whether the pivot grid will be redrawn after the event is raised.
</para>
</summary>
<value><b>true</b> if the pivot grid will be redrawn after the event is raised; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotOptionsFilterEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotOptionsFilterEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase">
<summary>
<para>Serves as the base class for classes that represent options affecting data filtering.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.#ctor(DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsFilterBase class.
</para>
</summary>
<param name="optionsChanged">
The <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged"/> event handler.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.#ctor(DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsFilterBase class. For internal use.
</para>
</summary>
<param name="optionsChanged">
The <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged"/> event handler.
</param>
<param name="viewBagOwner">
An object that implements the IViewBagOwner interface.
</param>
<param name="projectPath">
The string value.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.GroupFilterMode">
<summary>
<para>Gets or sets the filtering mode used for field groups.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterMode"/> enumeration member that specifies the filtering mode used for field groups.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged">
<summary>
<para>Occurs after any option has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.ShowOnlyAvailableItems">
<summary>
<para>Gets or sets whether filter items that cannot be displayed because of filtering applied to other fields should be hidden.
</para>
</summary>
<value><b>true</b> to hide filter items that cannot be displayed because of filtering applied to other fields; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsPrint">
<summary>
<para>Provides print options for the PivotGrid controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsPrint class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the options object passed as the parameter to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.ColumnFieldValueSeparator">
<summary>
<para>Gets or sets the distance between the values of column fields when the pivot grid is printed.
</para>
</summary>
<value>An integer value which specifies the distance between column field values, in pixels, when the pivot grid is printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.FilterSeparatorBarPadding">
<summary>
<para>Gets or sets the vertical distance between filter field headers headers and the main part of the printed pivot grid.
</para>
</summary>
<value>An integer value which specifies the vertical distance between filter field headers and the main part of the printed pivot grid.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.GetPrintHeaders(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Indicates whether the headers located within the specified area are printed.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which specifies the area in which the pivot grid fields can be displayed.
</param>
<returns>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether the headers located within the specified area are printed.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.IsMergeFieldValues(System.Boolean)">
<summary>
<para>Returns whether the values of outer column or row fields are merged when a pivot grid is printed.
</para>
</summary>
<param name="isColumn">
<b>true</b> to check whether outer column field values will be merged; <b>false</b> to check whether outer row field values will be merged.
</param>
<returns><b>true</b> if field values will be merged; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.MergeColumnFieldValues">
<summary>
<para>Gets or sets whether the values of outer column fields are merged when a pivot grid is printed.
</para>
</summary>
<value><b>true</b> if the values of outer column fields are merged; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.MergeRowFieldValues">
<summary>
<para>Gets or sets whether the values of outer row fields are merged when a pivot grid is printed.
</para>
</summary>
<value><b>true</b> if the values of outer row fields are merged; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PageSettings">
<summary>
<para>Provides access to the page settings to print the PivotGrid control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridPageSettings"/> object representing PivotGrid control's page settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintColumnHeaders">
<summary>
<para>Gets or sets whether column field headers are printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether column field headers are printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintDataHeaders">
<summary>
<para>Gets or sets whether data field headers are printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether data field headers are printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintFilterHeaders">
<summary>
<para>Gets or sets whether filter field headers are printed.
</para>
</summary>
<value>A DevExpress.Utils.DefaultBoolean enumeration value which specifies whether filter field headers are printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintHeadersOnEveryPage">
<summary>
<para>Gets or sets whether to print column headers on every page.
</para>
</summary>
<value><b>true</b> to print column headers on every page; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintHorzLines">
<summary>
<para>Gets or sets whether horizontal grid lines are printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether horizontal grid lines are printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintRowHeaders">
<summary>
<para>Gets or sets whether row field headers are printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether row field headers are printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintUnusedFilterFields">
<summary>
<para>Gets or sets whether unused filter fields are printed/exported.
</para>
</summary>
<value><b>true</b> if unused filter fields are printed/exported; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.PrintVertLines">
<summary>
<para>Gets or sets whether vertical grid lines are printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether vertical grid lines are printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.RowFieldValueSeparator">
<summary>
<para>Gets or sets the distance between row field values when the pivot grid is printed.
</para>
</summary>
<value>An integer value which specifies the distance between row field values, in pixels, when the pivot grid is printed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.UsePrintAppearance">
<summary>
<para>Gets or sets whether print appearances are used when the pivot grid is printed.
</para>
</summary>
<value><b>true</b> to use print appearances; <b>false</b> to use the pivot grid's appearances.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsPrint.VerticalContentSplitting">
<summary>
<para>Gets or sets whether a cell is allowed to be split across pages.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPrinting.VerticalContentSplitting"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures">
<summary>
<para>Contains the names of the OLAP measures that represent values of a particular KPI.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the PivotOLAPKPIMeasures class.
</para>
</summary>
<param name="kpiName">
A <see cref="T:System.String"/> specifying the name of the KPI. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.KPIName"/> property.
</param>
<param name="value">
A <see cref="T:System.String"/> specifying the name of the measure that stores the KPI's actually achieved value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.ValueMeasure"/> property.
</param>
<param name="goal">
A <see cref="T:System.String"/> specifying the name of the measure that stores the KPI's goal value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.GoalMeasure"/> property.
</param>
<param name="status">
A <see cref="T:System.String"/> specifying the name of the measure that stores the KPI's status value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.StatusMeasure"/> property.
</param>
<param name="trend">
A <see cref="T:System.String"/> specifying the name of the measure that stores the KPI's trend value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.TrendMeasure"/> property.
</param>
<param name="weight">
A <see cref="T:System.String"/> specifying the name of the measure that stores the KPI's weight value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.WeightMeasure"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.#ctor(DevExpress.Data.IO.TypedBinaryReader)">
<summary>
<para>Initializes a new instance of the PivotOLAPKPIMeasures class.
</para>
</summary>
<param name="reader">
A binary stream reader used to load the object's data from a binary stream.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.#ctor(DevExpress.PivotGrid.OLAP.SchemaEntities.IOLAPKpi)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="kpi">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.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.XtraPivotGrid.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="M:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.SaveToStream(DevExpress.Data.IO.TypedBinaryWriter)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="writer">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.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="M:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures.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.XtraPivotGrid.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.XtraPivotGrid.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.XtraPivotGrid.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.XtraPivotGrid.PivotOLAPKPIValue">
<summary>
<para>Represents values of a KPI.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.#ctor(System.Object,System.Object,System.Int32,System.Int32,System.Double)">
<summary>
<para>Initializes a new instance of the PivotOLAPKPIValue class.
</para>
</summary>
<param name="value">
The KPI's actually achieved value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Value"/> property.
</param>
<param name="goal">
The KPI's goal value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Goal"/> property.
</param>
<param name="status">
An integer value (<b>1</b>, <b>0</b> or <b>-1</b>) that specifies the KPI's status. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Status"/> property.
</param>
<param name="trend">
An integer value (<b>1</b>, <b>0</b> or <b>-1</b>) that specifies the KPI's trend. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Trend"/> property.
</param>
<param name="weight">
A <see cref="T:System.Double"/> value that specifies the KPI's weight. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Weight"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Goal">
<summary>
<para>Gets the KPI's goal value.
</para>
</summary>
<value>The KPI's goal value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Status">
<summary>
<para>Gets the KPI's status value.
</para>
</summary>
<value>An integer value (<b>1</b>, <b>0</b> or <b>-1</b>) that specifies the KPI's status.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOLAPKPIValue.Trend">
<summary>
<para>Gets the KPI's trend value.
</para>
</summary>
<value>An integer value (<b>1</b>, <b>0</b> or <b>-1</b>) that specifies the KPI's trend.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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.XtraPivotGrid.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.XtraPivotGrid.Data.PivotGridFilterItems">
<summary>
<para>Represents a collection of filter items. For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the PivotGridFilterItems class. For internal use.
</para>
</summary>
<param name="data">
</param>
<param name="field">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Boolean)">
<summary>
<para>Initializes a new instance of the PivotGridFilterItems class. For internal use.
</para>
</summary>
<param name="data">
</param>
<param name="field">
</param>
<param name="radioMode">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the PivotGridFilterItems class. For internal use.
</para>
</summary>
<param name="data">
</param>
<param name="field">
</param>
<param name="radioMode">
</param>
<param name="showOnlyAvailableItems">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Boolean,System.Boolean,System.Boolean)">
<summary>
<para>Initializes a new instance of the PivotGridFilterItems class. For internal use.
</para>
</summary>
<param name="data">
</param>
<param name="field">
</param>
<param name="radioMode">
</param>
<param name="showOnlyAvailableItems">
</param>
<param name="deferUpdates">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.BlankItem">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.EnsureAvailableItems">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.EnsureAvailableItemsAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="completed">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.FilterValues">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.Group">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.HasBlankItem">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.LoadValues(System.Object[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="parentValues">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.LoadValuesAsync(System.Object[],DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="parentValues">
</param>
<param name="asyncCompleted">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItems.PersistentString">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Data.PivotGrid.PivotSummaryDisplayType">
<summary>
<para>Contains options that specify how summary values are displayed within cells ("as is" or adjusted using a specific predefined algorithm).
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.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.Data.PivotGrid.PivotSummaryDisplayType.Default">
<summary>
<para>The calculated summary values are displayed "as is".
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.Index">
<summary>
<para>An <i>index</i> value that reflects the summary value's importance in its row and column context. This value is calculated as follows:
<para>((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumn">
<summary>
<para>For data cells, the percentage of the column's total value is displayed; for total cells, the percentage of the column's grand total value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfColumnGrandTotal">
<summary>
<para>Percent of the summary in the Column Grand Total value.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfGrandTotal">
<summary>
<para>Percent of the summary in the Grand Total value.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfRow">
<summary>
<para>For data cells, the percentage of the row's total value is displayed; for total cells, the percentage of the row's grand total value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfRowGrandTotal">
<summary>
<para>Percent of the summary in the Row Grand Total value.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.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.Data.PivotGrid.PivotSummaryDisplayType.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.Data.PivotGrid.PivotSummaryDisplayType.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.Data.PivotGrid.PivotSummaryDisplayType.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.Data.PivotGrid.PivotSummaryDisplayType.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.XtraPivotGrid.Data.PivotGridFilterItem">
<summary>
<para>Represents a filter item.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.#ctor(System.Object,System.String,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the PivotGridFilterItem class.
</para>
</summary>
<param name="value">
A field value that corresponds to the current filter value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Value"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> that specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Text"/> property.
</param>
<param name="isChecked">
<b>true</b> if the item should be checked; <b>false</b> if it should be unchecked; <b>null</b> if its check state should be indeterminate. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.IsChecked"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.#ctor(System.Object,System.String,System.Nullable`1,System.Boolean)">
<summary>
<para>Initializes a new instance of the PivotGridFilterItem class.
</para>
</summary>
<param name="value">
A field value that corresponds to the current filter value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Value"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> that specifies the item's caption. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Text"/> property.
</param>
<param name="isChecked">
<b>true</b> if the item should be checked; <b>false</b> if it should be unchecked; <b>null</b> if its check state should be indeterminate. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.IsChecked"/> property.
</param>
<param name="isVisible">
<b>true</b> if the item should be visible; otherwise, <b>false</b>. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.IsVisible"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.IsBlank">
<summary>
<para>Gets whether the filter item represents the blank field value.
</para>
</summary>
<value><b>true</b> if the filter item represents the blank field value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.IsChecked">
<summary>
<para>Gets or sets the check state of the filter item.
</para>
</summary>
<value><b>true</b> if the item is checked; <b>false</b> if it is unchecked; <b>null</b> if its check state is indeterminate.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.IsVisible">
<summary>
<para>Gets or sets whether the filter item is visible.
</para>
</summary>
<value><b>true</b> if the filter item is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Level">
<summary>
<para>Gets the hierarchy level of the filter item when overridden in descendant classes.
</para>
</summary>
<value>Always returns <b>0</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Text">
<summary>
<para>Gets or sets the caption of the filter item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the caption of the filter item.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.ToString">
<summary>
<para>Returns the textual representation of the filter item.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that specifies the textual representation of the filter item.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem.Value">
<summary>
<para>Gets or sets the field value represented by the filter item.
</para>
</summary>
<value>The field value represented by the filter item.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition">
<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.XtraPivotGrid.PivotGridFieldSortCondition.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Object)">
<summary>
<para>Initializes a new instance of the PivotGridFieldSortCondition class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the field to which the condition corresponds. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.Field"/> 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.XtraPivotGrid.PivotGridFieldSortCondition.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Object,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridFieldSortCondition class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the field to which the condition corresponds. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.Field"/> 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.XtraPivotGrid.PivotGridFieldSortCondition.Value"/> 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.XtraPivotGrid.PivotGridFieldSortCondition.OLAPUniqueMemberName"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridFieldSortCondition class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the PivotGridFieldSortCondition class.
</para>
</summary>
<param name="item">
A PivotFieldValueItem object.
</param>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.Changed">
<summary>
<para>Occurs after one of the current object's properties has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.Field">
<summary>
<para>Gets or sets the field to which the condition corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object that represents the field to which the condition corresponds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.FieldComponentName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.IsEqual(DevExpress.XtraPivotGrid.PivotGridFieldSortCondition,System.Comparison`1,System.Boolean)">
<summary>
<para>Returns whether the specified condition matches the current one.
</para>
</summary>
<param name="condition">
A PivotGridFieldSortCondition object that specifies the condition that should be compared with the current one.
</param>
<param name="compareValues">
A <b>System.Comparison</b> descendant that represents the method used to compare conditions.
</param>
<param name="isOLAP">
<b>true</b> if the conditions represent OLAP members; otherwise, <b>false</b>.
</param>
<returns><b>true</b> if the specified condition matches the current one; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.OLAPUniqueMemberName">
<summary>
<para>Gets or sets the unique name of the corresponding OLAP member.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the unique name of the corresponding OLAP member.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition.Value">
<summary>
<para>Gets or sets the field value represented by the condition.
</para>
</summary>
<value>An object that specifies the field value represented by the condition.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection">
<summary>
<para>Represents a collection of group filter values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.#ctor(DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent)">
<summary>
<para>Initializes a new instance of the PivotGroupFilterValuesCollection class.
</para>
</summary>
<param name="owner">
An object implementing the <b>DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent</b> interface that represents the owner of the collection (e.g., a <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValue"/> or <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValues"/> object).
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Add(DevExpress.XtraPivotGrid.PivotGroupFilterValue)">
<summary>
<para>Adds the specified filter value to the collection.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValue"/> object representing the filter value that should be added to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.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.XtraPivotGrid.PivotGroupFilterValue"/> object representing the filter value that has been added to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.AfterDeserializeCollection(System.String,DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
</param>
<param name="e">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.BeforeDeserializeCollection(System.String,DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
</param>
<param name="e">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Clear">
<summary>
<para>Clears the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.ClearCollection(System.String,DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
</param>
<param name="e">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Clone(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection)">
<summary>
<para>Copies the specified collection to the other PivotGroupFilterValuesCollection object.
</para>
</summary>
<param name="src">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection"/> object that specifies the collection that should be copied to the <i>dest</i> collection.
</param>
<param name="dest">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection"/> object that specifies the collection to which the <i>src</i> collection should be copied.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.ContainsValue(System.Object)">
<summary>
<para>Returns whether the filter value that corresponds to the specified field value is contained in the collection.
</para>
</summary>
<param name="value">
An object representing the field value.
</param>
<returns><b>true</b> if the filter value that corresponds to the specified field value is contained in the collection; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Count">
<summary>
<para>Gets the number of filter values in the collection.
</para>
</summary>
<value>An integer value representing the number of filter values in the collection.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.CreateCollectionItem(System.String,DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
</param>
<param name="e">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.FindAll(System.Predicate`1)">
<summary>
<para>Returns all group filter values that meet the specified condition.
</para>
</summary>
<param name="predicate">
A <b>System.Predicate</b> that specifies the condition used to select the required collection elements.
</param>
<returns>A list of <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValue"/> objects that represent the group filter values that meet the specified condition.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.IsEmpty">
<summary>
<para>Gets whether the collection is empty.
</para>
</summary>
<value><b>true</b> if the collection is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.IsEquals(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection)">
<summary>
<para>Returns whether the specified collections match.
</para>
</summary>
<param name="a">
The first filter values collection to be compared.
</param>
<param name="b">
The second filter values collection to be compared.
</param>
<returns><b>true</b> if the specified collections match; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.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.XtraPivotGrid.PivotGroupFilterValue"/> object representing the filter value that corresponds to the specified field value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Items">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Remove(DevExpress.XtraPivotGrid.PivotGroupFilterValue)">
<summary>
<para>Removes the specified filter value from the collection.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValue"/> object representing the filter value that should be removed from the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.Remove(System.Object)">
<summary>
<para>Removes the filter value that corresponds to the specified field value.
</para>
</summary>
<param name="value">
An object representing the field value to which the filter value that should be removed corresponds.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.SetIndexCollectionItem(System.String,DevExpress.Utils.Serializing.XtraSetItemIndexEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="propertyName">
</param>
<param name="e">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.ToList">
<summary>
<para>Returns the collection elements as a list.
</para>
</summary>
<returns>A list of group filter values.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection.ToString">
<summary>
<para>Returns the collection elements number as text.
</para>
</summary>
<returns>A <see cref="T:System.String"/> that contains the number of filter values in the collection.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupFilterValues">
<summary>
<para>Represents a group filter condition.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.#ctor(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Initializes a new instance of the PivotGroupFilterValues class.
</para>
</summary>
<param name="group">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object, representing the owner field group. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Group"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.#ctor(DevExpress.XtraPivotGrid.PivotGridGroup,DevExpress.XtraPivotGrid.PivotFilterType)">
<summary>
<para>Initializes a new instance of the PivotGroupFilterValues class.
</para>
</summary>
<param name="group">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object that represents the owner field group. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Group"/> property.
</param>
<param name="filterType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> enumeration member that specifies the filter type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.FilterType"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.AllowProperty(DevExpress.Utils.OptionsLayoutBase,System.String,System.Int32)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="options">
</param>
<param name="propertyName">
</param>
<param name="id">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Assign(DevExpress.XtraPivotGrid.PivotGroupFilterValues)">
<summary>
<para>Initializes the current PivotGroupFilterValues object with the specified one.
</para>
</summary>
<param name="src">
A PivotGroupFilterValues object that will be used to initialize the current object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.BeginUpdate">
<summary>
<para>Locks the PivotGroupFilterValues object by disallowing visual updates until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.CancelUpdate">
<summary>
<para>Unlocks the PivotGroupFilterValues object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Clone">
<summary>
<para>Returns a copy of the current object.
</para>
</summary>
<returns>A PivotGroupFilterValues object that represents the copy of the current object.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Contains(System.Object,System.Object[])">
<summary>
<para>Returns whether the current filter condition allows processing the specified group value.
</para>
</summary>
<param name="value">
The field value.
</param>
<param name="parentValues">
Parent values of the field value specified by the <i>value</i> parameter.
</param>
<returns><b>true</b> if the current filter condition allows processing the specified group value with all its child values; <b>null</b> (<b>Nothing</b> in Visual Basic) if some of the child values are processed, while others are not; <b>false</b> if the specified group value is not processed.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Contains(System.Object,System.Object[],System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<param name="parentValues">
</param>
<param name="invertExcluded">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Count">
<summary>
<para>Gets the number of filter values.
</para>
</summary>
<value>An integer value specifying the number of filter values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.DeferFilterString">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.EndUpdate">
<summary>
<para>Unlocks the PivotGroupFilterValues object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.FilterType">
<summary>
<para>Gets or sets the filter type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> enumeration member that specifies the filter type.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.FindFilterValue(System.Object[])">
<summary>
<para>Returns a filter value that corresponds to the specified group value.
</para>
</summary>
<param name="values">
An array of field values that identify the group value.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValue"/> object, which is a filter value that corresponds to the specified group value; <b>null</b> (<b>Nothing</b> in Visual Basic) if the required filter value has not been found.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Group">
<summary>
<para>Gets the owner field group.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object that represents the owner group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.HasFilter">
<summary>
<para>Gets whether the filter condition is not empty.
</para>
</summary>
<value><b>true</b> if the filter condition is not empty; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.IsEmpty">
<summary>
<para>Gets whether the filter condition is empty.
</para>
</summary>
<value><b>true</b> if the filter condition is empty; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.IsEquals(DevExpress.XtraPivotGrid.PivotGroupFilterValues)">
<summary>
<para>Returns whether the current PivotGroupFilterValues object matches the specified one.
</para>
</summary>
<param name="b">
A PivotGroupFilterValues object that should be compared with the current one.
</param>
<returns><b>true</b> if the current PivotGroupFilterValues object matches the specified one; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Reset">
<summary>
<para>Clears the filter values collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.ResetProperties(DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="options">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.SetValues(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean)">
<summary>
<para>Adds the specified filter values to the collection, and sets the filter type to the specified value.
</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"/> property.
</param>
<param name="filterType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> object that specifies the filter type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.FilterType"/> property.
</param>
<param name="allowOnChanged">
<b>true</b> to allow raising <b>OnChanged</b> events; otherwise, <b>false</b>.
</param>
<returns><b>true</b> if the specified values differ from the current ones; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.SetValuesAsync(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="values">
</param>
<param name="filterType">
</param>
<param name="allowOnChanged">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.SetValuesAsync(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="values">
</param>
<param name="allowOnChanged">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValues.SetValuesAsync(DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection,DevExpress.XtraPivotGrid.PivotFilterType,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="values">
</param>
<param name="filterType">
</param>
<param name="handler">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValues.Values">
<summary>
<para>Gets the collection of filter values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection"/> object representing the collection of filter values.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupFilterValue">
<summary>
<para>Represents a group filter value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValue.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the PivotGroupFilterValue class.
</para>
</summary>
<param name="value">
An object that represents the corresponding field value. This value is assigned to the <b>DevExpress.XtraPivotGrid.PivotFilterValue.Value</b> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValue.ChildValues">
<summary>
<para>Gets the collection of the filter value's child values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValuesCollection"/> object representing the collection of child values.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupFilterValue.Clear">
<summary>
<para>Clears the child values collection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValue.Field">
<summary>
<para>Gets the field to which the filter value corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant, representing the field to which the filter value corresponds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValue.IsLastLevel">
<summary>
<para>Gets whether the field to which the filter value corresponds is the last in the group.
</para>
</summary>
<value><b>true</b> if the field to which the filter value corresponds is the last in the group; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupFilterValue.Level">
<summary>
<para>Gets the hierarchy level of the field to which the filter value corresponds.
</para>
</summary>
<value>An integer value representing the hierarchy level of the field to which the filter value corresponds.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridResetOptions">
<summary>
<para>Lists values that specify which options are reset before loading the layout.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.All">
<summary>
<para>All options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.None">
<summary>
<para>No options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsBehavior">
<summary>
<para>Behavior options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsChartDataSource">
<summary>
<para>Options related to the Chart control integration are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsCustomization">
<summary>
<para>Customization options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsData">
<summary>
<para>Data options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsDataField">
<summary>
<para>Options related to the presentation of data fields are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsFilterPopup">
<summary>
<para>Filter drop-down options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsHint">
<summary>
<para>Hint options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsLayout">
<summary>
<para>Reset options that specify how a control layout is stored to, and restored from a storage.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsLoadingPanel">
<summary>
<para>Loading Panel options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsMenu">
<summary>
<para>Menu options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsOLAP">
<summary>
<para>OLAP options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsPrint">
<summary>
<para>Print options are reset.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridResetOptions.OptionsSelection">
<summary>
<para>Selection options are reset.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.DataFieldUnboundExpressionMode">
<summary>
<para>Lists values that specify how the unbound expressions for data fields are calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.DataFieldUnboundExpressionMode.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.XtraPivotGrid.DataFieldUnboundExpressionMode.UseSummaryValues">
<summary>
<para>An unbound expression is calculated against summary values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.Localization.PivotGridStringId">
<summary>
<para>Lists values corresponding to strings that can be localized.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_BottomPanelOnly1by4Layout">
<summary>
<para>The alternative text for the image corresponding to the 'Areas Section Only (1 by 4)' layout, displayed in the Customization Form Layout menu.
<para><b>Default value</b>: [Bottom Panel Only 1 by 4 Layout]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_BottomPanelOnly2by2Layout">
<summary>
<para>The alternative text for the image corresponding to the 'Areas Section Only (2 by 2)' layout, displayed in the Customization Form Layout menu.
<para><b>Default value</b>: [Bottom Panel Only 2 by 2 Layout]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_Collapse">
<summary>
<para>The alternative text for the collapse button.
<para><b>Default value</b>: [Collapse]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_ColumnAreaHeaders">
<summary>
<para>The alternative text for the image displayed near the caption of the Column Area Headers section in the Customization Form.
<para><b>Default value</b>: [Column Area Headers]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_DataAreaHeaders">
<summary>
<para>The alternative text for the image displayed near the caption of the Data Area Headers section in the Customization Form.
<para><b>Default value</b>: [Data Area Headers]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_DragHideField">
<summary>
<para>The alternative text for the image displayed when a field is about to be hidden via drag-and-drop.
<para><b>Default value</b>: Hide</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_Expand">
<summary>
<para>The alternative text for the expand button.
<para><b>Default value</b>: [Expand]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_FieldListHeaders">
<summary>
<para>The alternative text for the image displayed near the caption of the Hidden Headers section in the Customization Form.
<para><b>Default value</b>: [Hidden Field's Headers]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_FilterAreaHeaders">
<summary>
<para>The alternative text for the image displayed near the caption of the Filter Area Headers section in the Customization Form.
<para><b>Default value</b>: [Filter Area Headers]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_FilterButton">
<summary>
<para>The alternative text for the filter button used when the field values are not filtered.
<para><b>Default value</b>: [Filter]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_FilterButtonActive">
<summary>
<para>The alternative text for the filter button used when the field values are filtered.
<para><b>Default value</b>: [Filtered]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_FilterWindowSizeGrip">
<summary>
<para>The alternative text for the filter drop-down's size grip.
<para><b>Default value</b>: [Resize]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_LayoutButton">
<summary>
<para>The alternative text for the image displayed on the Layout button in the Customization Form.
<para><b>Default value</b>: [Layout Button]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_RowAreaHeaders">
<summary>
<para>The alternative text for the image displayed near the caption of the Row Area Headers section in the Customization Form.
<para><b>Default value</b>: [Row Area Headers]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_SortedAscending">
<summary>
<para>The alternative text for the ascending sorting image.
<para><b>Default value</b>: (Ascending)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_SortedDescending">
<summary>
<para>The alternative text for the descending sorting image.
<para><b>Default value</b>: (Descending)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_StackedDefaultLayout">
<summary>
<para>The alternative text for the image corresponding to the 'Fields Section and Areas Section Stacked' layout, displayed in the Customization Form Layout menu.
<para><b>Default value</b>: [Stacked Default Layout]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_StackedSideBySideLayout">
<summary>
<para>The alternative text for the image corresponding to the 'Fields Section and Areas Section Side-By-Side' layout, displayed in the Customization Form Layout menu.
<para><b>Default value</b>: [Stacked Side By Side Layout]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Alt_TopPanelOnlyLayout">
<summary>
<para>The alternative text for the image corresponding to the 'Fields Section Only' layout, displayed in the Customization Form Layout menu.
<para><b>Default value</b>: [Top Panel Only Layout]</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CellError">
<summary>
<para>The text displayed within a cell when an error occurs (the cell's value is <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/>).
<para><b>Default value</b>: Error</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.ColumnArea">
<summary>
<para>The text that represents the column area (displayed within the Customization Form).
<para><b>Default value</b>: Column Area</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.ColumnHeadersCustomization">
<summary>
<para>The text displayed within the Column Area when it contains no field headers.
<para><b>Default value</b>: Drop Column Fields Here</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormAddTo">
<summary>
<para>The caption of the 'Add To' button displayed within the Customization Form.
<para><b>Default value</b>: Add To</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormAvailableFields">
<summary>
<para>The text displayed above the Hidden Fields section in the Excel-style Customization Form when visible fields are included in it.
<para><b>Default value</b>: Choose fields to add to the report:</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormBottomPanelOnly1by4">
<summary>
<para>The text that represents the Customization Form's 'Area Section Only (1 by 4)' layout mode (displayed in the popup menu invoked by clicking the Customization Form Layout button).
<para><b>Default value</b>: Areas Section Only (1 by 4)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormBottomPanelOnly2by2">
<summary>
<para>The text that represents the Customization Form's 'Areas Section Only (2 by 2)' layout mode (displayed in the popup menu invoked by clicking the Customization Form Layout button).
<para><b>Default value</b>: Areas Section Only (2 by 2)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormCaption">
<summary>
<para>The caption of the Customization Form.
<para><b>Default value</b>: PivotGrid Field List</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormDeferLayoutUpdate">
<summary>
<para>The caption of the check box in the Customization Form that allows you to perform delayed layout updates.
<para><b>Default value</b>: Defer Layout Update</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormHiddenFields">
<summary>
<para>The text displayed within the Customization Form above the hidden fields list.
<para><b>Default value</b>: Hidden Fields</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormHint">
<summary>
<para>The text displayed above the areas section in the Customization Form.
<para><b>Default value</b>: Drag fields between areas below:</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormLayoutButtonTooltip">
<summary>
<para>The text displayed within the Customization Form Layout button's tooltip.
<para><b>Default value</b>: Customization Form Layout</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormListBoxText">
<summary>
<para>The text displayed within the Customization Form's field list when it is empty.
<para><b>Default value</b>: Drag a field here to customize layout</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormStackedDefault">
<summary>
<para>The text that represents the Customization Form's 'Fields Section and Areas Section Stacked' layout mode (displayed in the popup menu invoked by clicking the Customization Form Layout button).
<para><b>Default value</b>: Fields Section and Areas Section Stacked</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormStackedSideBySide">
<summary>
<para>The text that represents the Customization Form's 'Fields Section and Areas Section Side-By-Side' layout mode (displayed in the popup menu invoked by clicking the Customization Form Layout button).
<para><b>Default value</b>: Fields Section and Areas Section Side-By-Side</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormText">
<summary>
<para>The text displayed above the Customization Form's field list.
<para><b>Default value:</b> Drag Items to the PivotGrid</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormTopPanelOnly">
<summary>
<para>The text that represents the Customization Form's 'Fields Section Only' layout mode (displayed in the popup menu invoked by clicking the Customization Form Layout button).
<para><b>Default value</b>: Fields Section Only</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.CustomizationFormUpdate">
<summary>
<para>The caption of the Customization Form's update button.
<para><b>Default value</b>: Update</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.DataArea">
<summary>
<para>The text that represents the data area (displayed within the Customization Form).
<para><b>Default value</b>: Data Area</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.DataFieldCaption">
<summary>
<para>The text displayed within the data field header.
<para><b>Default value</b>: Data</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.DataHeadersCustomization">
<summary>
<para>The text displayed within the Data Header Area when it contains no field headers.
<para><b>Default value</b>: Drop Data Items Here</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.DateTimeQuarterFormat">
<summary>
<para><b>Default value:</b> Q{0}
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.DrillDownException">
<summary>
<para>The error message which is displayed when a drilldown dataset cannot be retrieved.
<para><b>Default value</b>: Error retrieving drilldown dataset.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.EditPrefilter">
<summary>
<para>The caption of the button displayed within the Prefilter Panel and used to edit the Prefilter.
<para><b>Default value:</b> Edit Prefilter</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterArea">
<summary>
<para>The text that represents the filter area (displayed within the Customization Form).
<para><b>Default value</b>: Filter Area</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterBlank">
<summary>
<para>The caption of the blank item in the group filter drop-down.
<para><b>Default value</b>: (Blank)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterCancel">
<summary>
<para>The caption of the Cancel button displayed within the filter dropdown.
<para><b>Default value:</b> Cancel</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterHeadersCustomization">
<summary>
<para>The text displayed within the Filter Header Area when it contains no field headers.
<para><b>Default value</b>: Drop Filter Fields Here</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterInvert">
<summary>
<para>The caption of the filter dropdown's popup menu item used to invert the selection.
<para><b>Default value</b>: Invert Filter</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterOk">
<summary>
<para>The caption of the OK button displayed within the filter dropdown.
<para><b>Default value</b>: OK</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterShowAll">
<summary>
<para>The caption of the filter dropdown list item used to show all field values.
<para><b>Default value</b>: (Show All)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.FilterShowBlanks">
<summary>
<para>The caption of the filter dropdown list item used to show blank values.
<para><b>Default value</b>: (Show Blanks)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.GrandTotal">
<summary>
<para>The caption of grand total columns and rows.
<para><b>Default value</b>: Grand Total</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPDrillDownFilterException">
<summary>
<para>The error message which is displayed when a drill-through is performed while multiple items are selected in the report filter field.
<para><b>Default value</b>: Show Details command cannot be executed when multiple items are selected in a report filter field. Select a single item for each field in the report filter area before performing a drill-through.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPKPIsCaption">
<summary>
<para>The caption of the 'KPIs' tree item displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: KPIs</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPKPITypeGoal">
<summary>
<para>The caption of the 'Goal' tree item (the KPI goal value) displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: Goal</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPKPITypeStatus">
<summary>
<para>The caption of the 'Status' tree item (the KPI status value) displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: Status</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPKPITypeTrend">
<summary>
<para>The caption of the 'Trend' tree item (the KPI trend value) displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: Trend</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPKPITypeValue">
<summary>
<para>The caption of the 'Value' tree item (the KPI actually achieved value) displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: Value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPKPITypeWeight">
<summary>
<para>The caption of the 'Weight' tree item (the KPI weight value) displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: Weight</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPMeasuresCaption">
<summary>
<para>The caption of the 'measures' tree item displayed in the field section of the Customization Form in the OLAP mode.
<para><b>Default value</b>: Measures</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.OLAPNoOleDbProvidersMessage">
<summary>
<para>The message that appears if no OLE DB provider can be found on the system when binding the pivot grid to an OLAP data source.
<para><b>Default value</b>: In order to use the PivotGrid OLAP functionality, you should have a MS OLAP OleDb provider installed on your system.\r\nYou can download it here:</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuClearSorting">
<summary>
<para>The caption of the field header's context menu item used to clear the currently applied sorting.
<para><b>Default value</b>: Clear Sorting</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuCollapse">
<summary>
<para>The name of the field value's context menu item used to collapse the field value.
<para><b>Default value</b>: Collapse</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuCollapseAll">
<summary>
<para>The name of the field value's context menu item used to collapse all values of the field.
<para><b>Default value</b>: Collapse All</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuExpand">
<summary>
<para>The name of the field value's context menu item used to expand the field value.
<para><b>Default value</b>: Expand</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuExpandAll">
<summary>
<para>The name of the field value's context menu item used to expand all values of the field.
<para><b>Default value</b>: Expand All</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuFieldOrder">
<summary>
<para>The caption of the field header's context menu item which contains subitems used to reorder fields.
<para><b>Default value</b>: Order</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuHideField">
<summary>
<para>The caption of the field header's context menu item used to hide the field.
<para><b>Default value</b>: Hide</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuHideFieldList">
<summary>
<para>The caption of the context menu item used to hide the Customization Form.
<para><b>Default value</b>: Hide Field List</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuHidePrefilter">
<summary>
<para>The caption of the context menu item used to hide the Prefilter.
<para><b>Default value</b>: Hide Prefilter</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphic">
<summary>
<para>The caption of a data field header context menu item that opens a submenu used to choose KPI graphics.
<para><b>Default value</b>: KPI Graphics</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicCylinder">
<summary>
<para>The caption of the context menu item that identifies the Cylinder KPI graphics.
<para><b>Default value</b>: Cylinder</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicFaces">
<summary>
<para>The caption of the context menu item that identifies the Faces KPI graphics.
<para><b>Default value</b>: Faces</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicGauge">
<summary>
<para>The caption of the context menu item that identifies the Gauge KPI graphics.
<para><b>Default value</b>: Gauge</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicNone">
<summary>
<para>The caption of the context menu item that is used to disable KPI graphics.
<para><b>Default value</b>: None</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicReversedCylinder">
<summary>
<para>The caption of the context menu item that identifies the Reversed Cylinder KPI graphics.
<para><b>Default value</b>: Reversed Cylinder</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicReversedGauge">
<summary>
<para>The caption of the context menu item that identifies the Reversed Gauge KPI graphics.
<para><b>Default value</b>: Reversed Gauge</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicReversedStatusArrow">
<summary>
<para>The caption of the context menu item that identifies the Reversed Status Arrow KPI graphics.
<para><b>Default value</b>: Reversed Status Arrow</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicReversedThermometer">
<summary>
<para>The caption of the context menu item that identifies the Reversed Thermometer KPI graphics.
<para><b>Default value</b>: Reversed Thermometer</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicRoadSigns">
<summary>
<para>The caption of the context menu item that identifies the Road Signs KPI graphics.
<para><b>Default value</b>: Road Signs</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicServerDefined">
<summary>
<para>The caption of the context menu item that identifies server-defined KPI graphics.
<para><b>Default value</b>: Server Defined</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicShapes">
<summary>
<para>The caption of the context menu item that identifies the Shapes KPI graphics.
<para><b>Default value</b>: Shapes</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicStandardArrow">
<summary>
<para>The caption of the context menu item that identifies the Standard Arrow KPI graphics.
<para><b>Default value</b>: Standard Arrow</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicStatusArrow">
<summary>
<para>The caption of the context menu item that identifies the Status Arrow KPI graphics.
<para><b>Default value</b>: Status Arrow</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicThermometer">
<summary>
<para>The caption of the context menu item that identifies the Thermometer KPI graphics.
<para><b>Default value</b>: Thermometer</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicTrafficLights">
<summary>
<para>The caption of the context menu item that identifies the Traffic Lights KPI graphics.
<para><b>Default value</b>: Traffic Lights</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuKPIGraphicVarianceArrow">
<summary>
<para>The caption of the context menu item that identifies the Variance Arrow KPI graphics.
<para><b>Default value</b>: Variance Arrow</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuMovetoBeginning">
<summary>
<para>The caption of the field header's context menu item used to move the field to the first position in its area.
<para><b>Default value</b>: Move to Beginning</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuMovetoEnd">
<summary>
<para>The caption of the field header's context menu item used to move the field to the last position in its area.
<para><b>Default value</b>: Move to End</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuMovetoLeft">
<summary>
<para>The caption of the field header's context menu item used to move the field left.
<para><b>Default value</b>: Move to Left</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuMovetoRight">
<summary>
<para>The caption of the field header's context menu item used to move the field right.
<para><b>Default value</b>: Move to Right</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuRefreshData">
<summary>
<para>The caption of the context menu item used to refresh the pivot grid's data.
<para><b>Default value</b>: Reload Data</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuRemoveAllSortByColumn">
<summary>
<para>The name of the field value's context menu item used to remove sorting by column.
<para><b>Default value</b>: Remove All Sorting</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuShowExpression">
<summary>
<para>The caption of the field value's context menu item used to invoke the Expression Editor.
<para><b>Default value</b>: Expression Editor...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuShowFieldList">
<summary>
<para>The caption of the context menu item used to invoke the Customization Form.
<para><b>Default value</b>: Show Field List</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuShowPrefilter">
<summary>
<para>The caption of the context menu item used to invoke the Prefilter.
<para><b>Default value</b>: Show Prefilter</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuSortAscending">
<summary>
<para>The caption of the field header's context menu item used to sort the field values in ascending order.
<para><b>Default value</b>: Sort A-Z</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuSortDescending">
<summary>
<para>The caption of the field header's context menu item used to sort the field values in descending order.
<para><b>Default value</b>: Sort Z-A</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuSortFieldByColumn">
<summary>
<para>The caption of the column field value's context menu item used to sort the other field values by this column.
<para><b>Default value</b>: Sort "{0}" by This Column</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PopupMenuSortFieldByRow">
<summary>
<para>The caption of the row field value's context menu item used to sort the other field values by this row.
<para><b>Default value</b>: Sort "{0}" by This Row</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrefilterFormCaption">
<summary>
<para>The caption of the Prefilter form.
<para><b>Default value</b>: PivotGrid Prefilter</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrefilterInvalidCriteria">
<summary>
<para>The text displayed in the Prefilter Panel if the Prefilter expression is invalid.
<para><b>Default value</b>: An error occurs in the Prefilter criteria. Please detect invalid property captions inside the criteria operands and correct or remove them.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrefilterInvalidProperty">
<summary>
<para>If you specify an invalid field name in a Prefilter expression, this string will be displayed in the Prefilter window instead of that field name.
<para><b>Default value</b>: (invalid property)</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesigner">
<summary>
<para>The caption of the Print Designer dialog.
<para><b>Default value</b>: Print Designer</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerCategoryDefault">
<summary>
<para>The caption of the default options category in the Print Designer dialog.
<para><b>Default value</b>: Default</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerCategoryFieldValues">
<summary>
<para>The caption of the Print Designer options category which contains options used to specify how field values are printed.
<para><b>Default value</b>: Field Values</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerCategoryHeaders">
<summary>
<para>The caption of the Print Designer options category which contains options used to specify how field headers are printed.
<para><b>Default value</b>: Headers</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerCategoryLines">
<summary>
<para>The caption of the Print Designer options category which contains options used to specify how cell borders are printed.
<para><b>Default value</b>: Lines</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerColumnHeaders">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether headers of column fields are printed.
<para><b>Default value</b>: Column Headers</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerDataHeaders">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether headers of data fields are printed.
<para><b>Default value</b>: Data Headers</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerFilterHeaders">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether headers of filter fields are printed.
<para><b>Default value</b>: Filter Headers</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerHeadersOnEveryPage">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether headers are printed on every page.
<para><b>Default value</b>: Headers On Every Page</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerHorizontalLines">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether horizontal cell borders are printed.
<para><b>Default value</b>: Horizontal Lines</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerMergeColumnFieldValues">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether cells that display the same column field value are merged.
<para><b>Default value</b>: Merge Column Field Values</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerMergeRowFieldValues">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether cells that display the same row field value are merged.
<para><b>Default value</b>: Merge Row Field Values</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerPageBehavior">
<summary>
<para>The caption of the Print Designer dialog page that contains options used to specify the printing behavior.
<para><b>Default value</b>: Behavior</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerPageOptions">
<summary>
<para>The caption of the Print Designer dialog page that contains general printing options.
<para><b>Default value</b>: Options</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerRowHeaders">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether headers of row fields are printed.
<para><b>Default value</b>: Row Headers</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerUnusedFilterFields">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether unused filter fields are printed.
<para><b>Default value</b>: Unused Filter Fields</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerUsePrintAppearance">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether print appearances are used when the pivot grid is printed.
<para><b>Default value</b>: Use Print Appearance</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.PrintDesignerVerticalLines">
<summary>
<para>The caption of the Print Designer dialog option used to specify whether vertical cell borders are printed.
<para><b>Default value</b>: Vertical Lines</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.RowArea">
<summary>
<para>The text that represents the row area (displayed within the Customization Form).
<para><b>Default value</b>: Row Area</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.RowHeadersCustomization">
<summary>
<para>The text displayed within the Row Header Area when it contains no field headers.
<para><b>Default value</b>: Drop Row Fields Here</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SearchBoxText">
<summary>
<para>The text displayed within the Search Box in the Group Filter popup when the box is empty.
<para><b>Default value</b>: Search</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.StatusBad">
<summary>
<para>The text of the tooltip displayed for KPI values representing a bad progress state.
<para><b>Default value</b>: Bad</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.StatusGood">
<summary>
<para>The text of the tooltip displayed for KPI values representing a good progress state.
<para><b>Default value</b>: Good</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.StatusNeutral">
<summary>
<para>The text of the tooltip displayed for KPI values representing a neutral progress state.
<para><b>Default value</b>: Neutral</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryAverage">
<summary>
<para>The text displayed within the headers of <b>average</b> summary data fields.
<para><b>Default value</b>: Average</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryCount">
<summary>
<para>The text displayed within the headers of <b>count</b> summary data fields.
<para><b>Default value</b>: Count</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryCustom">
<summary>
<para>The text displayed within the headers of data fields with manually calculated summary values.
<para><b>Default value</b>: Custom</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterApplyToSpecificLevel">
<summary>
<para>The caption of a check box that enables end-users to select an aggregation level to which summary filtering should be applied.
<para><b>Default value</b>: Apply to specific level</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterClearButton">
<summary>
<para>The caption of a button that resets the summary filter.
<para><b>Default value</b>: Clear</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterColumnField">
<summary>
<para>The caption of a combo box used to select a column field that identifies an aggregation level to which summary filtering is applied.
<para><b>Default value</b>: Column field:</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterLabelValues">
<summary>
<para>The horizontal axis label of the summary distribution diagram displayed in summary filter popup windows.
<para><b>Default value</b>: Values</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterLegendHidden">
<summary>
<para>The description for a legend item that identifies hidden summary values. Shown in the legend of the summary distribution diagram displayed within summary filter popup windows.
<para><b>Default value</b>: Hidden</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterLegendVisible">
<summary>
<para>The description for a legend item that identifies visible summary values. Shown in the legend of the summary distribution diagram displayed within summary filter popup windows.
<para><b>Default value</b>: Visible</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterMaxValueCount">
<summary>
<para>The description displayed above a constant line that indicates the maximum number of summary values that fall into a single subrange. This constant line is shown in a summary distribution diagram displayed within summary filter popup windows.
<para><b>Default value</b>: Max Count</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterMaxVisibleCount">
<summary>
<para>The description displayed above a constant line that indicates the maximum number of visible summary values that fall into a single subrange. This constant line is shown in a summary distribution diagram displayed within summary filter popup windows.
<para><b>Default value</b>: Max Visible Count</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterRangeFrom">
<summary>
<para><para>The text displayed on top of the summary filter popup window before the text editor used to specify the minimum of the visible values range.</para>
<para><b>Default value</b>: Show values from</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterRangeTo">
<summary>
<para><para>The text displayed on top of the summary filter popup window, before the text editor used to specify the maximum of the visible values range.</para>
<para><b>Default value</b>: to</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryFilterRowField">
<summary>
<para>The caption of a combo box used to select a row field that identifies an aggregation level to which summary filtering is applied.
<para><b>Default value</b>: Row field:</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryMax">
<summary>
<para>The text displayed within the headers of <b>maximum</b> summary data fields.
<para><b>Default value</b>: Max</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryMin">
<summary>
<para>The text displayed within the headers of <b>minimum</b> summary data fields.
<para><b>Default value</b>: Min</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryStdDev">
<summary>
<para>The text displayed within the headers of <b>standard deviation of a population subset</b> summary data fields.
<para><b>Default value</b>: StdDev</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryStdDevp">
<summary>
<para>The text displayed within the headers of <b>standard deviation of the whole population</b> summary data fields.
<para><b>Default value</b>: StdDevp</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummarySum">
<summary>
<para>The text displayed within the headers of <b>sum</b> summary data fields.
<para><b>Default value</b>: Sum</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryVar">
<summary>
<para>The text displayed within the headers of <b>variance of a population subset</b> summary data fields.
<para><b>Default value</b>: Var</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.SummaryVarp">
<summary>
<para>The text displayed within the headers of <b>variance of the whole population</b> summary data fields.
<para><b>Default value</b>: Varp</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TopValueOthersRow">
<summary>
<para>The text displayed within the header of the 'Others' row.
<para><b>Default value</b>: Others</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.Total">
<summary>
<para>The text displayed after the field name within the grand total column/row header, if a specific caption for grand total headers has not been specified.
<para><b>Default value</b>: Total</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormat">
<summary>
<para>A pattern used to format headers of automatic total summary columns/rows.
<para><b>Default value</b>: {0} Total</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatAverage">
<summary>
<para>A pattern used to format headers of <b>average</b> total summary columns/rows.
<para><b>Default value</b>: {0} Average</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatCount">
<summary>
<para>A pattern used to format headers of <b>count</b> total summary columns/rows.
<para><b>Default value</b>: {0} Count</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatCustom">
<summary>
<para>A pattern used to format headers of data fields with manually calculated summary values.
<para><b>Default value</b>: {0} Custom</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatMax">
<summary>
<para>A pattern used to format headers of <b>maximum</b> total summary columns/rows.
<para><b>Default value</b>: {0} Max</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatMin">
<summary>
<para>A pattern used to format headers of <b>minimum</b> total summary columns/rows.
<para><b>Default value</b>: {0} Min</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatStdDev">
<summary>
<para>A pattern used to format headers of <b>standard deviation of a population subset</b> total summary columns/rows.
<para><b>Default value</b>: {0} StdDev</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatStdDevp">
<summary>
<para>A pattern used to format headers of <b>standard deviation of the whole population</b> total summary columns/rows.
<para><b>Default value</b>: {0} StdDevp</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatSum">
<summary>
<para>A pattern used to format headers of <b>sum</b> total summary columns/rows.
<para><b>Default value</b>: {0} Sum</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatVar">
<summary>
<para>A pattern used to format headers of <b>variance of a population subset</b> total summary columns/rows.
<para><b>Default value</b>: {0} Var</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TotalFormatVarp">
<summary>
<para>A pattern used to format headers of <b>variance of the whole population</b> total summary columns/rows.
<para><b>Default value</b>: {0} Varp</para>
<para>Where {0} - the field value</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TrendGoingDown">
<summary>
<para>The text of the tooltip displayed for KPI values representing a descending trend.
<para><b>Default value</b>: Going Down</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TrendGoingUp">
<summary>
<para>The text of the tooltip displayed for KPI values representing an ascending trend.
<para><b>Default value</b>: Going Up</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.TrendNoChange">
<summary>
<para>The text of the tooltip displayed for KPI values representing a horizontal trend.
<para><b>Default value</b>: No Change</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Localization.PivotGridStringId.ValueError">
<summary>
<para>The text displayed within a field value cell when an error occurs.
<para><b>Default value</b>: Error</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer">
<summary>
<para>Provides localized strings for the PivotGrid's user interface elements.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridLocalizer class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.Active">
<summary>
<para>Gets or sets a localizer object providing localization of the PivotGrid's user interface at runtime.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.CreateResXLocalizer">
<summary>
<para>Returns an object representing resources based on the thread's language and regional settings (culture).
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread's culture.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.GetAreaText(System.Int32)">
<summary>
<para>Returns a localized name of the specified field header area.
</para>
</summary>
<param name="areaIndex">
An integer value identifying the field header area.
</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified field header area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.GetHeadersAreaText(System.Int32)">
<summary>
<para>Returns a localized string to be displayed within the specified field header area when it is empty.
</para>
</summary>
<param name="areaIndex">
An integer value identifying the field header area.
</param>
<returns>A <see cref="T:System.String"/> that should be displayed in the specified field header area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.GetString(DevExpress.XtraPivotGrid.Localization.PivotGridStringId)">
<summary>
<para>Returns a localized string for the specified string identifier.
</para>
</summary>
<param name="id">
A <see cref="T:DevExpress.XtraPivotGrid.Localization.PivotGridStringId"/> enumeration value identifying the string to localize.
</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified identifier.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Localization.PivotGridLocalizer.GetSummaryTypeText(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Returns a localized name of the specified summary type.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value identifying the summary type.
</param>
<returns>A <see cref="T:System.String"/> corresponding to the specified summary type.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.IOLAPMember">
<summary>
<para>When implemented, represents an OLAP member.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.IOLAPMember.Level">
<summary>
<para>Gets the dimension level to which the current OLAP member belongs.
</para>
</summary>
<value>An object implementing the <b>DevExpress.XtraPivotGrid.IOLAPLevel</b> interface that represents the dimension level to which the current member belongs.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IOLAPMember.Properties">
<summary>
<para>Gets the OLAP member properties.
</para>
</summary>
<value>A <b>DevExpress.XtraPivotGrid.OLAPMemberProperties</b> collection that contains properties of the OLAP member.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OptionsChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotOptionsChangedEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OptionsChanged"/> event.
</para>
</summary>
<param name="sender">
The event sender.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotOptionsChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOptionsChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OptionsChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOptionsChangedEventArgs.#ctor(DevExpress.XtraPivotGrid.FieldOptions)">
<summary>
<para>Initializes a new instance of the PivotOptionsChangedEventArgs class with the specified option that has been changed.
</para>
</summary>
<param name="option">
A <see cref="T:DevExpress.XtraPivotGrid.FieldOptions"/> enumeration value, which indicates an option that has been changed.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOptionsChangedEventArgs.Option">
<summary>
<para>Gets a value indicating an option that has been changed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.FieldOptions"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotTopValueType">
<summary>
<para>Lists the values that specify how the number of Top Values is determined.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTopValueType.Absolute">
<summary>
<para>The <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueCount"/> 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.XtraPivotGrid.PivotTopValueType.Percent">
<summary>
<para>In a regular data binding mode, the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueCount"/> 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.XtraPivotGrid.PivotGridFieldBase.TopValueCount"/> property is set to 10, only 2 top field values (10% out of 20) will be displayed.
<para>In an OLAP 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.XtraPivotGrid.PivotGridFieldBase.TopValueCount"/> property is set to 10, PivotGridControl will display values whose cumulative total is not less than 10% of the Grand Total value. </para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTopValueType.Sum">
<summary>
<para>The <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueCount"/> property determines the maximum allowed sum of the corresponding summary values. For instance, if the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueCount"/> property is set to 100, the PivotGridControl will display field values whose cumulative total does not exceed 100.
<para>Works in OLAP mode only.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSortMode">
<summary>
<para>Lists the values that specify how a field's data should be sorted.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortMode.Custom">
<summary>
<para>Enables custom sorting of the field's data via the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldSort"/> event.
<para>
Not supported in OLAP mode.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortMode.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.XtraPivotGrid.PivotSortMode.DisplayText">
<summary>
<para>Sorts the field's data by the field's display text (the strings displayed within the field values).
<para>
In OLAP mode, the data is sorted against the text generated on the server.
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.XtraPivotGrid.PivotGridControl.FieldValueDisplayText"/> event).
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortMode.ID">
<summary>
<para>Sorts by a level member's ID (in OLAP mode).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortMode.Key">
<summary>
<para>Sorts the field's data by key attributes (in OLAP mode).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortMode.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.XtraPivotGrid.PivotSortMode.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.XtraPivotGrid.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.XtraPivotGrid.PivotChartItemType.CellItem">
<summary>
<para>A data cell value is processed to be represented in the chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartItemType.ColumnItem">
<summary>
<para>A column field value is processed to be represented in the chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartItemType.RowItem">
<summary>
<para>A row field value is processed to be represented in the chart control.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PrefilterBase">
<summary>
<para>Represents the base class for Prefilters, that are editors allowing end-users to customize filter criteria at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PrefilterBase.#ctor(DevExpress.XtraPivotGrid.IPrefilterOwnerBase)">
<summary>
<para>Initializes a new instance of the PrefilterBase class with the specified owner.
</para>
</summary>
<param name="owner">
An IPrefilterOwnerBase object that will own the created object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PrefilterBase.Assign(DevExpress.XtraPivotGrid.PrefilterBase)">
<summary>
<para>Copies settings from the specified object to the current object.
</para>
</summary>
<param name="prefilter">
An object whose settings are copied to the current object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PrefilterBase.Clear">
<summary>
<para>Clears the filter expression.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PrefilterBase.Contains(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns whether the specified field is contained in the Prefilter expression.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object that represents the field.
</param>
<returns><b>true</b> if the Prefilter expression contains the specified field; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.Criteria">
<summary>
<para>Gets or sets the filter expression.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the filter expression.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.CriteriaString">
<summary>
<para>Gets or sets the filter expression, in the string form.
</para>
</summary>
<value>A string value that specifies the filter expression.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PrefilterBase.Dispose">
<summary>
<para>Disposes of the resources allocated by the current object.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.Enabled">
<summary>
<para>Gets or sets whether the filter criteria, specified by the <see cref="P:DevExpress.XtraPivotGrid.PrefilterBase.Criteria"/> or <see cref="P:DevExpress.XtraPivotGrid.PrefilterBase.CriteriaString"/> property, are enabled.
</para>
</summary>
<value><b>true</b> if the filter criteria are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.InvalidCriteriaDisplayText">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.IsEmpty">
<summary>
<para>Gets whether the Prefilter has no filter expression specified.
</para>
</summary>
<value><b>true</b> if the Prefilter has no filter expression specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.PrefilterColumnNames">
<summary>
<para>Gets the names of all fields contained in the Prefilter expression.
</para>
</summary>
<value>A list of the <see cref="T:System.String"/> objects that represent the field names.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PrefilterBase.State">
<summary>
<para>Gets the Prefilter state that indicates whether the Prefilter expression is valid.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PrefilterState"/> enumeration member that specifies the Prefilter state.
</value>
</member>
<member name="T:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomExportFieldValue</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the CustomExportFieldValueEventArgsBase class with the specified settings.
</para>
</summary>
<param name="brick">
An object implementing the IVisualBrick interface or its descendant.
</param>
<param name="item">
A <b>PivotFieldValueItem</b> class descendant that contains information used to initialize a new object.
</param>
</member>
<member name="M:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.ContainsLevel(System.Int32)">
<summary>
<para>Returns whether the specified row or column level corresponds to the processed field value.
</para>
</summary>
<param name="level">
An integer value that identifies the row or column level.
</param>
<returns><b>true</b>, if the specified row or column level corresponds to the processed field value; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.CustomTotal">
<summary>
<para>Gets a custom total to which the processed field value corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> class descendant that specifies the custom total to which the processed value corresponds; <b>null</b> if the field value does not correspond to a custom total.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.DataField">
<summary>
<para>Gets the data field that specifies the processed value.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the data field which identifies the processed value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.EndLevel">
<summary>
<para>Gets the maximum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.
</para>
</summary>
<value>An integer value that specifies the maximum row or column level that corresponds to the processed field value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.Field">
<summary>
<para>Gets a field whose value is being processed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the field whose value is being processed.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.IsCollapsed">
<summary>
<para>Gets whether the processed field value is collapsed.
</para>
</summary>
<value><b>true</b>, if the processed field value is collapsed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.IsColumn">
<summary>
<para>Gets whether the processed value corresponds to a column field.
</para>
</summary>
<value><b>true</b>, if the processed value corresponds to a column field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.IsOthersValue">
<summary>
<para>Gets whether the processed value corresponds to the "Others" row/column.
</para>
</summary>
<value><b>true</b>, if the processed value corresponds to the "Others" row/column; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.IsTopMost">
<summary>
<para>Gets whether the processed field value resides within the top most row or column.
</para>
</summary>
<value><b>true</b>, if the processed field value resides within the top most row or column; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.MaxIndex">
<summary>
<para>Gets the maximum row index (for row fields) or column index (for column fields) 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.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.MinIndex">
<summary>
<para>Gets the minimum row index (for row fields) or column index (for column fields) 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.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.StartLevel">
<summary>
<para>Gets the minimum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.
</para>
</summary>
<value>An integer value that specifies the minimum row or column level that corresponds to the processed field value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.Text">
<summary>
<para>Gets the processed field value display text.
</para>
</summary>
<value>A string value that specifies the field value display text.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.Value">
<summary>
<para>Gets the processed field value.
</para>
</summary>
<value>An object that specifies the processed field value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportFieldValueEventArgsBase`1.ValueType">
<summary>
<para>Gets the type of the currently processed field value.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that identifies the field value type.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomUnboundFieldData</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.T,System.Int32,System.Object)">
<summary>
<para>Initializes a new instance of the CustomFieldDataEventArgsBase class.
</para>
</summary>
<param name="data">
A <b>PivotGridData</b> object.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the unbound field currently being processed.
</param>
<param name="listSourceRow">
An integer value that identifies the current row index in the data source.
</param>
<param name="_value">
An object that specifies the processed cell value.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.Field">
<summary>
<para>Gets the unbound field currently being processed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the unbound field currently being processed.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.GetListSourceColumnValue(System.String)">
<summary>
<para>Returns the value of the specified cell within the processed row in the control's underlying data source.
</para>
</summary>
<param name="columnName">
A <see cref="T:System.String"/> that specifies the name of the field whose value should be obtained.
</param>
<returns>The value of the specified field in the control data source.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.GetListSourceColumnValue(System.Int32,System.String)">
<summary>
<para>Returns the value of the specified cell within the specified row in the control's underlying data source.
</para>
</summary>
<param name="listSourceRowIndex">
An integer value that specifies the required row index in the data source.
</param>
<param name="columnName">
A <see cref="T:System.String"/> that specifies the name of the field whose value should be obtained.
</param>
<returns>The value from the specified field in the control's data source.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.ListSourceRowIndex">
<summary>
<para>Gets the current row index in the data source.
</para>
</summary>
<value>An integer value identifying the current row index in the data source.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.Value">
<summary>
<para>Gets or sets the currently processed value.
</para>
</summary>
<value>The value currently being processed.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.FieldValueCellBase`1">
<summary>
<para>Serves as a base for classes that represent field value cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.FieldValueCellBase`1.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the FieldValueCellBase class.
</para>
</summary>
<param name="item">
A <b>PivotFieldValueItem</b> class descendant that contains information used to initialize a new object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.FieldValueCellBase`1.DataField">
<summary>
<para>Gets the data field that identifies the cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the data field which identifies the cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.FieldValueCellBase`1.Field">
<summary>
<para>Gets the field to which the cell corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the field to which the cell corresponds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.FieldValueCellBase`1.Parent">
<summary>
<para>Gets the parent of the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueCellBase"/> class descendant that specifies the parent cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1">
<summary>
<para>Provides data for the <b>FieldValueDisplayText</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,System.String)">
<summary>
<para>Initializes a new instance of the PivotFieldDisplayTextEventArgsBase class with the specified settings.
</para>
</summary>
<param name="item">
A <b>PivotFieldValueItem</b> class descendant that contains information used to initialize a new object.
</param>
<param name="defaultText">
A <see cref="T:System.String"/> that specifies the text displayed by default. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.DisplayText"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.T,System.Object)">
<summary>
<para>Initializes a new instance of the PivotFieldDisplayTextEventArgsBase class with the specified settings.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the field currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.
</param>
<param name="value">
An object that specifies the field value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.Value"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.T,DevExpress.XtraPivotGrid.IOLAPMember)">
<summary>
<para>Initializes a new instance of the PivotFieldDisplayTextEventArgsBase class with the specified settings.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the field currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.
</param>
<param name="member">
An object implementing the <see cref="T:DevExpress.XtraPivotGrid.IOLAPMember"/> interface.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.DisplayText">
<summary>
<para>Gets or sets the text displayed in the field header or filter drop-down item.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the text displayed in the field header or filter drop-down item.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.IsPopulatingFilterDropdown">
<summary>
<para>Gets whether the <b>FieldValueDisplayText</b> event is called to populate the filter dropdown.
</para>
</summary>
<value><b>true</b> if the event is called to populate the filter dropdown; <b>false</b> if the event is called to customize the display text of column and row headers.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgsBase`1.Value">
<summary>
<para>Gets the column field or row field value that corresponds to the currently processed column/row header.
</para>
</summary>
<value>The field value currently being processed.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP">
<summary>
<para>Provides "OLAP mode"-specific options for a PivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsOLAP class. For internal use.
</para>
</summary>
<param name="optionsChanged">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.AllowDuplicatedMeasures">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.DefaultMemberFields">
<summary>
<para>Gets or sets for which filter fields the pivot grid processes only data related to their <a href="http://msdn.microsoft.com/en-us/library/ms175626.aspx">default members</a>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDefaultMemberFields"/> enumeration member that specifies for which filter fields the pivot grid processes only data related to their <a href="http://msdn.microsoft.com/en-us/library/ms175626.aspx">default members</a>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.FilterByUniqueName">
<summary>
<para>Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in the OLAP mode.
</para>
</summary>
<value><b>true</b> to take into account unique names when filtering data in the OLAP mode; <b>false</b> to take into account values instead.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.UseAggregateForSingleFilterValue">
<summary>
<para>Gets or sets whether to use the Aggregate function in the MDX query, if the filter contains a single value.
</para>
</summary>
<value><b>true</b> to use the Aggregate function for a single filter value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.UseDefaultMeasure">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP.UsePrefilter">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotKPIGraphic">
<summary>
<para>Lists values that specify the graphic set used to indicate KPI values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.Cylinder">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.Faces">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.Gauge">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.None">
<summary>
<para>No image is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.ReversedCylinder">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.ReversedGauge">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.ReversedStatusArrow">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.ReversedThermometer">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.RoadSigns">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.ServerDefined">
<summary>
<para>The KPI graphic type is defined by the server.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.Shapes">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.StandardArrow">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.StatusArrow">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.Thermometer">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.TrafficLights">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIGraphic.VarianceArrow">
<summary>
<para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotKPIType">
<summary>
<para>Lists KPI types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIType.Goal">
<summary>
<para>A target value of the KPI.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIType.None">
<summary>
<para>Not the KPI.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIType.Status">
<summary>
<para>The state of the KPI at a specified point in time.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIType.Trend">
<summary>
<para>A value's evaluation of the KPI over time.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIType.Value">
<summary>
<para>A KPI value.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotKPIType.Weight">
<summary>
<para>A KPI's relative importance.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridAllowedAreas">
<summary>
<para>Lists the areas within which a field can be positioned.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridAllowedAreas.All">
<summary>
<para>Specifies that a field can be positioned within any area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea">
<summary>
<para>Specifies that a field can be positioned within the Column Header Area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea">
<summary>
<para>Specifies that a field can be positioned within the Data Header Area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea">
<summary>
<para>Specifies that a field can be positioned within the Filter Header Area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea">
<summary>
<para>Specifies that a field can be positioned within the Row Header Area.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFilterType">
<summary>
<para>Contains the values that specify a field's filter type in the XtraPivotGrid control.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotFilterType.Excluded">
<summary>
<para>Specifies that the XtraPivotGrid control should not display the filter values. All the other values will be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotFilterType.Included">
<summary>
<para>Specifies that the XtraPivotGrid control should display only the filter values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsDataField">
<summary>
<para>Provides the options which control the presentation of data fields in the XtraPivotGrid.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsDataField class.
</para>
</summary>
<param name="data">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object that implements data-aware operations on the data source.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsDataField class with the specified settings.
</para>
</summary>
<param name="data">
A PivotGridData object which contains the information required to initialize the created PivotGridOptionsDataField object.
</param>
<param name="owner">
An IViewBagOwner object that is used to initialize the created object.
</param>
<param name="objectPath">
A string value that is used to initialize the created object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,System.EventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsDataField class with the specified settings.
</para>
</summary>
<param name="data">
A PivotGridData object which contains information required to initialize the created PivotGridOptionsDataField object.
</param>
<param name="optionsChanged">
A method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsBase.OptionsChanged"/> event.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsDataField class with the specified settings.
</para>
</summary>
<param name="data">
A PivotGridData object which contains information required to initialize the created PivotGridOptionsDataField object.
</param>
<param name="optionsChanged">
A method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsBase.OptionsChanged"/> event.
</param>
<param name="owner">
An IViewBagOwner object used to initialize the created object.
</param>
<param name="objectPath">
A string value used to initialize the created object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.Area">
<summary>
<para>Gets or sets the area in which the data field headers are displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDataArea"/> value that specifies the area in which the data field headers are displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.AreaIndex">
<summary>
<para>Gets or sets the position of the data field headers.
</para>
</summary>
<value>An integer which specifies the position of the data field headers within the hierarchy of field values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.Caption">
<summary>
<para>Gets or sets the text displayed within the <b>data header</b>.
</para>
</summary>
<value>A string which specifies the text displayed within the data header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.ColumnValueLineCount">
<summary>
<para>Gets or sets the height of data field headers, in text lines. This property is in effect when there are two or more data fields, and data field headers are displayed in the Column Header Area.
</para>
</summary>
<value>An integer value that specifies the height of data field headers, in text lines.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.DataFieldArea">
<summary>
<para>Gets or sets the area in which the data field headers are displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDataArea"/> value that specifies the area in which the data field headers are displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.DataFieldAreaIndex">
<summary>
<para>Gets or sets the position of the data field headers.
</para>
</summary>
<value>An integer which specifies the position of the data field headers within the hierarchy of field values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.DataFieldsLocationArea">
<summary>
<para>Gets or sets the area in which the data field headers are displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDataArea"/> value that specifies the area in which the data field headers are displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.DataFieldVisible">
<summary>
<para>Gets or sets whether data field headers are visible.
</para>
</summary>
<value><b>true</b> to display data field headers as column headers; <b>false</b> to hide data field headers.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.EnableFilteringByData">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.FieldNaming">
<summary>
<para>Gets or sets the rule for naming columns, that correspond to data fields, when creating a data source via the <b>CreateSummaryDataSource</b> methods.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.DataFieldNaming"/> value that specifies the column naming convention.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.RowHeaderWidth">
<summary>
<para>Gets or sets the width of the data field headers when they are displayed as row headers.
</para>
</summary>
<value>An integer which specifies the width of the data field headers when they are displayed as rows.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.RowValueLineCount">
<summary>
<para>Gets or sets the height of data field headers, in text lines. This property is in effect when there are two or more data fields, and data field headers are displayed in the Row Header Area.
</para>
</summary>
<value>An integer value that specifies the height of data field headers, in text lines.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsDataField.XtraShouldSerializeEnableFilteringByData">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotDataArea">
<summary>
<para>Contains values that specify the areas where the data field headers can be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotDataArea.ColumnArea">
<summary>
<para>The data field headers are displayed as column headers. The data header is displayed within the column header area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotDataArea.None">
<summary>
<para>The data field headers are displayed as column headers. The data header is hidden.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotDataArea.RowArea">
<summary>
<para>The data field headers are displayed as row headers. The data header is displayed within the row header area.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridGroupCollection">
<summary>
<para>Represents a collection of field groups.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroupCollection"/> class.
</para>
</summary>
<param name="data">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Add(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Adds the specified group to the end of the collection.
</para>
</summary>
<param name="fieldGroup">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group to add.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Add">
<summary>
<para>Creates a new group and appends it to the collection.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group that was added.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Add(System.String)">
<summary>
<para>Creates and appends a new empty group with the specified caption to the collection.
</para>
</summary>
<param name="caption">
A string which specifies the group's caption. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.Caption"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Add(DevExpress.XtraPivotGrid.PivotGridFieldBase[])">
<summary>
<para>Creates a group and adds the specified fields to it.
</para>
</summary>
<param name="fields">
An array of fields to be added to the created group.
</param>
<returns>The created <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Add(DevExpress.XtraPivotGrid.PivotGridFieldBase[],System.String)">
<summary>
<para>Creates a group with the specified caption, containing the specified fields.
</para>
</summary>
<param name="fields">
An array of fields to be added to the created group.
</param>
<param name="caption">
A caption for the group. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.Caption"/> property.
</param>
<returns>The created <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.AddRange(DevExpress.XtraPivotGrid.PivotGridGroup[])">
<summary>
<para>Adds an array of groups to the collection.
</para>
</summary>
<param name="groups">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> objects to add to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.CanChangeAreaTo(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Determines whether all groups allow a field to be moved to the specified location.
</para>
</summary>
<param name="newArea">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which specifies the area of the XtraPivotGrid.
</param>
<param name="newAreaIndex">
An integer value which specifies the new index of the field among the other fields displayed within the specified area.
</param>
<returns><b>true</b> if all groups allow a field to be moved to the location specified; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Contains(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Indicates whether the current collection contains the group which owns the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field.
</param>
<returns><b>true</b> if the collection contains the group which owns the specified field; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Contains(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Indicates whether the current collection contains the specified group.
</para>
</summary>
<param name="fieldGroup">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified group; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Find(System.Predicate`1)">
<summary>
<para>Returns the group that meets the specified criteria.
</para>
</summary>
<param name="predicate">
A <b>System.Predicate</b> delegate, representing a method that defines a set of criteria used to locate the required group.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object that represents the group that meets the specified criteria; <b>null</b> if the group has not been found.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.GetGroupByField(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns the group which owns the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field whose owning group is to be returned.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents a group that owns the specified field. <b>null</b> (<b>Nothing</b> in Visual Basic) if the specified field doesn't belong to any group within the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.IndexOf(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Returns the specified group's position within the collection.
</para>
</summary>
<param name="fieldGroup">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group to locate.
</param>
<returns>An integer value specifying the group's position within the collection. <b>-1</b> if the collection doesn't contain the specified group.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Insert(System.Int32,DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Adds the specified group to the specified position within the collection.
</para>
</summary>
<param name="index">
An integer value which specifies the zero-based index at which the specified group should be inserted. If it's negative or exceeds the number of elements, an exception is raised.
</param>
<param name="fieldGroup">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group to insert.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the groups in the collection.
</para>
</summary>
<param name="index">
An integer value specifying the zero-based index of the required group. If it's negative or exceeds the maximum available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group in the collection.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroupCollection.Remove(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Removes the specified group from the collection.
</para>
</summary>
<param name="fieldGroup">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which represents the group to remove.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridGroup">
<summary>
<para>Represents an individual group of fields.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> class with the specified caption.
</para>
</summary>
<param name="caption">
A <see cref="T:System.String"/> value that specifies the group's caption. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.Caption"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.Add(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Adds the specified field to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.Fields"/> collection of the current group.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field to add.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.AddRange(DevExpress.XtraPivotGrid.PivotGridFieldBase[])">
<summary>
<para>Adds an array of fields to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.Fields"/> collection of the current group.
</para>
</summary>
<param name="fields">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendants to add to the group's field collection.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridGroup.Area">
<summary>
<para>Gets the area of the pivot grid in which the group is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which specifies the area in which the group is displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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. <b>-1</b> if the group is empty.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.CanAdd(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Indicates whether the specified field can be added to the field group.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field being examined.
</param>
<returns><b>true</b> if the specified field can be added to the group; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.CanChangeArea(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<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.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the inspected field.
</param>
<returns><b>true</b> if changing the location of the specified field will change the location of the entire group; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.CanChangeAreaTo(DevExpress.XtraPivotGrid.PivotArea,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.XtraPivotGrid.PivotArea"/> enumeration value which specifies the area of the XtraPivotGrid.
</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><b>true</b> if the group can be moved to the location specified; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.CanExpandField(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Indicates whether the specified field can be expanded/collapsed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the field.
</param>
<returns><b>true</b> if the specified field belongs to the current group and isn't the right most field within the group; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.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="M:DevExpress.XtraPivotGrid.PivotGridGroup.ChangeFieldIndex(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Int32)">
<summary>
<para>Moves the specified field to the specified position within the group.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents the field to move.
</param>
<param name="newIndex">
An integer value specifying the new position of the field within the group.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.Clear">
<summary>
<para>Removes all elements from the <see cref="P:DevExpress.XtraPivotGrid.PivotGridGroup.Fields"/> collection.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.Contains(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Indicates whether the current group contains the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field to locate in the group.
</param>
<returns><b>true</b> if the group contains the specified field; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.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="P:DevExpress.XtraPivotGrid.PivotGridGroup.Fields">
<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.XtraPivotGrid.PivotGridGroup.FilterValues">
<summary>
<para>Gets the group filter condition.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterValues"/> object that represents the group filter condition.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.GetUniqueValues(System.Object[])">
<summary>
<para>Returns the unique child values of the specified group value.
</para>
</summary>
<param name="parentValues">
An array of objects that identifies the group value.
</param>
<returns>A collection of the group value's child values.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.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="P:DevExpress.XtraPivotGrid.PivotGridGroup.Hierarchy">
<summary>
<para>Gets or sets the name of the hierarchy to which the current field group belongs.
</para>
</summary>
<value>A string that specifies the name of the hierarchy to which the current field group belongs.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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. <b>-1</b> if the group isn't contained within a collection.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.IndexOf(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns the specified field's position within the group.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field to be located.
</param>
<returns>An integer value specifying the field's position within the group. <b>-1</b> if the group doesn't contain the specified field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.IsFieldVisible(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns a value which identifies whether the specified field is visible.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field within the XtraPivotGrid control.
</param>
<returns><b>true</b> if the specified field is visible; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridGroup.IsFilterAllowed">
<summary>
<para>Gets whether the group filter is used to filter data against the group's fields.
</para>
</summary>
<value><b>true</b> if the group filter is used to filter data against the group's fields; <b>false</b> if data is filtered against each of the group's fields separately.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridGroup.IsOLAP">
<summary>
<para>Gets whether the control is in OLAP mode.
</para>
</summary>
<value>A Boolean value that specifies whether the control is in OLAP mode.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field in the group.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.OnChanged">
<summary>
<para>This method is intended for internal use only. Normally, you don't need to use it.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.Remove(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Removes the specified field from the group.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field to remove from the group.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.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="P:DevExpress.XtraPivotGrid.PivotGridGroup.ShowNewValues">
<summary>
<para>Gets or sets whether field values that have appeared in the datasource after the field's filtering was configured should be shown.
</para>
</summary>
<value><b>true</b> to show new field values; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridGroup.ToString">
<summary>
<para>Returns the group's display text.
</para>
</summary>
<returns>A string which represents the group's display text.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridGroup.Visible">
<summary>
<para>Gets whether the group is visible.
</para>
</summary>
<value><b>true</b> if the group is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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="M:DevExpress.XtraPivotGrid.PivotGridGroup.XtraCreateFieldsItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="e">
An XtraItemEventArgs object.
</param>
<returns>An object.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource">
<summary>
<para>Represents a list of the records which are used to calculate summaries for individual cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDrillDownDataSource.#ctor">
<summary>
<para>Initializes a new instance of the PivotDrillDownDataSource class.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotDrillDownDataSource.AllRows">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDrillDownDataSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDrillDownDataSource.GetListName(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.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; <b>-1</b> if the specified row has not been found.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDrillDownDataSource.GetValue(System.Int32,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<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.XtraPivotGrid.PivotGridFieldBase"/> 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.XtraPivotGrid.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 OLAP mode, 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="M:DevExpress.XtraPivotGrid.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="P:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotDrillDownDataRow"/> object that represents the row at the specified location.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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.XtraPivotGrid.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="M:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotDrillDownDataSource.SetValue(System.Int32,DevExpress.XtraPivotGrid.PivotGridFieldBase,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.XtraPivotGrid.PivotGridFieldBase"/> object that represents the pivot grid field. It's <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.FieldName"/> property identifies the column in the data source.
</param>
<param name="value">
An object that represents the new value.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotDrillDownDataRow">
<summary>
<para>Represents a single row in the data source which provides the data used to calculate summaries for individual cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotDrillDownDataRow.#ctor(DevExpress.XtraPivotGrid.PivotDrillDownDataSource,System.Int32)">
<summary>
<para>Initializes a new instance of the PivotDrillDownDataRow class.
</para>
</summary>
<param name="dataSource">
A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that represents the data source that will own the created row.
</param>
<param name="index">
An integer that specifies the index of the created row in the data source.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotDrillDownDataRow.DataSource">
<summary>
<para>Gets the data source which contains the current row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object which represents the data source that contains the current row.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotDrillDownDataRow.Index">
<summary>
<para>Gets the row's index within <see cref="P:DevExpress.XtraPivotGrid.PivotDrillDownDataRow.DataSource"/>.
</para>
</summary>
<value>An integer which specifies the row's index in the data source.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotDrillDownDataRow.Item(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Gets the row's value for the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> 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.XtraPivotGrid.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.XtraPivotGrid.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.XtraPivotGrid.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.XtraPivotGrid.PivotGridFieldFilterValues">
<summary>
<para>Contains filter values for a specific field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the PivotGridFieldFilterValues class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field that will own the collection. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Field"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Add(System.Object)">
<summary>
<para>Adds the specified element to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array.
</para>
</summary>
<param name="value">
An object which represents the element to add.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.AllowProperty(DevExpress.Utils.OptionsLayoutBase,System.String,System.Int32)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="options">
</param>
<param name="propertyName">
</param>
<param name="id">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Assign(DevExpress.XtraPivotGrid.PivotGridFieldFilterValues)">
<summary>
<para>Copies the settings from the <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues"/> object passed as a parameter.
</para>
</summary>
<param name="filteredValues">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues"/> object whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), this method does nothing.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Clear">
<summary>
<para>Removes all elements from the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Contains(System.Object)">
<summary>
<para>Returns whether the current filter condition allows displaying the specified value.
</para>
</summary>
<param name="value">
An object that should be located in the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array.
</param>
<returns><b>true</b> if the current filter condition allows displaying the specified value; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Contains(System.Object,System.Boolean)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="value">
</param>
<param name="invertExcluded">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Count">
<summary>
<para>Gets the number of elements in the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array.
</para>
</summary>
<value>An integer value which specifies the number of elements in the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.DeferFilterString">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Field">
<summary>
<para>Gets the field which owns the current collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the field which the current collection belongs to.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.FilterType">
<summary>
<para>Gets or sets the field's filter type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> enumeration value which specifies the field's filter type.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.HasFilter">
<summary>
<para>Gets whether the current PivotGridFieldFilterValues object specifies non-empty filter criteria.
</para>
</summary>
<value><b>true</b> if the current PivotGridFieldFilterValues object specifies non-empty filter criteria; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.InvertFilterType">
<summary>
<para>Inverts the current filter type.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.IsEmpty">
<summary>
<para>Gets whether the current collection contains values used to filter against the current field.
</para>
</summary>
<value><b>true</b> if there are no elements in the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array and the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.FilterType"/> property is set to <b>Excluded</b>; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.IsEquals(DevExpress.XtraPivotGrid.PivotGridFieldFilterValues)">
<summary>
<para>Returns whether the filter values and settings represented by the current and specified objects match.
</para>
</summary>
<param name="b">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues"/> object that represents the filter values and settings that should be compared with the current ones.
</param>
<returns><b>true</b> if the filter values and settings represented by the current and specified objects match; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.IsEquals(System.Collections.Generic.IList`1)">
<summary>
<para>Returns whether the current filter values and the specified values match.
</para>
</summary>
<param name="values">
A list of objects that represents the values that should be compared with the current filter values.
</param>
<returns><b>true</b> if the current filter values and the specified values match; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Remove(System.Object)">
<summary>
<para>Removes the specified element from the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values"/> array.
</para>
</summary>
<param name="value">
An object which represents the element to remove.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ResetProperties(DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="options">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.SetFilterType(DevExpress.XtraPivotGrid.PivotFilterType)">
<summary>
<para>Sets the filter type to the specified value.
</para>
</summary>
<param name="filterType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> enumeration member that specifies the filter type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.FilterType"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.SetValues(System.Collections.Generic.IList`1,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean)">
<summary>
<para>Adds the specified values to the collection and sets the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.FilterType"/> and <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks"/> properties to the specified values.
</para>
</summary>
<param name="values">
An array of objects that contains filter values that should be added to the collection.
</param>
<param name="filterType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> value that specifies the current field's filter type.
</param>
<param name="showBlanks">
<b>true</b> if the PivotGridControl should process records that contain NULL values in the current field; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.SetValues(System.Collections.Generic.IList`1,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,System.Boolean)">
<summary>
<para>Adds the specified values to the collection and sets the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.FilterType"/> and <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks"/> properties to the specified values.
</para>
</summary>
<param name="values">
An array of objects that contains filter values that should be added to the collection.
</param>
<param name="filterType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> value that specifies the current field's filter type.
</param>
<param name="showBlanks">
<b>true</b> if the PivotGridControl should process records that contain NULL values in the current field; otherwise, <b>false</b>.
</param>
<param name="allowOnChanged">
<b>true</b> to allow raising <b>OnChanged</b> events; otherwise, <b>false</b>.
</param>
<returns><b>true</b> if the specified values differ from the current ones; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.SetValuesAsync(System.Collections.Generic.IList`1,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,System.Boolean)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="values">
</param>
<param name="filterType">
</param>
<param name="showBlanks">
</param>
<param name="allowOnChanged">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.SetValuesAsync(System.Collections.Generic.IList`1,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,System.Boolean,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="values">
</param>
<param name="filterType">
</param>
<param name="showBlanks">
</param>
<param name="allowOnChanged">
</param>
<param name="handler">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.SetValuesAsync(System.Collections.Generic.IList`1,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="values">
</param>
<param name="filterType">
</param>
<param name="showBlanks">
</param>
<param name="handler">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ShowBlanks">
<summary>
<para>Gets or sets whether records that contain NULL values in the current field should be processed by the control.
</para>
</summary>
<value><b>true</b> if records that contain NULL values in the current field are processed by the control; <b>false</b> if these records are ignored.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.Values">
<summary>
<para>Gets or sets an array of filter values.
</para>
</summary>
<value>An array of objects that represent the filter values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ValuesCore">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ValuesExcluded">
<summary>
<para>Gets or sets which values are excluded from the current field.
</para>
</summary>
<value>An array of the values that are excluded from being displayed in the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues.ValuesIncluded">
<summary>
<para>Gets or sets the values that are displayed in the current field.
</para>
</summary>
<value>An array of the values that are displayed in the current field.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase">
<summary>
<para>Represents the base class for the <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalCollectionBase class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which will own the collection being created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalCollectionBase class with default settings,
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.#ctor(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase[])">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalCollectionBase class and adds copies of the specified custom totals to the collection.
</para>
</summary>
<param name="totals">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> objects whose copies will be added to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Add(DevExpress.Data.PivotGrid.PivotSummaryType)">
<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.Data.PivotGrid.PivotSummaryType"/> 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.XtraPivotGrid.PivotGridCustomTotalBase.SummaryType"/> property.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> object which represents the created custom total.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Add(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase)">
<summary>
<para>Adds the specified custom total to the collection.
</para>
</summary>
<param name="customTotal">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> descendant which represents the custom total to add to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Add(DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase)">
<summary>
<para>Clones custom totals from the specified collection and adds them to the current collection.
</para>
</summary>
<param name="customTotals">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase"/> collection that stores custom totals whose copies will be added to the current collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.AssignArray(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase[])">
<summary>
<para>Clears the current collection and adds the specified array's items to the collection.
</para>
</summary>
<param name="totals">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> objects to be added to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.CloneToArray">
<summary>
<para>Returns copies of items stored in the current collection.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> objects which are copies of the current collection's items.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Contains(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Returns whether the current collection contains an element with the specified summary type.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> value that specifies the summary type to be tested.
</param>
<returns><b>true</b> if the current collection contains an element with the specified summary type; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Field">
<summary>
<para>Gets the field which owns the current collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> field which owns the current collection.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.IndexOf(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase)">
<summary>
<para>Returns the index of the specified element.
</para>
</summary>
<param name="customTotal">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> descendant representing the collection element.
</param>
<returns>An integer value representing the zero-based index of the specified element; <b>-1</b> if the element has not been found.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Item(System.Int32)">
<summary>
<para>Provides indexed access to the elements in the collection.
</para>
</summary>
<param name="index">
A zero-based integer value which represents the desired custom total's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> object located at the specified index.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollectionBase.Remove(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase)">
<summary>
<para>Removes the specified custom total from the collection.
</para>
</summary>
<param name="customTotal">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> descendant which represents the custom total to remove from the collection.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase">
<summary>
<para>Represents the base class for the <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.#ctor(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalBase class with the specified summary function type.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> value that specifies the summary function type for the created custom total object. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.SummaryType"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalBase class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.CellFormat">
<summary>
<para>Provides the settings used to format the custom total's values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies the formatting settings for the custom total values.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.CloneTo(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase)">
<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.XtraPivotGrid.PivotGridCustomTotalBase"/> object to which settings are copied from the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.Format">
<summary>
<para>Provides the settings used to format the text within the custom total's headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings for the text displayed within the custom total's header.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.GetCellFormat">
<summary>
<para>Gets the actual settings used to format the custom total's values.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies the formatting settings.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.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 custom total.
</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.XtraPivotGrid.PivotGridCustomTotalBase.IsEqual(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase)">
<summary>
<para>Returns whether the settings of the current and specified objects match.
</para>
</summary>
<param name="total">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> object to be compared with the current object.
</param>
<returns><b>true</b> if the settings of the objects match; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.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.Data.PivotGrid.PivotSummaryType"/> enumeration value that specifies the summary function type.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.Tag">
<summary>
<para>Gets or sets the data associated with the custom total.
</para>
</summary>
<value>An object containing the information which is associated with the custom total.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase.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.XtraPivotGrid.PivotGridOptionsSelection">
<summary>
<para>Provides selection options for the control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsSelection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsSelection"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsSelection.CellSelection">
<summary>
<para>Gets or sets whether multiple cells can be selected.
</para>
</summary>
<value><b>true</b> to allow multiple cell selections; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsSelection.EnableAppearanceFocusedCell">
<summary>
<para>Gets or sets whether the appearance settings used to paint the focused cell are enabled.
</para>
</summary>
<value><b>true</b> if the appearance settings for focused cells are enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsSelection.MaxHeight">
<summary>
<para>Gets the maximum number of rows that can be selected simultaneously.
</para>
</summary>
<value>An integer value that specifies the maximum number of rows that can be selected simultaneously. <b>-1</b> if any number of rows can be selected.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsSelection.MaxWidth">
<summary>
<para>Gets the maximum number of columns that can be selected simultaneously.
</para>
</summary>
<value>An integer value that specifies the maximum number of columns that can be selected simultaneously. <b>-1</b> if any number of columns can be selected.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsSelection.MultiSelect">
<summary>
<para>Gets or sets whether multiple range selection is enabled.
</para>
</summary>
<value><b>true</b> to enable multiple range selection; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotTotalsVisibility">
<summary>
<para>Contains values that specify which summary totals are displayed for a specific column field or row field.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTotalsVisibility.AutomaticTotals">
<summary>
<para>Specifies that automatic totals are calculated.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTotalsVisibility.CustomTotals">
<summary>
<para>Specifies that custom totals are calculated using the formula in the <see cref="P:DevExpress.XtraPivotGrid.PivotGridField.CustomTotals"/> collection.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotTotalsVisibility.None">
<summary>
<para>Specifies that a summary total is not calculated.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection">
<summary>
<para>Provides thread-safe access to the pivot grid fields collection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection.Count">
<summary>
<para>Gets the number of fields in the collection.
</para>
</summary>
<value>An integer value that specifies the number of fields in the collection.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection.GetVisibleFieldCount(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns the number of visible fields displayed within the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the targeted area.
</param>
<returns>An integer value that identifies the number of visible fields displayed within the specified area.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection.Item(System.String)">
<summary>
<para>Provides access to individual fields within the collection by the name of the bound data source field.
</para>
</summary>
<param name="fieldName">
A <see cref="T:System.String"/> that specifies the name of the bound data source field.
</param>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Provides thread safe read-only access to basic field settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual fields within the collection.
</para>
</summary>
<param name="index">
A zero-based integer value that specifies the index of the required field.
</param>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Provides thread safe read-only access to basic field settings.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization">
<summary>
<para>Provides customization options for a PivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization"/> class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.#ctor(System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsCustomization class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
<param name="viewBagOwner">
An object which implements the IViewBagOwner interface.
</param>
<param name="objectPath">
The string value.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowCustomizationForm">
<summary>
<para>Gets or sets whether end-users are allowed to invoke the Customization Form.
</para>
</summary>
<value><b>true</b> if end-users are allowed to invoke the Customization Form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowDrag">
<summary>
<para>Gets or sets whether end-users are allowed to drag field headers.
</para>
</summary>
<value><b>true</b> to allow end-users to drag field headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowDragInCustomizationForm">
<summary>
<para>Gets or sets whether end-users are allowed to drag field headers between areas in the Customization Form.
</para>
</summary>
<value><b>true</b> if end-users are allowed to drag field headers between areas in the Customization Form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowExpand">
<summary>
<para>Gets or sets whether end-users are allowed to expand/collapse rows or columns that correspond to the current field.
</para>
</summary>
<value><b>true</b> if end-users are allowed to expand/collapse rows or columns that correspond to the current field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowExpandOnDoubleClick">
<summary>
<para>Gets or sets whether field values are expanded/collapsed on a double click.
</para>
</summary>
<value><b>true</b> if field values are expanded/collapsed on a double click; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowFilter">
<summary>
<para>Gets or sets whether filter buttons are displayed within field headers.
</para>
</summary>
<value><b>true</b> to display filter buttons within field headers; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowFilterBySummary">
<summary>
<para>Gets or sets whether end-users are allowed to filter pivot grid data by summaries.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether end-users are allowed to filter pivot grid data by summaries.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowFilterInCustomizationForm">
<summary>
<para>Gets or sets whether filtering can be applied to fields via the Customization Form.
</para>
</summary>
<value><b>true</b> if filtering can be applied to fields via the Customization Form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowHideFields">
<summary>
<para>Gets or sets a value which specifies when the fields can be hidden by end-users.
</para>
</summary>
<value>An <see cref="T:DevExpress.XtraPivotGrid.AllowHideFieldsType"/> enumeration value which specifies when the field can be hidden by end-users.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowPrefilter">
<summary>
<para>Gets or sets whether end-users are allowed to invoke the Prefilter.
</para>
</summary>
<value><b>true</b> to allow end-users to invoke the Prefilter; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowSort">
<summary>
<para>Gets or sets whether end-users can change the sort order of fields.
</para>
</summary>
<value><b>true</b> to allow end-users to change the sort order of fields; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowSortBySummary">
<summary>
<para>Gets or sets whether end-users can sort row field values by column values, and column field values by row values.
</para>
</summary>
<value><b>true</b> if end-users can sort field values by other field values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowSortInCustomizationForm">
<summary>
<para>Gets or sets whether the sort order of field values can be toggled via the Customization Form.
</para>
</summary>
<value><b>true</b> if the sort order of field values can be toggled via the Customization Form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.CustomizationFormAllowedLayouts">
<summary>
<para>Gets or sets which layouts can be applied to the Customization Form when it is painted in Excel2007 style.
</para>
</summary>
<value>One or several <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts"/> enumeration members that specify which layouts can be applied to the Customization Form.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.CustomizationFormLayout">
<summary>
<para>Gets or sets the customization form's layout when it is painted in Excel2007 style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout"/> enumeration member that specifies how fields are arranged within the customization form.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.CustomizationFormStyle">
<summary>
<para>Gets or sets the Customization Form's style.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormStyle"/> value that specifies the customization form's style.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.DeferredUpdates">
<summary>
<para>Gets or sets whether dragging fields within the Customization Form (when it's painted using the Excel2007 style) immediately updates the layout of fields in the PivotGrid control.
</para>
</summary>
<value><b>true</b> if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo">
<summary>
<para>Contains the settings used to sort the values of a column field or row field by summary values in another row/column.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridFieldSortBySummaryInfo class.
</para>
</summary>
<param name="owner">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant.
</param>
<param name="objectPath">
The string value.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Assign(DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo)">
<summary>
<para>Copies settings from the specified object to the current object.
</para>
</summary>
<param name="sortInfo">
A source object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Conditions">
<summary>
<para>Contains conditions that identify the column or row whose values are sorted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldSortConditionCollection"/> collection whose items identify the column or row of values to be sorted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.CustomTotalSummaryType">
<summary>
<para>Gets or sets the summary type of the custom total column/row, by which the current field values are sorted.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> object representing the summary type of the custom total column/row, by which the field values are sorted. <b>Null</b> if the field values are not sorted by a custom total column/row.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Field">
<summary>
<para>Gets or sets the field whose summary values define the order in which the values of the current column field or row field are arranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents a field whose summary values determine the order of the current field's values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.FieldComponentName">
<summary>
<para>For internal use. Gets or sets the name of the field specified by the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Field"/> property.
</para>
</summary>
<value>A string which specifies the name of the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Field"/>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.FieldName">
<summary>
<para>Gets or sets the field name of the field whose summary values define the order in which the values of the current column field or row field are arranged.
</para>
</summary>
<value>A string that specifies the field name of the field whose summary values determine the order of the current field's values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.IsEmpty">
<summary>
<para>Gets whether the current object is initialized with valid data.
</para>
</summary>
<value><b>true</b> if the current object is initialized with valid data; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Owner">
<summary>
<para>Gets the field which owns the current PivotGridFieldSortBySummaryInfo object and whose values are sorted using the settings of this object.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents the Column Field or row field whose values are sorted using the settings of the current PivotGridFieldSortBySummaryInfo object.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Reset">
<summary>
<para>Reverts the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.SummaryType"/>, <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.Field"/> and <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.FieldName"/> properties to their default values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.ResetConditions">
<summary>
<para>This member supports the infrastructure and cannot be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.ShouldSerialize">
<summary>
<para>Tests whether the PivotGridFieldSortBySummaryInfo object should be persisted.
</para>
</summary>
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.ShouldSerializeConditions">
<summary>
<para>This member supports the infrastructure and cannot be used directly from your code.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.SummaryType">
<summary>
<para>Gets or sets the summary function type used to calculate the summary values which define the order in which the current column field's (row field's) values are arranged.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> value that specifies the summary function type.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo.ToString">
<summary>
<para>Gets the text representation of the current object.
</para>
</summary>
<returns>An empty string.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.AllowHideFieldsType">
<summary>
<para>Lists values that specify when fields can be hidden by end-users.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AllowHideFieldsType.Always">
<summary>
<para>End-users can always hide fields.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AllowHideFieldsType.Never">
<summary>
<para>End-users cannot hide fields.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AllowHideFieldsType.WhenCustomizationFormVisible">
<summary>
<para>End-users can only hide fields when the customization form is visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource">
<summary>
<para>Represents a summary data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the PivotSummaryDataSource class.
</para>
</summary>
<param name="data">
A <b>DevExpress.XtraPivotGrid.Data.PivotGridData</b> 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; <b>-1</b> 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; <b>-1</b> to include data from all rows to the data source.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.ExportToXml(System.String,System.Boolean)">
<summary>
<para>Exports the summary data source to an XML file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> that specifies the name of the XML file to which the summary data source should be written.
</param>
<param name="writeSchema">
<b>true</b> to write the summary data source with the relational structure as an inline XSD schema; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.ExportToXml(System.IO.Stream,System.Boolean)">
<summary>
<para>Exports the summary data source to a binary stream in the XML format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that represents the stream to which the summary data source should be written.
</param>
<param name="writeSchema">
<b>true</b> to write the summary data source with the relational structure as an inline XSD schema; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetColumnIndex(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns the index of the column that corresponds to the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> 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.XtraPivotGrid.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.XtraPivotGrid.PivotGridFieldBase"/> object that represents the field to which the specified column corresponds.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetIsOthersValue(System.Int32,System.String)">
<summary>
<para>Returns whether the specified cell corresponds to the 'Others' column/row.
</para>
</summary>
<param name="rowIndex">
An integer value that specifies the zero-based index of the summary data source row.
</param>
<param name="columnName">
A <see cref="T:System.String"/> that specifies the name of the summary data source column.
</param>
<returns><b>true</b> if the specified cell corresponds to the pivot grid's 'Others' column/row; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetIsOthersValue(System.Int32,System.Int32)">
<summary>
<para>Returns whether the specified cell corresponds to the 'Others' column/row.
</para>
</summary>
<param name="rowIndex">
An integer value that specifies the zero-based index of the summary data source row.
</param>
<param name="columnIndex">
An integer value that specifies the zero-based index of the summary data source column.
</param>
<returns><b>true</b> if the specified cell corresponds to the pivot grid's 'Others' column/row; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetListName(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetRowIndex(System.Object)">
<summary>
<para>Returns the index of the specified row.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataRow"/> object that represents the summary data source row.
</param>
<returns>An integer value that represents the zero-based index of the specified summary data source row.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetValue(System.Int32,System.String)">
<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="columnName">
A <see cref="T:System.String"/> that specifies the name of the summary data source column.
</param>
<returns>The value of the specified summary data source cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetValue(System.Int32,System.Int32)">
<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="columnIndex">
An integer value that specifies the zero-based index of the summary data source column.
</param>
<returns>The value of the specified summary data source cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataSource.GetValue(System.Int32,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<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.XtraPivotGrid.PivotGridFieldBase"/> 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.XtraPivotGrid.PivotSummaryDataSource.IsLive">
<summary>
<para>Gets or sets whether to update the data source when the pivot grid data changes.
</para>
</summary>
<value><b>true</b> to update the summary data source when the pivot grid data changes; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotSummaryDataRow"/> object that represents the summary data source row with the specified index.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataSource.RowCount">
<summary>
<para>Gets the number of rows in the data source.
</para>
</summary>
<value>An integer value that specifies the number of rows in the summary data source.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupInterval">
<summary>
<para>Contains values that specify how the values of a specific column or row field are combined into groups.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Alphabetical">
<summary>
<para>Combines field values into categories according to the character that the values start with.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Custom">
<summary>
<para>Enables combining the field's data into custom intervals via the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomGroupInterval"/> event.
<para>
Not supported in OLAP mode.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Date">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the date part. The time part of the values is ignored.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateDay">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the day part. The following groups can be created: <b>1</b>, <b>2</b>, <b>3</b>,...,<b>31</b>.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateDayOfWeek">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the days of the week. Examples of such groups: <b>Sunday</b>, <b>Monday</b>, <b>Tuesday</b> (the actual names of the days of the week are determined by the current culture).
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateDayOfYear">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateHour">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateHourMinute">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateHourMinuteSecond">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateMonth">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the month part. Examples of groups: <b>January</b>, <b>February</b>, <b>March</b> (the actual names of the months are determined by the current culture).
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateMonthYear">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>Field values are grouped by the date part. Examples of groups: 3/4/2012, 3/5/2012, 3/6/2012, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateQuarter">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are sorted by the quarterly intervals of the year. The following groups can be created: <b>1</b>, <b>2</b>, <b>3</b> and <b>4</b>. Each quarter includes three months.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateQuarterYear">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>Field values are grouped by the year and quarter. Examples of groups: Q3 2012, Q4 2012, Q1 2013, Q2 2013, ...</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateWeekOfMonth">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateWeekOfYear">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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>
Week numbers are calculated based on the following current culture's settings: the <see cref="P:System.Globalization.DateTimeFormatInfo.CalendarWeekRule"/> and <see cref="P:System.Globalization.DateTimeFormatInfo.FirstDayOfWeek"/> properties.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DateYear">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the year part. Examples of such groups: 2003, 2004, 2005.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.DayAge">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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.XtraPivotGrid.PivotGridFieldBase.GroupIntervalNumericRange"/> property.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Default">
<summary>
<para>Groups combine unique field values.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Hour">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the hour part, regardless of the date to which the current date/time value belongs.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Minute">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the minute part, regardless of the date to which the current date/time value belongs.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.MonthAge">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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.XtraPivotGrid.PivotGridFieldBase.GroupIntervalNumericRange"/> property.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Numeric">
<summary>
<para>This option is in effect only for fields that store numeric values.
<para>
Field values are grouped into intervals as defined by the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GroupIntervalNumericRange"/> property.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.Second">
<summary>
<para>This option is in effect only for fields that store date/time values.
<para>
Field values are grouped by the second part, regardless of the date to which the current date/time value belongs.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.WeekAge">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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.XtraPivotGrid.PivotGridFieldBase.GroupIntervalNumericRange"/> property.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupInterval.YearAge">
<summary>
<para>This option is in effect only for fields that store date/time values.
<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.XtraPivotGrid.PivotGridFieldBase.GroupIntervalNumericRange"/> property.
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridValueType">
<summary>
<para>Lists values that specify the types of column and row headers.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridValueType.CustomTotal">
<summary>
<para>Corresponds to a custom total.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridValueType.GrandTotal">
<summary>
<para>Corresponds to a grand total.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridValueType.Total">
<summary>
<para>Corresponds to an automatic total.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridValueType.Value">
<summary>
<para>Corresponds to a field value.
</para>
</summary>
</member>
<member name="T:DevExpress.Data.PivotGrid.PivotSummaryType">
<summary>
<para>Lists values that specify the summary function types.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Average">
<summary>
<para>The average of the values.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Count">
<summary>
<para>The number of values (excluding <b>Null</b> and <b>DBNull</b> values).
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Custom">
<summary>
<para>Specifies whether calculations should be performed manually, by handling the <b>CustomSummary</b> event.
<para>
Not supported in OLAP mode.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Max">
<summary>
<para>The largest value.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Min">
<summary>
<para>The smallest value.
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.StdDev">
<summary>
<para>An estimate of the standard deviation of a population, where the sample is a subset of the entire population.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.StdDevp">
<summary>
<para>The standard deviation of a population, where the population is all of the data to be summarized.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Sum">
<summary>
<para>The sum of the values.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Var">
<summary>
<para>An estimate of the variance of a population, where the sample is a subset of the entire population.
<para>
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Data.PivotGrid.PivotSummaryType.Varp">
<summary>
<para>The variance of a population, where the population is all of the data to be summarized.
<para>
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldOptions">
<summary>
<para>Contains options for a field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldOptions.#ctor(DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridFieldOptions class with the specified settings.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
<param name="viewBagOwner">
An IViewBagOwner object that is used to initialize the created object.
</param>
<param name="objectPath">
A string value that is used to initialize the created object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowDrag">
<summary>
<para>Gets or sets whether an end-user is allowed to drag the Field Header.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value specifying whether end-users can drag the field's header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowDragInCustomizationForm">
<summary>
<para>Gets or sets whether end-users are allowed to drag field headers between areas in the Customization Form.
</para>
</summary>
<value><b>true</b> if end-users are allowed to drag field headers between areas in the Customization Form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.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.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value which specifies whether end-users can expand/collapse the field's rows or columns.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowFilter">
<summary>
<para>Gets or sets whether an end-user can apply a filter to the current field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value specifying whether end-users can apply a filter to the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowFilterBySummary">
<summary>
<para>Gets or sets whether end-users are allowed to filter pivot grid data by summaries calculated against the current data field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether end-users are allowed to filter pivot grid data by summaries calculated against the current data field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowRunTimeSummaryChange">
<summary>
<para>Gets or sets whether an end-user can change the data field's summary type.
</para>
</summary>
<value><b>true</b> to allow an end-user to change the data field's summary type; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowSort">
<summary>
<para>Gets or sets whether an end-user can modify the field's current sort order.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value specifying whether end-users can modify the field's sort order.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowSortBySummary">
<summary>
<para>Gets or sets whether end-users can sort the current row/column field values by other column/row summary values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether end-users can sort the current row/column field values by other column/row summary values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.GroupFilterMode">
<summary>
<para>Gets or sets the filtering mode used for the field's owner group.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterMode"/> enumeration member that specifies the filtering mode used for the field's owner group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.HideEmptyVariationItems">
<summary>
<para>Gets or sets whether the first (empty) column/row that displays variation data for the current data field must be hidden.
</para>
</summary>
<value><b>true</b> if the first (empty) column/row that displays variation data for the current data field must be hidden; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OLAPFilterByUniqueName">
<summary>
<para>Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in an OLAP mode.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether PivotGridControl should take into account OLAP member values or unique names when filtering data in an OLAP mode.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OLAPFilterUsingWhereClause">
<summary>
<para>Gets or sets whether to use the WHERE or subselect clause in an MDX query, when filtering against filter fields in OLAP mode.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotOLAPFilterUsingWhereClause"/> enumeration member that specifies whether to use the WHERE or subselect clause in an MDX query, when filtering against filter fields in OLAP mode.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OLAPUseNonEmpty">
<summary>
<para>Gets or sets whether the <a href="http://msdn.microsoft.com/en-us/library/ms145988.aspx">NonEmpty</a> function should be used in MDX queries for the current measure.
</para>
</summary>
<value><b>true</b> to use the <a href="http://msdn.microsoft.com/en-us/library/ms145988.aspx">NonEmpty</a> function in MDX queries; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridFieldOptions.OptionsChanged">
<summary>
<para>Occurs when any of the PivotGrid control's option has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowCustomTotals">
<summary>
<para>Gets or sets whether Custom Totals that correspond to the current Column Field or Row Field are visible.
</para>
</summary>
<value><b>true</b> if corresponding custom totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowGrandTotal">
<summary>
<para>Gets or sets whether grand totals that correspond to the current data field are visible.
</para>
</summary>
<value><b>true</b> if corresponding grand totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowInCustomizationForm">
<summary>
<para>Gets or sets whether the field's header is displayed within the customization form when the field is hidden.
</para>
</summary>
<value><b>true</b> to display the field's header within the customization form when the field is hidden; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowInPrefilter">
<summary>
<para>Gets or sets whether the field is shown in Prefilter.
</para>
</summary>
<value><b>true</b> if the field is shown in Prefilter; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowSummaryTypeName">
<summary>
<para>Gets or sets whether the summary type is displayed within the data field's header.
</para>
</summary>
<value><b>true</b> to display the summary type within the data field's header; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowTotals">
<summary>
<para>Gets or sets whether Totals that correspond to the current data field are visible.
</para>
</summary>
<value><b>true</b> if corresponding automatic totals are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowValues">
<summary>
<para>Gets or sets whether data cells that correspond to the current data field are visible.
</para>
</summary>
<value><b>true</b> if data cells that correspond to the current data field are visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase">
<summary>
<para>Represents the base class for the <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldCollection"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridFieldCollectionBase class.
</para>
</summary>
<param name="data">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object that implements data-aware operations on the data source.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Add">
<summary>
<para>Appends a new field to the collection.
</para>
</summary>
<returns>The <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object added to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Add(System.String,DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Adds a new field with the specified field name and location to the end of the collection.
</para>
</summary>
<param name="fieldName">
A string that identifies the name of the database field that will be assigned to the new PivotGridField object. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.FieldName"/> property.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the area in which the new PivotGridField object will be positioned. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Area"/> property.
</param>
<returns>The <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object added to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Add(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Adds the specified field to the collection.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the pivot grid field.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.ClearAndDispose">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Contains(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Indicates whether the collection contains the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object to locate in the collection.
</param>
<returns><b>true</b> if the collection contains the specified field; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Data">
<summary>
<para>This property is intended for internal use only. Normally, you don't need to use it.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.DefaultFieldWidth">
<summary>
<para>Gets the default width of Field Value boxes.
</para>
</summary>
<value>An integer value that specifies the default width of Field Value boxes.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.GenerateName(System.String)">
<summary>
<para>Generates the default name of the pivot grid field by the name of the corresponding data source field.
</para>
</summary>
<param name="fieldName">
A <see cref="T:System.String"/> that specifies the name of the corresponding data source field.
</param>
<returns>A <see cref="T:System.String"/> that specifies the generated name of the pivot grid field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.GetFieldByName(System.String)">
<summary>
<para>Gets a field in the collection by its name.
</para>
</summary>
<param name="name">
A string which represents the name of the required field.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents a field with the specified name; <b>null</b> if the collection doesn't contain such a field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.GetVisibleFieldCount(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns the number of visible fields displayed within the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the targeted area.
</param>
<returns>An integer value that identifies the number of visible fields displayed within the specified area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.GroupFieldsByHierarchies">
<summary>
<para>Combines fields into groups as specified by a cube's structure on an OLAP server. This method supports the internal infrastructure, and is not intended to be called directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.IndexOf(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns the specified field's position within the collection.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object to locate in the collection.
</param>
<returns>A zero-based integer which represents the field's position within the collection. <b>-1</b> if the field doesn't belong to the collection.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Item(System.String)">
<summary>
<para>Gets the field object specified by the bound field name.
</para>
</summary>
<param name="fieldName">
A string value specifying the bound field name of the required <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object.
</param>
<value>The <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant bound to the specified field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual fields in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired field's position within the collection. If negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant which represents the field at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.OnGridDeserialized">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.OnNameChanged(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.String)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="field">
</param>
<param name="oldValue">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.Remove(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object from the collection.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object representing the field to remove.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.SetFieldIndex(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Int32)">
<summary>
<para>Sets the index of the specified field to the specified value.
</para>
</summary>
<param name="field">
The <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object that should be moved to the specified location in the collection.
</param>
<param name="newIndex">
The new index of the specified field.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollectionBase.UpdateAreaIndexes">
<summary>
<para>Updates the location indexes of the fields in the collection as a result of modifying the visibility of the fields.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldBase">
<summary>
<para>Represents the base class for the <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.#ctor(System.String,DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Initializes a new instance of the PivotGridFieldBase class with the specified field name and location.
</para>
</summary>
<param name="fieldName">
A string identifying the name of the database field. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.FieldName"/> property.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that defines the location for the PivotGridFieldBase object within the control. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Area"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridFieldBase class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridFieldBase class.
</para>
</summary>
<param name="dataFieldData">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ActualDataType">
<summary>
<para>Gets the field's actual data type.
</para>
</summary>
<value>A <see cref="T:System.Type"/> representing the field's actual data type.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ActualSortMode">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.AllowedAreas">
<summary>
<para>Gets or sets the areas within which the field can be positioned.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAllowedAreas"/> value that specifies which areas the field can be positioned in.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Area">
<summary>
<para>Gets or sets the area in which the field is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that specifies the area in which the field is displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.AreaIndex">
<summary>
<para>Gets or sets the field's index from 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="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.Assign(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Copies settings from the specified object to the current object.
</para>
</summary>
<param name="field">
A source object whose settings are copied to the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CalculateTotals">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Calculations">
<summary>
<para>Reserved for future use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanChangeLocationTo(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Returns whether the field can be positioned in the specified area, and at the specified location.
</para>
</summary>
<param name="newArea">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> object representing the pivot grid area.
</param>
<param name="newAreaIndex">
An integer value representing the index of the field in its area.
</param>
<returns><b>true</b> if the field can be positioned in the specified area and at the specified location; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanDrag">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanDragInCustomizationForm">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanFilter">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanHide">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanHideEmptyVariationItems">
<summary>
<para>Gets whether the first (empty) column/row for the current data field must be hidden (the field's <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryDisplayType"/> is set to <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.AbsoluteVariation"/> or <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentVariation"/>).
</para>
</summary>
<value><b>true</b> if the first (empty) column/row that displays variation data for the current data field must be hidden; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanShowInCustomizationForm">
<summary>
<para>Gets whether the field can be displayed within the customization form.
</para>
</summary>
<value><b>true</b> if the field can be displayed within the customization form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanShowInPrefilter">
<summary>
<para>Gets whether the current field can be filtered via the Prefilter.
</para>
</summary>
<value><b>true</b> if the current field can be filtered via the Prefilter; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanShowValueType(DevExpress.XtraPivotGrid.PivotGridValueType)">
<summary>
<para>Specifies whether field values of the specified type can be dispalyed in the PivotGrid control.
</para>
</summary>
<param name="valueType">
<see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> value that identifies the field value type to be tested.
</param>
<returns><b>true</b> if field values of the specified type can be dispalyed in the PivotGrid control; otherwise, <b>false</b>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanSort">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanSortBySummary">
<summary>
<para>Gets whether the current field's values can be sorted by values in other columns/rows.
</para>
</summary>
<value>A Boolean value that specifies whether the current field's values can be sorted by values in other columns/rows.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanSortCore">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CanSortOLAP">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Caption">
<summary>
<para>Gets or sets the field's display caption.
</para>
</summary>
<value>A string specifying the field's display caption.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.CellFormat">
<summary>
<para>Provides access to the formatting settings applied to cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings applied to cells.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.ChangeSortOrder">
<summary>
<para>Toggles the sort order for the current field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.CollapseAll">
<summary>
<para>Collapses all rows/columns that correspond to the current column field or row field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.ColumnHandle">
<summary>
<para>Gets the field's unique identifier.
</para>
</summary>
<value>An integer specifying the field's unique identifier.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ColumnValueLineCount">
<summary>
<para>If the current field is displayed in the Column Header Area, this property gets or sets the height of the field's values, in text lines.
</para>
</summary>
<value>An integer value that specifies the height of the current column field's values, in text lines. Values less than 1 and greater than 5 are not accepted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DataControllerColumnName">
<summary>
<para>Returns the column name in the associated data controller.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DataType">
<summary>
<para>Gets the field's data type.
</para>
</summary>
<value>The <see cref="T:System.Type"/>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DefaultDateFormat">
<summary>
<para>Provides access to global formatting settings for date/time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings for date/time values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DefaultDecimalFormat">
<summary>
<para>Provides access to global formatting settings for decimal values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings for decimal values.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridFieldBase.DefaultMinWidth">
<summary>
<para>A default value of the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.MinWidth"/> property, which specifies the minimum allowed width of columns that correspond to the current field.
<para><b>Return value</b>: 20</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DefaultPercentFormat">
<summary>
<para>Provides access to global formatting settings for percent values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the format settings for percent values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DefaultTotalFormat">
<summary>
<para>Provides access to global format settings for total values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the format settings for total values.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridFieldBase.DefaultWidth">
<summary>
<para>A default value of the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Width"/> property, which specifies the width of columns that correspond to the current field.
<para><b>Return value</b>: 100</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.DisplayFolder">
<summary>
<para>Gets or sets the name of the folder in which the field is located.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the folder in which the field is located.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.EmptyCellText">
<summary>
<para>Gets the text displayed by an empty cell.
</para>
</summary>
<value>A string which is the text displayed by an empty data cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.EmptyValueText">
<summary>
<para>Gets the text used for an empty field value header.
</para>
</summary>
<value>A string which represents an empty field value.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.ExpandAll">
<summary>
<para>Expands all columns/rows that correspond to the current column field or row field.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ExpandedInFieldsGroup">
<summary>
<para>Gets or sets the expansion status of the current field if it belongs to a field group.
</para>
</summary>
<value><b>true</b> if the field is expanded in a field group; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.ExpressionOperator">
<summary>
<para>Gets the criteria operator used to evaluate values for the current unbound field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the criteria operator.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.FieldName">
<summary>
<para>Gets or sets the name of the database field that is assigned to the current PivotGridFieldBase object.
</para>
</summary>
<value>A <see cref="T:System.String"/> value which is the name of the data field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.FilterValues">
<summary>
<para>Gets or sets filter values for the current field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldFilterValues"/> object that contains filter values for the current field.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.GetAvailableValuesAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Returns a list of field values that are not excluded by filters applied to other fields and can be displayed. Performs this operation asynchronously.
</para>
</summary>
<param name="asyncCompleted">
A <see cref="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.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 specified value formatted for display purposes.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetGrandTotalText">
<summary>
<para>Returns the actual text displayed within the Grand Total's header which corresponds to the current field.
</para>
</summary>
<returns>A string that specifies the actual text displayed within the Grand Total's header which corresponds to the current field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.GetOLAPMembersAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Returns an array of the OLAP members for the current field asynchronously.
</para>
</summary>
<param name="asyncCompleted">
An <see cref="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed. The array of the OLAP members is passed to this method as a parameter.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetSummaryInterval(DevExpress.XtraPivotGrid.PivotGridFieldBase,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Returns information about the distribution of summary values that have been calculated against this field and belong to the specified aggregation level.
</para>
</summary>
<param name="rowField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object that specifies a row field used to identify the aggregation level.
</param>
<param name="columnField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object that specifies a column field used to identify the aggregation level.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryInterval"/> object that contains information about the distribution of summary values calculated against this field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetSummaryInterval">
<summary>
<para>Returns information about the distribution of summary values that have been calculated against this field and belong to the lowest aggregation level.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryInterval"/> object that contains information about the distribution of last-level summary values calculated against this field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetTotalOthersText">
<summary>
<para>Returns the text displayed within the total header which corresponds to the "Others" row/column.
</para>
</summary>
<returns>A string which specifies the default text for the total header which corresponds to the "Others" row/column.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetTotalSummaryCount(System.Boolean)">
<summary>
<para>Returns the number of total summaries. This member supports the pivot grid's infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="singleValue">
A Boolean value.
</param>
<returns>The number of total summaries.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetTotalsVisibility">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetTotalValueText(System.Object)">
<summary>
<para>Returns a formatted text representation of the specified value according to the settings used to represent the headers of column or row totals.
</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.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.GetValueFormat(DevExpress.XtraPivotGrid.PivotGridValueType)">
<summary>
<para>Returns formatting settings corresponding to the specified value type.
</para>
</summary>
<param name="valueType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> that identifies the required value type.
</param>
<returns>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that represents the formatting settings for the specified value type.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.GetValueText(System.Object)">
<summary>
<para>Returns a formatted text 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 string that specifies the formatted text representation of the specified value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.GrandTotalCellFormat">
<summary>
<para>Provides access to the formatting settings applied to grand total values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings applied to grand total values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GrandTotalText">
<summary>
<para>Gets or sets the text displayed within the Grand Total's header that corresponds to the current field.
</para>
</summary>
<value>A string that represents the text displayed within the Grand Total's header that corresponds to the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Group">
<summary>
<para>Gets the group which owns the current field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object which owns the current field; <b>null</b> if the field doesn't belong to a group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GroupFilterMode">
<summary>
<para>Gets the filtering mode used for the field's owner group.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterMode"/> enumeration member that specifies the filtering mode used for the field's owner group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GroupIndex">
<summary>
<para>Gets the index of the field group which owns the current field.
</para>
</summary>
<value>An integer value that specifies the index of the group which owns the current field. <b>-1</b> if the field doesn't belong to any field group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GroupInterval">
<summary>
<para>Gets or sets how the values of the current column or row field are combined into groups.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupInterval"/> value that specifies how the values of the current field are combined into groups.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GroupIntervalNumericRange">
<summary>
<para>Gets or sets the length of the intervals when values are grouped together.
</para>
</summary>
<value>An integer value which specifies the length of the intervals when values are grouped together.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.HasNullValues">
<summary>
<para>Gets whether the field has null values.
</para>
</summary>
<value><b>true</b> if the field has null values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.HeaderDisplayText">
<summary>
<para>Returns the string displayed within the field's header, taking into account the field's <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Caption"/> and the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryType"/>. The field's summary type is appended to the field's Caption if the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.ShowSummaryTypeName"/> property is enabled.
</para>
</summary>
<value>A string that specifies the field header's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Hierarchy">
<summary>
<para>Gets the hierarchy to which the dimension level represented by the current field belongs.
</para>
</summary>
<value>A <see cref="T:System.String"/> that represents the hierarchy to which the dimension level represented by the current field,
belongs.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Index">
<summary>
<para>Gets or sets the index of the field in the control's field collection.
</para>
</summary>
<value>A zero-based integer representing the index of the field in the control's field collection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.InnerGroupIndex">
<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 which owns the current field. <b>-1</b> if the field doesn't belong to a group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.InvalidPropertyDisplayText">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsAreaAllowed(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns whether the current field can be positioned within the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> object which represents the area to test.
</param>
<returns><b>true</b> if the field can be positioned within the specified area; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsColumn">
<summary>
<para>Gets whether the field is displayed within the Column Header Area.
</para>
</summary>
<value><b>true</b> if the field is displayed within the Column Header Area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsColumnOrRow">
<summary>
<para>Gets whether the current field is displayed within the Column Header Area or Row Header Area.
</para>
</summary>
<value><b>true</b> if the field is displayed within the column header area or row header area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsComplex">
<summary>
<para>Gets whether the current PivotGridFieldBase object is bound to a complex field (a complex field name is constructed in the form "String1.String2" or "String1,String2.String3", etc).
</para>
</summary>
<value><b>true</b> if the current PivotGridFieldBase object is bound to a complex field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsDataField">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsDefaultFormat(DevExpress.Utils.FormatInfo)">
<summary>
<para>Returns whether the specified formatting settings match the default ones.
</para>
</summary>
<param name="formatInfo">
A <see cref="T:DevExpress.Utils.FormatInfo"/> object that represents the formatting settings that should be compared with the default ones.
</param>
<returns><b>true</b> if the specified formatting settings match the default ones; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsDesignTime">
<summary>
<para>Gets a value that indicates whether the component is in design mode.
</para>
</summary>
<value><b>true</b> if the component is in design mode; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsGroupIntervalNumeric">
<summary>
<para>Gets whether field values are grouped into numeric intervals as defined by the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.GroupInterval"/> property.
</para>
</summary>
<value><b>true</b> if field values are grouped into numeric intervals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsLoading">
<summary>
<para>Gets or sets whether the field is being loaded.
</para>
</summary>
<value><b>true</b> if the field is being loaded; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsNew">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsNextVisibleFieldInSameGroup">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>The Boolean value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsOLAPField">
<summary>
<para>Gets whether the field's FieldName follows the OLAP field naming convention.
</para>
</summary>
<value><b>true</b> if the field's FieldName follows the OLAP field naming convention; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsOLAPFieldName(System.String)">
<summary>
<para>Gets whether the specified field name follows the OLAP field naming convention.
</para>
</summary>
<param name="fieldName">
A string that represents a field name.
</param>
<returns><b>true</b> if the specified field name follows the OLAP field naming convention; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsOLAPNotSorted">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsOLAPSorted">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsOLAPSortModeNone">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsRowTreeField">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsUnbound">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsUnboundExpression">
<summary>
<para>Gets or sets a value indicating whether there is an unbound expression specified for the pivot grid field via the<see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundExpression"/> property.
</para>
</summary>
<value><b>true</b> if there is an unbound expression specified; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.IsUnboundExpressionValid">
<summary>
<para>Gets whether the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundExpression"/> property's value specifies a valid expression.
</para>
</summary>
<value><b>true</b> if the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundExpression"/> property's value specifies a valid expression; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.KPIGraphic">
<summary>
<para>Gets or sets a graphic set used to indicate KPI values.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotKPIGraphic"/> enumeration value that specifies the graphic set used to indicate KPI values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.KPIType">
<summary>
<para>Gets the KPI type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotKPIType"/> enumeration value that identifies the KPI type.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridFieldBase.MaximumColumnValueLineCount">
<summary>
<para>Specifies the maximum height of column field values, in lines.
<para><b>Return value</b>: 5</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridFieldBase.MaximumRowValueLineCount">
<summary>
<para>Specifies the maximum height of row field values, in lines.
<para><b>Return value</b>: 5</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridFieldBase.MinimumValueLineCount">
<summary>
<para>Specifies the minimum height of column/row field values, in lines.
<para><b>Return value</b>: 1</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.MinWidth">
<summary>
<para>Gets or sets the minimum allowed width of columns that correspond to the current field.
</para>
</summary>
<value>An integer value specifying the minimum allowed width (in pixels) of columns that correspond to the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.NamePrefix">
<summary>
<para>Gets the prefix that is used to create field names at design time.
</para>
</summary>
<value>A string that specifies the prefix that is used to create field names at design time.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.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 string that specifies the corresponding column's name.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.OnEndDeserializing(System.String)">
<summary>
<para>This method supports the control's internal infrastructure and is not intended to be called directly from your code.
</para>
</summary>
<param name="restoredVersion">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.OnEndSerializing">
<summary>
<para>This method supports the control's internal infrastructure and is not intended to be called directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.OnStartDeserializing(DevExpress.Utils.LayoutAllowEventArgs)">
<summary>
<para>This method supports the control's internal infrastructure and is not intended to be called directly from your code.
</para>
</summary>
<param name="e">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.OnStartSerializing">
<summary>
<para>This method supports the control's internal infrastructure and is not intended to be called directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Options">
<summary>
<para>Contains the field's options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldOptions"/> object which contains the field's options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.PrefilterColumnName">
<summary>
<para>Gets the name by which the field is referred to in the Prefilter expression.
</para>
</summary>
<value>A <see cref="T:System.String"/>, specifying the name by which the field is referred to in the Prefilter expression.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.PropertyDescriptor">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.RowValueLineCount">
<summary>
<para>If the current field is displayed in the Row Header Area, this property gets or sets the height of the field's values, in text lines.
</para>
</summary>
<value>An integer value that specifies the height of the current row field's values, in text lines. Values less than 1 and greater than 5 are not accepted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.RunningTotal">
<summary>
<para>Gets or sets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field.
</para>
</summary>
<value><b>true</b> to calculate Running totals for the current column/row field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SelectedAtDesignTime">
<summary>
<para>Gets or sets whether the component is selected at design time.
</para>
</summary>
<value><b>true</b> if the component is selected at design time; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.SetAreaPosition(DevExpress.XtraPivotGrid.PivotArea,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.XtraPivotGrid.PivotArea"/> value that specifies the area in which the field is placed.
</param>
<param name="areaIndex">
A zero-based integer that specifies the field's index amongst the other fields displayed within the same area.
</param>
<returns><b>true</b> if the field has been successfully moved to the specified position; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.SetNameCore(System.String)">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="name">
A string value.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.SetSortBySummary(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Collections.Generic.List`1,System.Nullable`1,System.Boolean)">
<summary>
<para>Sorts field values by another column's/row's values.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that represents the field by whose summary values the current field values are sorted.
</param>
<param name="conditions">
A list of <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldSortCondition"/> objects representing conditions that identify the column or row by whose summary values the current field values are sorted.
</param>
<param name="customTotalSummaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> object representing the summary type of custom total values by which the field values are sorted. <b>Null</b> if the field values are not sorted by a custom total column/row.
</param>
<param name="sort">
<b>true</b> to apply the specified sorting by summary, <b>false</b> to remove the current sorting by summary.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ShowActiveFilterButton">
<summary>
<para>Gets whether the Filter Button is displayed as active.
</para>
</summary>
<value><b>true</b> if the Filter Button is displayed as active for the current field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ShowFilterButton">
<summary>
<para>Gets whether the Filter Button is visible within the current field's header.
</para>
</summary>
<value><b>true</b> if the Filter Button is visible for the current field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ShowNewValues">
<summary>
<para>Gets or sets whether field values that have appeared in the datasource after the field's filtering was configured should be shown.
</para>
</summary>
<value><b>true</b> to show new field values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ShowSortButton">
<summary>
<para>Gets whether the Sort Button is visible in the current field's header.
</para>
</summary>
<value><b>true</b> if the Sort Button is visible for the current field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SortBySummaryInfo">
<summary>
<para>Contains the settings used to sort the values of the current column field or row field by summary values in rows/columns.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldSortBySummaryInfo"/> object which contains the settings used to sort the current field's values by summary values in columns/rows.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SortMode">
<summary>
<para>Gets or sets how the field's data is sorted when sorting is applied to it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortMode"/> value that specifies how the field's data is sorted in sort mode.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SortOrder">
<summary>
<para>Gets or sets the field's sort order.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> value that specifies the field's sort order.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryColumnName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryDisplayType">
<summary>
<para>Gets or sets how a summary value calculated against the current data field is represented in a cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryDisplayType"/> value that specifies how summary values are represented within cells.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryFilter">
<summary>
<para>Gets summary filtering settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryFilter"/> object that encapsulates summary filtering settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.SummaryType">
<summary>
<para>Gets or sets the type of the summary function which is calculated against the current data field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value that specifies the summary function type which is calculated against the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.XtraPivotGrid.PivotGridFieldBase.TopValueCount">
<summary>
<para>Gets or sets the absolute or relative number of field values that should be displayed for the current column field or row field.
</para>
</summary>
<value>An integer that specifies the number of field values to display for the current column or row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueMode">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueShowOthers">
<summary>
<para>Gets or sets whether the "Others" item is displayed within PivotGridControl when the Top X Value feature is enabled.
</para>
</summary>
<value><b>true</b> if the "Others" item is displayed when the Top X Value feature is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TopValueType">
<summary>
<para>Gets or sets how the number of Top Values is determined.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotTopValueType"/> value that specifies how the number of Top Values is determined.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.ToString">
<summary>
<para>Returns the field's display text.
</para>
</summary>
<returns>A string representing the field's display text.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TotalCellFormat">
<summary>
<para>Provides access to the formatting settings applied to total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings applied to total cells.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TotalsVisibility">
<summary>
<para>Gets or sets whether totals are displayed for the current field when it is positioned within the Column Header Area or Row Header Area and if so, whether they are automatic or custom.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotTotalsVisibility"/> value that specifies which totals are displayed for the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.TotalValueFormat">
<summary>
<para>Provides access to the formatting settings applied to the total header.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings applied to the total header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundExpression">
<summary>
<para>Gets or sets 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.XtraPivotGrid.PivotGridFieldBase.UnboundExpressionMode">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundFieldName">
<summary>
<para>Gets or sets the name of a column in a summary data source that corresponds to the current unbound field.
</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="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundType">
<summary>
<para>Gets or sets the data type and binding mode of the field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value representing the data type and binding mode of the field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UseDecimalValuesForMaxMinSummary">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.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.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether to use the current field's data format when the Pivot Grid Control is exported in XLS format.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.ValueFormat">
<summary>
<para>Provides access to the formatting settings applied to field values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that provides the formatting settings applied to field values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Visible">
<summary>
<para>Gets or sets whether the field is visible.
</para>
</summary>
<value><b>true</b> if the field is visible; <b>false</b> otherwise.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.Width">
<summary>
<para>Gets or sets the width of columns that correspond to the current field.
</para>
</summary>
<value>An integer value specifying the width of columns that correspond to the current field.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.XtraShouldSerializeCellFormat">
<summary>
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>A Boolean value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.XtraShouldSerializeGrandTotalCellFormat">
<summary>
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>A Boolean value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.XtraShouldSerializeTotalCellFormat">
<summary>
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>A Boolean value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.XtraShouldSerializeTotalValueFormat">
<summary>
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>A Boolean value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldBase.XtraShouldSerializeValueFormat">
<summary>
<para>This method supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<returns>A Boolean value.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotArea">
<summary>
<para>Lists the values that specify the areas where the pivot grid fields can be displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotArea.ColumnArea">
<summary>
<para>Corresponds to the Column Header Area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotArea.DataArea">
<summary>
<para>Corresponds to the Data Header Area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotArea.FilterArea">
<summary>
<para>Corresponds to the Filter Header Area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotArea.RowArea">
<summary>
<para>Corresponds to the Row Header Area.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSortOrder">
<summary>
<para>Lists the values that specify the sort order of pivot grid fields.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortOrder.Ascending">
<summary>
<para>Sorts the field in ascending order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortOrder.Descending">
<summary>
<para>Sorts the field in descending order.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase">
<summary>
<para>Serves as the base for classes that provide view options for the PivotGrid controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase"/> class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.#ctor(System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsViewBase class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
<param name="viewBagOwner">
An object which implements the IViewBagOwner interface.
</param>
<param name="objectPath">
The string value.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ColumnTotalsLocation">
<summary>
<para>Gets or sets the location of the column totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotTotalsLocation"/> enumeration value which specifies the location of column totals.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.DefaultRowTreeOffset">
<summary>
<para>Specifies the default value for the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.RowTreeOffset"/> property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.DrawFocusedCellRect">
<summary>
<para>Gets or sets whether a focus rectangle is painted around the currently focused cell.
</para>
</summary>
<value><b>true</b> to paint a focus rectangle around the focused cell; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.GetShowHeaders(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Gets whether the specified field header area is visible.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that specifies the field header area.
</param>
<returns><b>true</b> if the specified field header area is visible; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.GroupFieldsInCustomizationWindow">
<summary>
<para>Gets or sets whether hidden fields are grouped within the Customization Form.
</para>
</summary>
<value><b>true</b> if to group hidden fields within the Customization Form; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.HeaderHeightOffset">
<summary>
<para>Gets or sets the distance (vertical) between field headers.
</para>
</summary>
<value>An integer value that specifies the distance between field headers, in pixels.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.HeaderWidthOffset">
<summary>
<para>Gets or sets the distance (horizontal) between field headers.
</para>
</summary>
<value>An integer value that specifies the distance between field headers, in pixels.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.HideAllTotals">
<summary>
<para>Hides all Totals.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.IsTotalsFar(System.Boolean,DevExpress.XtraPivotGrid.PivotGridValueType)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="isColumn">
</param>
<param name="valueType">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.Reset">
<summary>
<para>Resets all options to their default values.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.RowTotalsLocation">
<summary>
<para>Gets or sets the location of the totals and grand totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotRowTotalsLocation"/> enumeration value which specifies the location of totals and grand totals.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.RowTreeOffset">
<summary>
<para>Gets or sets the tree offset.
</para>
</summary>
<value>An integer value that specifies the tree offset.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.RowTreeWidth">
<summary>
<para>Gets or sets the width of the innermost row field values.
</para>
</summary>
<value>An integer value that specifies the width of the innermost row field values, in pixels.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.SetBothTotalsLocation(DevExpress.XtraPivotGrid.PivotTotalsLocation)">
<summary>
<para>Simultaneously sets the values of the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.RowTotalsLocation"/> and <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ColumnTotalsLocation"/> properties.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.XtraPivotGrid.PivotTotalsLocation"/> enumeration value which specifies the new value for both properties.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowAllTotals">
<summary>
<para>Shows all Totals.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowColumnGrandTotalHeader">
<summary>
<para>Gets or sets whether the Grand Total column header is visible when there are two or more data fields.
</para>
</summary>
<value><b>true</b> if the Grand Total column header is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowColumnGrandTotals">
<summary>
<para>Gets or sets whether column Grand Totals are displayed.
</para>
</summary>
<value><b>true</b> to display column Grand Totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowColumnHeaders">
<summary>
<para>Gets or sets whether column headers are displayed.
</para>
</summary>
<value><b>true</b> to display the column header area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowColumnTotals">
<summary>
<para>Gets or sets whether column automatic Totals are displayed.
</para>
</summary>
<value><b>true</b> to display column automatic Totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowCustomTotalsForSingleValues">
<summary>
<para>Gets or sets whether custom totals are displayed for the field values which contain a single nesting field value.
</para>
</summary>
<value><b>true</b> to display custom totals for any field value; <b>false</b> to display custom totals for the field values which fall into two or more categories.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowDataHeaders">
<summary>
<para>Gets or sets whether data headers are displayed.
</para>
</summary>
<value><b>true</b> to display the data header area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowFilterHeaders">
<summary>
<para>Gets or sets whether filter headers are displayed.
</para>
</summary>
<value><b>true</b> to display the filter area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowFilterSeparatorBar">
<summary>
<para>Gets or sets whether the horizontal line that separates the Filter Header Area from the Data Area and Column Header Area is displayed.
</para>
</summary>
<value><b>true</b> to display the separator; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowGrandTotalsForSingleValues">
<summary>
<para>Gets or sets whether grand totals 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><b>true</b> if the grand totals are always displayed; <b>false</b> if they are only displayed when the XtraPivotGrid displays two or more values of an outer column (or row) field along its top (or left) edge.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowHorzLines">
<summary>
<para>Gets or sets whether horizontal grid lines are displayed.
</para>
</summary>
<value><b>true</b> to display horizontal grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowRowGrandTotalHeader">
<summary>
<para>Gets or sets whether the Grand Total row header is visible when there are two or more data fields.
</para>
</summary>
<value><b>true</b> if the Grand Total row header is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowRowGrandTotals">
<summary>
<para>Gets or sets whether row Grand Totals are displayed.
</para>
</summary>
<value><b>true</b> to display row Grand Totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowRowHeaders">
<summary>
<para>Gets or sets whether row headers are displayed.
</para>
</summary>
<value><b>true</b> to display the row header area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowRowTotals">
<summary>
<para>Gets or sets whether row automatic Totals are displayed.
</para>
</summary>
<value><b>true</b> to display row automatic Totals; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowTotalsForSingleValues">
<summary>
<para>Gets or sets whether automatic totals are displayed for the field values which contain a single nesting field value.
</para>
</summary>
<value><b>true</b> to display totals for any field value; <b>false</b> to display totals for the field values which fall into two or more categories.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsViewBase.ShowVertLines">
<summary>
<para>Gets or sets whether vertical grid lines are displayed.
</para>
</summary>
<value><b>true</b> to display vertical grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsBase">
<summary>
<para>Serves as a base for classes that represent the Pivot Grid control's options.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsBase"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBase.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsBase"/> class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBase.#ctor(System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsBase class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
<param name="viewBagOwner">
An object which implements the IViewBagOwner interface.
</param>
<param name="objectPath">
The string value.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBase.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings from the options object passed as the parameter to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.
</param>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridOptionsBase.OptionsChanged">
<summary>
<para>Fires when any option is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBase.ShouldSerialize">
<summary>
<para>Tests whether the PivotGridOptionsBase object should be persisted.
</para>
</summary>
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
</returns>
</member>
<member name="T:DevExpress.Data.PivotGrid.PivotSummaryValue">
<summary>
<para>Contains the values of the predefined summaries calculated for a specific cell.
</para>
</summary>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotSummaryValue.#ctor(DevExpress.Data.PivotGrid.PivotValueComparerBase)">
<summary>
<para>Initializes a new instance of the PivotSummaryValue class.
</para>
</summary>
<param name="valueComparer">
A <b>DevExpress.Data.PivotGrid.PivotValueComparerBase</b> descendant used to compare data field values when calculating the <b>Min</b> and <b>Max</b> summaries.
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotSummaryValue.AddValue(System.Object,System.Decimal)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<param name="numericValue">
</param>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Average">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Average"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Average"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Count">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Count"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Count"/> function for the current cell.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.CustomValue">
<summary>
<para>Gets or sets a custom summary value for the current cell.
</para>
</summary>
<value>A custom summary value for the current cell.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue">
<summary>
<para>Returns a unique object that identifies an error.
</para>
</summary>
<value>An object that identifies an error.
</value>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotSummaryValue.GetValue(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Returns the value of the specified predefined summary.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> value that specifies the required summary type.
</param>
<returns>The value of the specified summary.
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotSummaryValue.GetValueType(DevExpress.Data.PivotGrid.PivotSummaryType,System.Type)">
<summary>
<para>Returns the type of values calculated by the specified summary function evaluated upon data of the specified type.
</para>
</summary>
<param name="summaryType">
A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration member that specifies the type of a summary function.
</param>
<param name="sourceType">
A <see cref="T:System.Type"/> that specifies the type of data upon which the summary function is evaluated.
</param>
<returns>A <see cref="T:System.Type"/> that specifies the type of the calculation result.
</returns>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Max">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Max"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Max"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Min">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Min"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Min"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.StdDev">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.StdDev"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.StdDev"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.StdDevp">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.StdDevp"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.StdDevp"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Summary">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Sum"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Sum"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Tag">
<summary>
<para>Gets or sets custom data for the current PivotSummaryValue object.
</para>
</summary>
<value>An object that represents custom data for the current PivotSummaryValue object.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Var">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Var"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Var"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotSummaryValue.Varp">
<summary>
<para>Returns the value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Varp"/> function for the current cell.
</para>
</summary>
<value>The value of the <see cref="F:DevExpress.Data.PivotGrid.PivotSummaryType.Varp"/> function for the current cell. If an error occured during calculation, the <see cref="P:DevExpress.Data.PivotGrid.PivotSummaryValue.ErrorValue"/> property's value is returned.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase">
<summary>
<para>Serves as a base for classes that represent OLAP data sources.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase.#ctor">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase.Capabilities">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase.HandleException(DevExpress.PivotGrid.OLAP.IOLAPHelpersOwner,DevExpress.XtraPivotGrid.Data.OLAPHandleableException)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="owner">
</param>
<param name="raisedException">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase.RestoreFieldValuesAndCellsFromString(System.String,DevExpress.XtraPivotGrid.Data.PivotGridFieldReadOnlyCollection)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="stateString">
</param>
<param name="sortedFields">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase.SaveFieldValuesAndCellsToString">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts">
<summary>
<para>Lists values that specify which layouts can be applied to the Customization Form.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts.All">
<summary>
<para>All layouts can be applied to the Customization Form.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts.BottomPanelOnly1by4">
<summary>
<para>The 'Areas Section Only (1 by 4)' layout can be applied to the Customization Form.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts.BottomPanelOnly2by2">
<summary>
<para>The 'Areas Section Only (2 by 2)' layout can be applied to the Customization Form.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts.StackedDefault">
<summary>
<para>The 'Fields Section and Areas Section Stacked' layout can be applied to the Customization Form.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts.StackedSideBySide">
<summary>
<para>The 'Fields Section and Areas Section Side-By-Side' layout can be applied to the Customization Form.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts.TopPanelOnly">
<summary>
<para>The 'Fields Section Only' layout can be applied to the Customization Form.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase">
<summary>
<para>Serves as the base for classes that represent rows in the datasource passed to the chart control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Argument">
<summary>
<para>Gets or sets the argument of a chart point that will represent the current datasource row.
</para>
</summary>
<value>The argument of a chart point that will represent the current datasource row.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Series">
<summary>
<para>Gets or sets the series of a chart point that will represent the current datasource row.
</para>
</summary>
<value>The series of a chart point that will represent the current datasource row.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Value">
<summary>
<para>Gets or sets the value of a chart point that will represent the current datasource row.
</para>
</summary>
<value>The value of a chart point that will represent the current datasource row.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSummaryFilterValidity">
<summary>
<para>Lists values that specify whether the specified value range and aggregation level are valid.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryFilterValidity.Invalid">
<summary>
<para>The specified summary values range and target aggregation level are both <b>invalid</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryFilterValidity.InvalidLevel">
<summary>
<para>The specified target aggregation level is <b>invalid</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryFilterValidity.InvalidRange">
<summary>
<para>The specified summary values range is <b>invalid</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryFilterValidity.Valid">
<summary>
<para>The specified summary values range and target aggregation level are both <b>valid</b>.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotChartDataProvidePriority.Columns">
<summary>
<para>Columns are passed to the chart when <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.DataProvideMode"/> is set to <see cref="F:DevExpress.XtraPivotGrid.PivotChartDataProvideMode.ProvideLastLevelData"/> and it is impossible to find the lowest level within the selection.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartDataProvidePriority.Rows">
<summary>
<para>Rows are passed to the chart when <see cref="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.DataProvideMode"/> is set to <see cref="F:DevExpress.XtraPivotGrid.PivotChartDataProvideMode.ProvideLastLevelData"/> and it is impossible to find the lowest level within the selection.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotChartDataProvideMode.ProvideLastLevelData">
<summary>
<para>PivotGrid passes only values from the lowest aggregation level.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotChartDataProvideMode.UseCustomSettings">
<summary>
<para>PivotGrid determines which values to provide based on the <b>PivotGridOptionsChartDataSourceBase.Provide...Totals</b> property values.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.OLAPDataProvider.Adomd">
<summary>
<para>The ADOMD.NET data provider.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.OLAPDataProvider.Default">
<summary>
<para>The default OLAP provider (see the respective property description for details).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.OLAPDataProvider.OleDb">
<summary>
<para>The OLE DB data provider.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.OLAPDataProvider.Xmla">
<summary>
<para>The XMLA data access standard.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.CopyMultiSelectionMode.DiscardIntermediateColumnsAndRows">
<summary>
<para>Columns and rows located between the selected cells (blocks of cells) are not copied to the clipboard.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.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>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.CopyCollapsedValuesMode">
<summary>
<para>Lists values that specify how to copy collapsed field values to the clipboard.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.CopyCollapsedValuesMode.DuplicateCollapsedValues">
<summary>
<para>Collapsed field values are replaced with duplicates of their parent values.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.CopyCollapsedValuesMode.PreserveCollapsedLevels">
<summary>
<para>Collapsed field values are not copied but space is reserved for them.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.CopyCollapsedValuesMode.RemoveCollapsedLevels">
<summary>
<para>Collapsed field values are not copied and space is not reserved for them.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormStyle">
<summary>
<para>Contains values that specify the customization form's style.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormStyle.Excel2007">
<summary>
<para>The Customization Form is represented using the Office 2007 style:
<para>
</para>
An end-user can move fields between areas by dragging their field headers within the Customization Form. When the Defer Layout Update check box is checked, dragging fields doesn't immediately update the layout. To update the layout, click the Update button.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormStyle.Simple">
<summary>
<para>The Customization Form is represented using the Simple style:
<para>
</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridBestFitMode">
<summary>
<para>Contains values that specify which elements are taken into account when calculating the best-fit width for columns.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.Cell">
<summary>
<para>The contents of data cells are taken into account when calculating the best-fit size.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.Default">
<summary>
<para>This option is the combination of the <see cref="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.FieldValue"/>, <see cref="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.FieldHeader"/> and <see cref="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.Cell"/> options.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.FieldHeader">
<summary>
<para>The contents of field headers are taken into account when calculating the best-fit size.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.FieldValue">
<summary>
<para>The contents of field values are taken into account when calculating the best-fit size.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridBestFitMode.None">
<summary>
<para>The best-fit functionality is disabled.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsData">
<summary>
<para>Provides data specific options for PivotGrid controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsData.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,System.EventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsData class.
</para>
</summary>
<param name="data">
A PivotGridData object which contains the information required to initialize the created PivotGridOptionsData object.
</param>
<param name="optionsChanged">
An event handler that will fire after options of the created PivotGridOptionsData object have been changed.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.AllowCrossGroupVariation">
<summary>
<para>Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid.
</para>
</summary>
<value><b>true</b> to calculate summary variations and running totals throughout the Pivot Grid; <b>false</b> to calculate them independently within individual groups.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.AutoExpandGroups">
<summary>
<para>Gets or sets whether field values are expanded or collapsed by default.
</para>
</summary>
<value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/> to expand field values by default; <see cref="F:DevExpress.Utils.DefaultBoolean.False"/> to collapse them.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.CaseSensitive">
<summary>
<para>Gets or sets whether data is grouped case-sensitively.
</para>
</summary>
<value><b>true</b> if data is grouped case-sensitively; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.CustomObjectConverter">
<summary>
<para>Gets or sets a converter used to serialize/deserialize arbitrary objects in a custom manner.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter"/> interface representing a converter used to serialize/deserialize arbitrary objects in a custom manner.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.DataFieldUnboundExpressionMode">
<summary>
<para>Gets or sets whether unbound expressions for data fields are calculated based on the data source records, or summary values.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPivotGrid.DataFieldUnboundExpressionMode"/> enumeration members specifying how the unbound expressions for data fields are calculated.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.DrillDownMaxRowCount">
<summary>
<para>Gets or sets the maximum number of rows returned when calling the <b>CreateDrillDownDataSource</b> method.
</para>
</summary>
<value>An integer value that specifies the maximum number of rows returned when calling the <b>CreateDrillDownDataSource</b> method.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.FilterByVisibleFieldsOnly">
<summary>
<para>Gets or sets whether to take into account filter conditions of visible filter fields only.
</para>
</summary>
<value><b>true</b> to take into account filter conditions of visible filter fields only; <b>false</b>, to take into account filter conditions of all filter fields.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsData.SetAutoExpandGroups(DevExpress.Utils.DefaultBoolean)">
<summary>
<para>Assigns the specified value to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.AutoExpandGroups"/> property.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether field values are expanded or collapsed by default. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsData.AutoExpandGroups"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout">
<summary>
<para>Lists values that specify the layout of the Customization Form.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout.BottomPanelOnly1by4">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout.BottomPanelOnly2by2">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout.StackedDefault">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout.StackedSideBySide">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout.TopPanelOnly">
<summary>
<para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSummaryInterval">
<summary>
<para>Contains information about the distribution of summary values within a specific range.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryInterval.DataType">
<summary>
<para>Gets the data type of summary values.
</para>
</summary>
<value>A <see cref="T:System.Type"/> that specifies the data type of summary values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryInterval.Distribution">
<summary>
<para>Gets information about the distribution of summary values across the summary values range.
</para>
</summary>
<value>A list of integer values that defines the number of summary values that fall into each part (subrange) of the summary values range.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryInterval.Empty">
<summary>
<para>An empty range of summary values.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryInterval.EndValue">
<summary>
<para>Gets the maximum value in the current range.
</para>
</summary>
<value>The maximum summary value in the current range.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryInterval.IsDiscrete">
<summary>
<para>Gets whether the data type of summary values is discrete.
</para>
</summary>
<value><b>true</b> if the data type of summary values is discrete; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryInterval.IsEmpty">
<summary>
<para>Gets whether the current range contains no summary values.
</para>
</summary>
<value><b>true</b> if the current range contains no summary values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryInterval.StartValue">
<summary>
<para>Gets the minimum value in the current range.
</para>
</summary>
<value>The minimum summary value in the current range.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSummaryFilterMode">
<summary>
<para>Lists values that specify whether summary filtering should be applied to the last aggregation level or to the specified one.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryFilterMode.LastLevel">
<summary>
<para>Summary filtering is applied to cells that belong to the lowest aggregation level (the one identified by the innermost column and row fields).
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSummaryFilterMode.SpecificLevel">
<summary>
<para>Summary filtering is applied to cells that belong to an aggregation level specified by an end-user or in code via the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.ColumnField"/> and <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.RowField"/> properties.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSummaryFilter">
<summary>
<para>Contains summary filter settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryFilter.Apply(System.Object,System.Object)">
<summary>
<para>Applies the summary filter with the specified range of values to be displayed.
</para>
</summary>
<param name="startValue">
The minimum value to be displayed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.StartValue"/> property.
</param>
<param name="endValue">
The maximum value to be displayed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.EndValue"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryFilter.Apply(DevExpress.XtraPivotGrid.PivotSummaryFilter)">
<summary>
<para>Applies the summary filter with settings copied from the specified <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryFilter"/> object.
</para>
</summary>
<param name="filter">
A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryFilter"/> object that contains summary filter settings that should be applied to the current data field.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryFilter.Apply(System.Object,System.Object,DevExpress.XtraPivotGrid.PivotGridFieldBase,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Applies the summary filter with the specified range of values to be displayed. The filter is applied to cells that belong to the specified aggregation level.
</para>
</summary>
<param name="startValue">
The minimum value to be displayed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.StartValue"/> property.
</param>
<param name="endValue">
The maximum value to be displayed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.EndValue"/> property.
</param>
<param name="rowField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the row field used to identify the target aggregation level. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.RowField"/> property.
</param>
<param name="columnField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the column field used to identify the target aggregation level. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.ColumnField"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryFilter.Clear">
<summary>
<para>Resets the summary filter.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.ColumnField">
<summary>
<para>Gets or sets a column field used to identify an aggregation level to which the filtering is applied.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies a column field used to identify an aggregation level to which the filtering is applied.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.ColumnFieldComponentName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.EndValue">
<summary>
<para>Gets or sets the maximum summary value to be displayed.
</para>
</summary>
<value>The maximum summary value to be displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.IsEmpty">
<summary>
<para>Gets whether the filter is inactive.
</para>
</summary>
<value><b>true</b> if the filter is inactive; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.Mode">
<summary>
<para>Gets or sets whether summary filtering should be applied to the last aggregation level or to the specified one.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryFilterMode"/> enumeration member that specifies whether summary filtering should be applied to the last aggregation level or to the specified one.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.RowField">
<summary>
<para>Gets or sets the row field used to identify an aggregation level to which the filtering is applied.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the row field used to identify an aggregation level to which the filtering is applied.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.RowFieldComponentName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.StartValue">
<summary>
<para>Gets or sets the minimum summary value to be displayed.
</para>
</summary>
<value>The minimum summary value to be displayed
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryFilter.Validity">
<summary>
<para>Gets whether the specified value range and aggregation level are valid.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryFilterValidity"/> enumeration member that defines whether the specified value range and aggregation level are valid.
</value>
</member>
<member name="T:DevExpress.PivotGrid.Printing.PrintAppearance">
<summary>
<para>Provides the appearance settings used to print a pivot grid.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearance.#ctor">
<summary>
<para>Initializes a new instance of the PrintAppearance class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.Cell">
<summary>
<para>Gets the appearance settings used to print data cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print data cells.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.CustomTotalCell">
<summary>
<para>Gets the appearance settings used to print custom total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print custom total cells.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.FieldHeader">
<summary>
<para>Gets the appearance settings used to print field headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print field headers.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.FieldValue">
<summary>
<para>Gets the appearance settings used to print the values of fields and the default appearance settings used to print grand totals and totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print field values.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.FieldValueGrandTotal">
<summary>
<para>Gets the appearance settings used to print grand total headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print the grand total headers.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.FieldValueTotal">
<summary>
<para>Gets the appearance settings used to print the headers of totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print the headers of totals.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.GrandTotalCell">
<summary>
<para>Gets the appearance settings used to print grand total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print grand total cells.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.Lines">
<summary>
<para>Gets the appearance settings used to print the horizontal and vertical lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print grid lines.
</value>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearance.Reset">
<summary>
<para>Resets the properties of all the appearance objects within the collection to their default values.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearance.ShouldSerialize">
<summary>
<para>Tests whether or not the <see cref="T:DevExpress.Utils.BaseAppearanceCollection"/> should be persisted.
</para>
</summary>
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintAppearance.ToString">
<summary>
<para>Returns the textual representation of PrintAppearance.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value.
</returns>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintAppearance.TotalCell">
<summary>
<para>Gets the appearance settings used to print automatic total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.PivotGrid.Printing.PrintAppearanceObject"/> value that provides the appearance settings used to print automatic total cells.
</value>
</member>
<member name="T:DevExpress.PivotGrid.Printing.CustomExportHeaderEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomExportHeader</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.CustomExportHeaderEventArgsBase`1.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotFieldItemBase,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the CustomExportHeaderEventArgsBase class with the specified settings.
</para>
</summary>
<param name="brick">
An object implementing the <b>IVisualBrick</b> interface or its descendant.
</param>
<param name="fieldItem">
A <b>PivotFieldItemBase</b> class descendant.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the processed field.
</param>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportHeaderEventArgsBase`1.Caption">
<summary>
<para>Gets the processed field caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the processed field caption.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportHeaderEventArgsBase`1.Field">
<summary>
<para>Gets the processed field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the processed field.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridXmlaDataSource">
<summary>
<para>A datasource used to access OLAP data via XMLA.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridXmlaDataSource.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridXmlaDataSource class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridXmlaDataSource.ConnectionString">
<summary>
<para>Specifies parameters used to connect to a data pump.
</para>
</summary>
<value>A <see cref="T:System.String"/> that encapsulates parameters used to connect to a data pump.
</value>
</member>
<member name="T:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomExportCell</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,System.Drawing.GraphicsUnit,DevExpress.PivotGrid.Printing.IPivotPrintAppearance,DevExpress.PivotGrid.Printing.PivotGridPrinterBase)">
<summary>
<para>Initializes a new instance of the CustomExportCellEventArgsBase class with the specified settings.
</para>
</summary>
<param name="brick">
An object implementing the <b>IVisualBrick</b> interface or its descendant.
</param>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="graphicsUnit">
A <see cref="T:System.Drawing.GraphicsUnit"/> enumeration value that specifies the unit of measurement for the given data.
</param>
<param name="appearance">
An object implementing the <b>IPivotPrintAppearance</b> interface or its descendant.
</param>
<param name="printer">
A <b>PivotGridPrinterBase</b> class descendant.
</param>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.ColumnFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.ColumnIndex">
<summary>
<para>Gets the visual index of the column that contains the current cell.
</para>
</summary>
<value>An integer value that specifies the visual index of the column that contains the current cell.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.ColumnValue">
<summary>
<para>Gets information about a column field value that corresponds to the current cell.
</para>
</summary>
<value>A <b>PivotFieldValueItem</b> object that provides information about a column field value that corresponds to the current cell.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.FormatType">
<summary>
<para>Gets the type of formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.FormatType"/> enumeration value that specifies the formatting type.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.IsTextFit">
<summary>
<para>Gets whether the processed cell text is entirely displayed.
</para>
</summary>
<value><b>true</b> if the cell text is entirely displayed; <b>false</b> if the cell text is clipped.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.RowFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.RowIndex">
<summary>
<para>Gets the visual index of the row that contains the current cell.
</para>
</summary>
<value>An integer value that specifies the visual index of the row that contains the current cell.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.RowValue">
<summary>
<para>Gets information about a row field value that corresponds to the current cell.
</para>
</summary>
<value>A <b>PivotFieldValueItem</b> object that provides information about a row field value that corresponds to the current cell.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.Text">
<summary>
<para>Gets the text displayed within the processed cell.
</para>
</summary>
<value>A string value that specifies the cell display text.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomExportCellEventArgsBase.Value">
<summary>
<para>Gets the processed cell value.
</para>
</summary>
<value>An object that specifies the cell value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase">
<summary>
<para>The base class for classes that provide options controlling the display of the PivotGrid's data in a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsChartDataSourceBase class.
</para>
</summary>
<param name="data">
A <b>DevExpress.XtraPivotGrid.Data.PivotGridData</b> object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings should be assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.AutoTransposeChart">
<summary>
<para>Gets or sets whether a bound chart control should be transposed if the number of series exceeds the number of argument values.
</para>
</summary>
<value><b>true</b> to transpose a bound chart control if the number of series exceeds the number of argument values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.DataProvideMode">
<summary>
<para>Gets or sets what data the pivot grid should pass to a bound chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotChartDataProvideMode"/> enumeration member that specifies what data the pivot grid should pass to a bound chart control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.DataProvidePriority">
<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 lowest-level data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.DefaultMaxAllowedPointCountInSeries">
<summary>
<para>The default maximum allowed number of points in a series.
<para><b>Return value</b>: 0 (no limit).</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.DefaultMaxAllowedSeriesCount">
<summary>
<para> The default maximum allowed number of series in the chart data source.
<para><b>Return value</b>: 0 (no limit).</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.FieldValuesProvideMode">
<summary>
<para>Gets or sets how field values are passed to the chart control.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPivotGrid.PivotChartFieldValuesProvideMode"/> enumeration members that specifies how field values are passed to the chart control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.MaxAllowedPointCountInSeries">
<summary>
<para>Gets or sets the maximum number of points allowed in a series.
</para>
</summary>
<value>An integer value that specifies the maximum number of points allowed in a series; <b>0</b> for no limit.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.MaxAllowedSeriesCount">
<summary>
<para>Gets or sets the maximum number of series allowed in the chart data source.
</para>
</summary>
<value>An integer value that specifies the maximum number of series allowed in the chart data source; <b>0</b> for no limit.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideCellValuesAsType">
<summary>
<para>Gets or sets the type to which cell values are converted, before they are exported to the Chart Control.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object, representing the type to which cell values are converted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideColumnCustomTotals">
<summary>
<para>Gets or sets whether column custom totals should be passed to a chart control.
</para>
</summary>
<value><b>true</b> if column custom totals should be displayed in a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideColumnFieldValuesAsType">
<summary>
<para>Gets or sets the type to which the column field values are converted before they are exported to the chart control.
</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="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideColumnGrandTotals">
<summary>
<para>Gets or sets whether column grand totals are passed to a chart control.
</para>
</summary>
<value><b>true</b> if column grand totals are displayed in a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideColumnTotals">
<summary>
<para>Gets or sets whether column totals are passed to a chart control.
</para>
</summary>
<value><b>true</b> if column totals are displayed in a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideDataByColumns">
<summary>
<para>Gets or sets whether series in a chart control are created for PivotGrid columns or rows.
</para>
</summary>
<value><b>true</b> if PivotGrid columns are represented by series in a chart control; <b>false</b> if PivotGrid rows are represented by series in a chart control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideDataFieldsOnSeries">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideEmptyCells">
<summary>
<para>Gets or sets whether empty cells should be processed by the Chart control.
</para>
</summary>
<value><b>true</b> if empty cells should be processed by the Chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideRowCustomTotals">
<summary>
<para>Gets or sets whether row custom totals should be displayed in a chart control.
</para>
</summary>
<value><b>true</b> if row custom totals should be displayed in a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideRowFieldValuesAsType">
<summary>
<para>Gets or sets the type to which the row field values are converted, before they are exported to the chart control.
</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="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideRowGrandTotals">
<summary>
<para>Gets or sets whether row grand totals are passed to a chart control.
</para>
</summary>
<value><b>true</b> if row grand totals are displayed in a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ProvideRowTotals">
<summary>
<para>Gets or sets whether row totals are passed to a chart control.
</para>
</summary>
<value><b>true</b> if row totals are displayed in a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridOptionsChartDataSourceBase.ShouldRemoveTotals">
<summary>
<para>Gets whether any PivotGrid total should not be displayed within a chart control.
</para>
</summary>
<value><b>true</b> if any total PivotGrid total should not be displayed within a chart control; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource">
<summary>
<para>Contains options controlling the display of the PivotGrid's data in a <see cref="T:DevExpress.XtraCharts.ChartControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsChartDataSource class.
</para>
</summary>
<param name="data">
A <b>DevExpress.XtraPivotGrid.Data.PivotGridData</b> object
</param>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource.DefaultUpdateDelay">
<summary>
<para>The default delay between changing the cell focus or selection, and updating the bound Chart control, in milliseconds.
<para><b>Return value</b>: 500</para>
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource.SelectionOnly">
<summary>
<para>Gets or sets whether a chart control must display selected cells or all the data of the PivotGrid control.
</para>
</summary>
<value><b>true</b> if only selected data is displayed in a chart control; <b>false</b> if all the data is displayed in a chart control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource.UpdateDelay">
<summary>
<para>Gets or sets the delay between changing the cell focus or selection, and updating the bound Chart control.
</para>
</summary>
<value>An integer value that specifies the Chart control update delay, in milliseconds.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible">
<summary>
<para>Provides thread-safe access to pivot grid data.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeAccessible.ColumnCount">
<summary>
<para>Gets the number of columns displayed in the pivot grid.
</para>
</summary>
<value>An integer value that specifies the number of columns displayed in the pivot grid.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeAccessible.Fields">
<summary>
<para>Provides thread safe access to a pivot grid field collection.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection"/> interface. Provides thread safe read-only access to the collection of fields.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeAccessible.GetCellDisplayText(System.Int32,System.Int32)">
<summary>
<para>Returns text displayed in the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer value that specifies the index of the column where the cell resides.
</param>
<param name="rowIndex">
A zero-based integer value that specifies the index of the row where the cell resides.
</param>
<returns>A <see cref="T:System.String"/> that specifies text displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeAccessible.GetFieldByArea(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Returns a field located at the specified visual position in the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> 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>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Provides thread safe read-only access to basic field settings.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeAccessible.GetFieldByLevel(System.Boolean,System.Int32)">
<summary>
<para>Returns the field located in the specified area at the specified level.
</para>
</summary>
<param name="isColumn">
<b>true</b> to obtain a column field; <b>false</b> to obtain a row field.
</param>
<param name="level">
A zero-based integer value that specifies the field level.
</param>
<returns>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Provides thread safe read-only access to basic field settings.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeAccessible.GetFieldCountByArea(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns the number of fields located in the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration member that specifies the area.
</param>
<returns>An integer value that specifies the number of fields located in the specified area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeAccessible.GetFieldsByArea(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns a list of fields displayed in the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration member that identifies a pivot grid area.
</param>
<returns>A list of visible fields displayed in the specified area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.IThreadSafeAccessible.GetFieldValueDisplayText(DevExpress.XtraPivotGrid.IThreadSafeField,System.Int32)">
<summary>
<para>Returns the display representation of the specified field value.
</para>
</summary>
<param name="field">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Identifies a field that owns the value whose display representation should be returned.
</param>
<param name="lastLevelIndex">
A zero-based index of a cell in the Data Area 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>A <see cref="T:System.String"/> that specifies the display representation of the specified field value.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeAccessible.Groups">
<summary>
<para>Provides thread safe access to a pivot grid group collection.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeGroupCollection"/> interface. Provides thread safe read-only access to the collection of field groups.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeAccessible.IsAsyncInProgress">
<summary>
<para>Gets whether an asynchronous operation is currently being performed.
</para>
</summary>
<value><b>true</b> if an asynchronous operation is currently being performed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeAccessible.RowCount">
<summary>
<para>Gets the number of rows displayed in the pivot grid.
</para>
</summary>
<value>An integer value that specifies the number of rows displayed in the pivot grid.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.IThreadSafeGroupCollection">
<summary>
<para>Provides thread-safe access to the field groups collection.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroupCollection.Count">
<summary>
<para>Gets the number of groups in the collection.
</para>
</summary>
<value>An integer value that specifies the number of groups in the collection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroupCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual groups within the collection.
</para>
</summary>
<param name="index">
A zero-based integer value that specifies the index of the required group.
</param>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeGroup"/> interface. Provides thread safe read-only access to basic group settings.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.IThreadSafeGroup">
<summary>
<para>Provides thread-safe access to a field group.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.Area">
<summary>
<para>Gets the area of the pivot grid in which the group is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the area in which the group is displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.Caption">
<summary>
<para>Gets the group's caption.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the group's caption.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.Fields">
<summary>
<para>Provides access to the group's field collection.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeFieldCollection"/> interface. Provides thread safe read-only access to the collection of fields.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.Hierarhcy">
<summary>
<para>Gets the name of the hierarchy to which the current field group belongs.
</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="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.Index">
<summary>
<para>Gets the group's position within the collection that owns it.
</para>
</summary>
<value>A zero-based integer that specifies the group's position within the collection that owns it. <b>-1</b> if the group is not contained within a collection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.Visible">
<summary>
<para>Gets whether the group is visible.
</para>
</summary>
<value><b>true</b> if the group is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeGroup.VisibleCount">
<summary>
<para>Gets the number of visible fields within the current group.
</para>
</summary>
<value>An integer that specifies the number of visible fields within the group.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.IThreadSafeField">
<summary>
<para>Provides thread-safe access to a pivot grid field.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.AllowedAreas">
<summary>
<para>Gets areas within which the field can be positioned.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAllowedAreas"/> value that specifies in which areas the field can be positioned.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.Area">
<summary>
<para>Gets the area in which the field is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that specifies the area in which the field is displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.AreaIndex">
<summary>
<para>Gets the field index from among the other fields displayed within the same area.
</para>
</summary>
<value>A zero-based integer that specifies the field index among the other fields displayed within the same area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.Caption">
<summary>
<para>Gets the field's display caption.
</para>
</summary>
<value>A string specifying the field's display caption.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.DataType">
<summary>
<para>Gets the field's data type.
</para>
</summary>
<value>The <see cref="T:System.Type"/>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.DisplayFolder">
<summary>
<para>Gets the name of the folder in which the field is located.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the name of the folder in which the field is located.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.ExpandedInFieldsGroup">
<summary>
<para>Gets the expansion status of the current field if it belongs to a field group.
</para>
</summary>
<value><b>true</b> if the field is expanded in a field group; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.FieldName">
<summary>
<para>Gets the name of the data source field assigned to the current pivot grid field.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the name of the data source field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.Group">
<summary>
<para>Gets the group which owns the current field.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeGroup"/> interface. Specifies a group that owns the current field. <b>null</b> if the field does not belong to a group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.GroupIndex">
<summary>
<para>Gets the index of the field group that owns the current field.
</para>
</summary>
<value>An integer value that specifies the index of the group that owns the current field. <b>-1</b> if the field does not belong to a field group.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.GroupInterval">
<summary>
<para>Gets how values of the current column or row field are combined into groups.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupInterval"/> value that specifies how values of the current field are combined into groups.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.GroupIntervalNumericRange">
<summary>
<para>Gets the length of intervals when values are grouped together.
</para>
</summary>
<value>An integer value that specifies the length of intervals when values are grouped together.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.Name">
<summary>
<para>Gets or sets the field's name.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the field's name.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.PrefilterColumnName">
<summary>
<para>Gets the name by which the field is referred to in the Prefilter expression.
</para>
</summary>
<value>A <see cref="T:System.String"/>, specifying the name by which the field is referred to in the Prefilter expression.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.RunningTotal">
<summary>
<para>Gets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field.
</para>
</summary>
<value><b>true</b> to calculate Running totals for the current column/row field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.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><b>true</b> to show new field values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.SortMode">
<summary>
<para>Gets how the field's data is sorted when sorting is applied to it.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortMode"/> value that specifies how the field's data is sorted in sort mode.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.SortOrder">
<summary>
<para>Gets the field's sort order.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> value that specifies the field's sort order.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.SummaryType">
<summary>
<para>Gets the type of the summary function which is calculated against the current data field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value that specifies the summary function type which is calculated against the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.Tag">
<summary>
<para>Gets 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.XtraPivotGrid.IThreadSafeField.TopValueCount">
<summary>
<para>Gets the absolute or relative number of field values displayed for the current column field or row field.
</para>
</summary>
<value>An integer that specifies the number of field values to display for the current column or row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.TopValueShowOthers">
<summary>
<para>Gets whether the "Others" item is displayed within PivotGridControl when the Top N Value feature is enabled.
</para>
</summary>
<value><b>true</b> if the "Others" item is displayed when the Top N Value feature is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.TopValueType">
<summary>
<para>Gets how the number of Top Values is determined.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotTopValueType"/> value that specifies how the number of Top Values is determined.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.UnboundExpression">
<summary>
<para>Gets or sets 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.XtraPivotGrid.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"/> that specifies the name of a column in a summary data source that corresponds to the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.UnboundType">
<summary>
<para>Gets the data type and binding mode of the field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value specifying the data type and binding mode of the field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.IThreadSafeField.Visible">
<summary>
<para>Gets or sets whether the field is visible.
</para>
</summary>
<value><b>true</b> if the field is visible; <b>false</b> otherwise.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomFieldSort</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.T)">
<summary>
<para>Initializes a new instance of the PivotGridCustomFieldSortEventArgsBase class.
</para>
</summary>
<param name="data">
A <b>PivotGridData</b> object.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the processed field.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.Data">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.Field">
<summary>
<para>Gets the field whose values are being compared.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the field whose values are being compared.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.GetListSourceColumnValue(System.Int32,System.String)">
<summary>
<para>Gets a value from the specified row and column.
</para>
</summary>
<param name="listSourceRowIndex">
An integer value that specifies the index of the row in the data source.
</param>
<param name="columnName">
A <see cref="T:System.String"/> that specifies the name of the column.
</param>
<returns>A value from the specified row and column.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.GetSortResult">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.Handled">
<summary>
<para>Gets or sets whether a comparison operation is being handled, so no default processing is required.
</para>
</summary>
<value><b>true</b> if a comparison operation is being handled; otherwise <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.ListSourceRowIndex1">
<summary>
<para>Gets the index in the data source for the first of the two rows being compared.
</para>
</summary>
<value>An integer value that specifies the index of the first row in the data source.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.ListSourceRowIndex2">
<summary>
<para>Gets the index in the data source for the second of the two rows being compared.
</para>
</summary>
<value>An integer value that specifies the index of the second row in the data source.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.Result">
<summary>
<para>Gets or sets the result of a custom comparison.
</para>
</summary>
<value>An integer value that specifies the custom comparison result.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.SetArgs(System.Int32,System.Int32,System.Object,System.Object,DevExpress.XtraPivotGrid.PivotSortOrder)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listSourceRow1">
An integer value that specifies the index of the first data row.
</param>
<param name="listSourceRow2">
An integer value that specifies the index of the second data row.
</param>
<param name="value1">
An object that specifies the first value being compared.
</param>
<param name="value2">
An object that specifies the second value being compared.
</param>
<param name="sortOrder">
A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> enumeration value that specifies the sort order.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.SortOrder">
<summary>
<para>Gets the sort order applied to the field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> enumeration value that specifies the field sort order.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.Value1">
<summary>
<para>Gets the first value being compared.
</para>
</summary>
<value>An object that specifies the first value being compared.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgsBase`1.Value2">
<summary>
<para>Gets the second value being compared.
</para>
</summary>
<value>An object that specifies the second value being compared.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.AsyncOperationResult">
<summary>
<para>The result of the asynchronous operation.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.AsyncOperationResult.Exception">
<summary>
<para>Gets an exception thrown during the asynchronous operation execution.
</para>
</summary>
<value>A <see cref="T:System.Exception"/> object that provides information on the exception that has been thrown; <b>null</b> (<b>Nothing</b> in Visual Basic) if no exception has been thrown.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.AsyncOperationResult.Value">
<summary>
<para>Gets the result of the asynchronous operation.
</para>
</summary>
<value>The result of the asynchronous operation.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase">
<summary>
<para>Serves as the base for classes that provide behavior options for the PivotGrid controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsBehaviorBase class with the specified settings.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.BestFitMode">
<summary>
<para>Gets or sets which visual elements are taken into account when calculating the optimal width for columns.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridBestFitMode"/> enumeration member that specifies which visual elements are taken into account when calculating the optimal width for columns.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.ClipboardCopyCollapsedValuesMode">
<summary>
<para>Gets or sets how to copy collapsed field values to the clipboard.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.CopyCollapsedValuesMode"/> enumeration value that specifies how to copy collapsed field values to the clipboard.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.ClipboardCopyMultiSelectionMode">
<summary>
<para>Gets or sets how to copy cells to the clipboard when multiple cells are selected.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.CopyMultiSelectionMode"/> enumeration value that specifies how to copy cells to the clipboard when multiple cells are selected.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.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.XtraPivotGrid.PivotGridCells.CopySelectionToClipboard"/> method is called.
</para>
</summary>
<value><b>true</b> if field values are copied to the clipboard when CTRL+C is pressed or the <see cref="M:DevExpress.XtraPivotGrid.PivotGridCells.CopySelectionToClipboard"/> method is called; otherwise, <b> false</b>.
</value>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.DefaultLoadingPanelDelay">
<summary>
<para>The default delay between starting an asynchronous operation and displaying the loading panel.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.LoadingPanelDelay">
<summary>
<para>Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
</para>
</summary>
<value>An integer value that specifies the delay before displaying the loading panel, in milliseconds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.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.XtraPivotGrid.PivotSortBySummaryOrder"/> enumeration member that specifies the sort order applied to a field when sorting by summaries is enabled for it.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehaviorBase.UseAsyncMode">
<summary>
<para>Gets or sets whether data-aware operations caused by end-user actions are performed asynchronously.
</para>
</summary>
<value><b>true</b> to perform operations caused by end-user actions asynchronously; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridPageSettings">
<summary>
<para>Contains print page settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridPageSettings.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridPageSettings class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridPageSettings.Assign(DevExpress.XtraPivotGrid.PivotGridPageSettings)">
<summary>
<para>Copies all the settings from the PivotGridPageSettings object passed as a parameter.
</para>
</summary>
<param name="obj">
A PivotGridPageSettings object whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.IsEmpty">
<summary>
<para>Returns whether the settings of the current object are equal to the default settings.
</para>
</summary>
<value><b>true</b> if the settings of the current object are equal to the default settings; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.Landscape">
<summary>
<para>Gets or sets a value indicating whether the page orientation is landscape.
</para>
</summary>
<value><b>true</b> if the page orientation is landscape; <b>false</b> if the page orientation is portrait.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.Margins">
<summary>
<para>Gets or sets the margins of a print page.
</para>
</summary>
<value>The margins (in hundredths of an inch) of a print page.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.PaperHeight">
<summary>
<para>Gets or sets a custom height of the paper, in hundredths of an inch. The property is in effect when the <see cref="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.PaperKind"/> property is set to Custom.
</para>
</summary>
<value>The height of the paper, in hundredths of an inch.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.PaperKind">
<summary>
<para>Gets or sets the type of paper for the document.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.PaperWidth">
<summary>
<para>Gets or sets a custom width of the paper, in hundredths of an inch. The property is in effect when the <see cref="P:DevExpress.XtraPivotGrid.PivotGridPageSettings.PaperKind"/> property is set to Custom.
</para>
</summary>
<value>The width of the paper, in hundredths of an inch.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridPageSettings.Reset">
<summary>
<para>Sets settings provided by the PivotGridPageSettings class to the default values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridPageSettings.ToPageSettings">
<summary>
<para>Creates and returns a new <see cref="T:System.Drawing.Printing.PageSettings"/> object with the same settings as the current PivotGridPageSettings object.
</para>
</summary>
<returns>A <see cref="T:System.Drawing.Printing.PageSettings"/> object whose settings are identical to the settings provided by the current PivotGridPageSettings object.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridPageSettings.ToString">
<summary>
<para>Returns a string representation of the current object.
</para>
</summary>
<returns>A string representation of the current object.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler">
<summary>
<para>References a method executed after an asynchronous operation is completed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.AsyncCompletedHandler.Invoke(DevExpress.XtraPivotGrid.AsyncOperationResult)">
<summary>
<para>References a method executed after an asynchronous operation is completed.
</para>
</summary>
<param name="result">
An <see cref="T:DevExpress.XtraPivotGrid.AsyncOperationResult"/> object that specifies the result of the asynchronous operation.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSortBySummaryOrder">
<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.XtraPivotGrid.PivotSortBySummaryOrder.Ascending">
<summary>
<para>Field values are sorted in ascending order.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortBySummaryOrder.Default">
<summary>
<para>The sort order is not changed.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotSortBySummaryOrder.Descending">
<summary>
<para>Field values are sorted in descending order.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for the events which are used to customize column and row headers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.T)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1"/> class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that contains information used to initialize a new object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1"/> class.
</para>
</summary>
<param name="item">
A <b>PivotFieldValueItem</b> class descendant that contains information used to initialize a new object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.ChangeExpandedState">
<summary>
<para>Changes the expanded state of the field value currently being processed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.CreateDrillDownDataSource">
<summary>
<para>Returns a list of records that are used to calculate a summary value for the specified cell.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains records associated with the processed cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.CreateOLAPDrillDownDataSource(System.Int32,System.Collections.Generic.List`1)">
<summary>
<para>In OLAP mode, returns a list of records 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 be returned.
</param>
<param name="customColumns">
A list of columns to be returned.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data for the processed cell.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.CustomTotal">
<summary>
<para>Gets the custom total that corresponds to the currently processed column/row header.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> class descendant that specifies the custom total that corresponds to the currently processed column/row header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.Data">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.DataField">
<summary>
<para>Gets the data field that specifies the processed value.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that represents the data field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.FieldIndex">
<summary>
<para>Gets the field position among the visible fields within the header area.
</para>
</summary>
<value>An integer value that specifies the field position among the visible fields.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a value displayed in the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer value that specifies the column index where the cell resides.
</param>
<param name="rowIndex">
A zero-based integer value that specifies the row index where the cell resides.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.GetFieldValue(DevExpress.XtraPivotGrid.T,System.Int32)">
<summary>
<para>Returns the specified column or row field value for the cell, addressed by its zero-based index in the Data Area.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies a column or row field, whose value is to be obtained.
</param>
<param name="cellIndex">
A zero-based cell index in the Data Area that specifies the required field value.
</param>
<returns>An object that specifies the field value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.GetHigherLevelFields">
<summary>
<para>Returns the parent field for the field value currently being processed.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendants that specify parent fields for the field value currently being processed.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.GetHigherLevelFieldValue(DevExpress.XtraPivotGrid.T)">
<summary>
<para>Returns the value of a specific parent field corresponding to the field value currently being processed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the parent field whose value is returned.
</param>
<returns>An object that specifies the value of the parent field.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.IsCollapsed">
<summary>
<para>Gets whether the processed field value is collapsed.
</para>
</summary>
<value><b>true </b>, if the field value is collapsed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.IsColumn">
<summary>
<para>Gets whether the field is displayed within the Column Header Area.
</para>
</summary>
<value><b>true</b>, if the field is displayed within the Column Header Area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.IsOthersValue">
<summary>
<para>Gets or sets whether the current header corresponds to the "Others" row/column.
</para>
</summary>
<value><b>true</b>, if the current header corresponds to the "Others" row/column; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.Item">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.MaxIndex">
<summary>
<para>Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.
</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.XtraPivotGrid.PivotFieldValueEventArgsBase`1.MinIndex">
<summary>
<para>Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.
</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.XtraPivotGrid.PivotFieldValueEventArgsBase`1.Value">
<summary>
<para>Gets the column field or row field value that corresponds to the currently processed column/row header.
</para>
</summary>
<value>The field value currently being processed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.ValueType">
<summary>
<para>Gets the type of the currently processed header of a column or a row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that specifies the type of the currently processed column or row header.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotSummaryDataRow">
<summary>
<para>Represents a summary data source row.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotSummaryDataRow.#ctor(DevExpress.XtraPivotGrid.PivotSummaryDataSource,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the PivotSummaryDataRow class.
</para>
</summary>
<param name="dataSource">
A <see cref="T:DevExpress.XtraPivotGrid.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.XtraPivotGrid.PivotSummaryDataRow.ColumnIndex">
<summary>
<para>Gets the index of the pivot grid column where the cell represented by the summary row resides.
</para>
</summary>
<value>An integer value that specifies the index of the pivot grid column where the cell represented by the summary row resides.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.DataSource">
<summary>
<para>Gets the parent summary data source.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the parent summary data source.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.Index">
<summary>
<para>Gets the index of the current row in the summary data source.
</para>
</summary>
<value>An integer value that specifies the zero-based index of the current row in the summary data source.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.Item(System.String)">
<summary>
<para>Provides access to the cells in the current row by the name of the corresponding field.
</para>
</summary>
<param name="fieldName">
A <see cref="T:System.String"/> that specifies the name of the field.
</param>
<value>The value of the cell that corresponds to the specified field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.Item(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<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.XtraPivotGrid.PivotGridFieldBase"/> 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="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.Item(System.Int32)">
<summary>
<para>Provides indexed access to the cells in the current row.
</para>
</summary>
<param name="columnIndex">
An integer value that specifies the zero-based index of the summary data source column.
</param>
<value>The value of the cell that resides in the column with the specified index.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.Location">
<summary>
<para>Gets the location of the pivot grid cell represented by the current summary row.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> object that represents the location of the corresponding pivot grid cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotSummaryDataRow.RowIndex">
<summary>
<para>Gets the index of the pivot grid row where the cell represented by the summary row resides.
</para>
</summary>
<value>An integer value that specifies the index of the pivot grid row where the cell represented by the summary row resides.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for all field-related events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.T)">
<summary>
<para>Initializes a new instance of the PivotFieldEventArgsBase class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the processed field.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field">
<summary>
<para>Gets the field being processed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the processed field.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsLayout">
<summary>
<para>Contains options that specify how a control layout is stored to, and restored from a storage (a stream, XML file or system registry).
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsLayout.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridOptionsLayout class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsLayout.AddNewGroups">
<summary>
<para>Gets or sets whether to retain field groups that exist in the current control layout, but do not exist in the layout being restored.
</para>
</summary>
<value><b>true</b> to retain field groups that exist in the current control layout, but do not exist in the layout being restored; <b>false</b> to destroy such field groups.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsLayout.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.
</para>
</summary>
<param name="source">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings should be assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsLayout.ResetOptions">
<summary>
<para>Gets or sets which options are reset before loading the layout.
</para>
</summary>
<value>A combination of <see cref="T:DevExpress.XtraPivotGrid.PivotGridResetOptions"/> flags, specifying which options are reset before loading the layout.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsLayout.ShouldSerialize">
<summary>
<para>Tests whether the PivotGridOptionsLayout object should be persisted.
</para>
</summary>
<returns><b>true</b> if the object should be persisted; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsLayout.StoreLayoutOptions">
<summary>
<para>Gets or sets whether options that specify how a pivot grid layout is stored/restored from a storage are stored/restored from the storage together with the layout.
</para>
</summary>
<value><b>true</b>, if options that specify how a pivot grid layout is stored/restored from a storage are stored/restored from the storage together with the layout; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PrefilterState">
<summary>
<para>Lists values that specify the Prefilter state.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PrefilterState.Invalid">
<summary>
<para>Prefilter is in an invalid state, which indicates that the Prefilter expression is incorrect.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PrefilterState.Normal">
<summary>
<para>Prefilter is in a normal state, which indicates that the Prefilter expression is correct.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomFieldValueCells</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2.FindCell(System.Boolean,System.Predicate`1)">
<summary>
<para>Returns the header of the column/row whose summary values match the specified condition.
</para>
</summary>
<param name="isColumn">
<b>true</b> to locate a column; <b>false</b> to locate a row.
</param>
<param name="match">
A <see cref="T:System.Predicate"/> that specifies the condition used to locate the column/row.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueCellBase"/> class descendant that specifies the header of the column/row whose summary values match the specified predicate; <b>null</b> if no columns/rows match the predicate.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2.GetCell(System.Boolean,System.Int32)">
<summary>
<para>Returns the field value cell by its index.
</para>
</summary>
<param name="isColumn">
<b>true</b> to obtain the column field value cell; <b>false</b> to obtain the row field value cell.
</param>
<param name="index">
An integer value that identifies the zero-based index of the cell.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueCellBase"/> class descendant that specifies the required cell; <b>null</b> if the index is out of bounds.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2.Split(System.Boolean,System.Predicate`1,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">
<b>true</b> to process column field value cells; <b>false</b> to process row field value cells.
</param>
<param name="match">
A <see cref="T:System.Predicate"/> that specifies the condition used to define which cells should be split.
</param>
<param name="firstCellOnly">
<b>true</b> to split only the first cell that matches the specified condition; <b>false</b> 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.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2.Split(System.Boolean,System.Predicate`1,DevExpress.XtraPivotGrid.Data.FieldValueSplitData[])">
<summary>
<para>Splits all field value cells that match the specified condition.
</para>
</summary>
<param name="isColumn">
<b>true</b> to process column field value cells; <b>false</b> to process row field value cells.
</param>
<param name="match">
A <see cref="T:System.Predicate"/> that specifies 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.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2.Split(System.Boolean,System.Predicate`1,System.Collections.Generic.IList`1)">
<summary>
<para>Splits all field value cells that match the specified condition.
</para>
</summary>
<param name="isColumn">
<b>true</b> to process column field value cells; <b>false</b> to process row field value cells.
</param>
<param name="match">
A <see cref="T:System.Predicate"/> that specifies 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="M:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgsBase`2.Split(System.Boolean,System.Predicate`1,System.Boolean,System.Collections.Generic.IList`1)">
<summary>
<para>Splits all field value cells that match the specified condition, or only the first matching cell.
</para>
</summary>
<param name="isColumn">
<b>true</b> to process column field value cells; <b>false</b> to process row field value cells.
</param>
<param name="match">
A <see cref="T:System.Predicate"/> that specifies the condition used to define which cells should be split.
</param>
<param name="firstCellOnly">
<b>true</b> to split only the first cell that matches the specified condition; <b>false</b> 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="T:DevExpress.XtraPivotGrid.PivotRowTotalsLocation">
<summary>
<para>Lists values that specify the location of the row and grand totals.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Far">
<summary>
<para><para>Row Totals are displayed under the row field values.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Near">
<summary>
<para><para>Row Totals and Grand Totals are displayed above the row field values.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Tree">
<summary>
<para><para>Row Totals are displayed in a compact tree-like layout view.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for the <b>CustomGroupInterval</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.T,System.Object)">
<summary>
<para>Initializes a new instance of the PivotCustomGroupIntervalEventArgsBase class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the processed field.
</param>
<param name="value">
An object that specifies the currently processed value.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgsBase`1.GroupValue">
<summary>
<para>Gets or sets a group value.
</para>
</summary>
<value>An object that specifies the group value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgsBase`1.Value">
<summary>
<para>Gets the processed field value.
</para>
</summary>
<value>An object that specifies the processed field value.
</value>
</member>
<member name="T:DevExpress.PivotGrid.Printing.PrintTextOptions">
<summary>
<para>Stores the vertical and horizontal alignment settings of a cell's text.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintTextOptions.#ctor">
<summary>
<para>Initializes a new instance of the PrintTextOptions object with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintTextOptions.HAlignment">
<summary>
<para>Specifies the horizontal alignment of text.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.HorzAlignment"/> value, specifying the text horizontal alignment.
</value>
</member>
<member name="M:DevExpress.PivotGrid.Printing.PrintTextOptions.Reset">
<summary>
<para>Restores the cell's horizontal and vertical text alignment settings to their default values.
</para>
</summary>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintTextOptions.Trimming">
<summary>
<para>Specifies the text trimming mode.
</para>
</summary>
<value>A <see cref="T:System.Drawing.StringTrimming"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintTextOptions.VAlignment">
<summary>
<para>Specifies the vertical alignment of text.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.VertAlignment"/> value, specifying the text horizontal alignment.
</value>
</member>
<member name="P:DevExpress.PivotGrid.Printing.PrintTextOptions.WordWrap">
<summary>
<para>Gets or sets text wrapping mode.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.WordWrap"/> value that specifies text wrapping mode.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1">
<summary>
<para>Serves as a base for classes that provide data for summary calculation events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridFieldBase,DevExpress.Data.PivotGrid.PivotCustomSummaryInfo)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1"/> class with the specified settings.
</para>
</summary>
<param name="data">
A PivotGridData object that contains the information required to initialize the created <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1"/> object.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies a data field.
</param>
<param name="customSummaryInfo">
A PivotCustomSummaryInfo object that contains the information required to initialize the created <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.ColumnField">
<summary>
<para>Gets the column field that corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that represents the column field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.ColumnFieldValue">
<summary>
<para>Gets the value of the column field that corresponds to the current cell.
</para>
</summary>
<value>An object that represents the value of the corresponding column field.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.CreateDrillDownDataSource">
<summary>
<para>Returns a list of the records that are associated with the cell currently being processed.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the records which are associated with the current cell.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.CustomValue">
<summary>
<para>Gets or sets a custom summary value.
</para>
</summary>
<value>An object that represents a custom summary value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.DataField">
<summary>
<para>Gets the data field against which the summary is calculated.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the data field against which the summary is calculated.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.FieldName">
<summary>
<para>Gets the name of the data field against which the summary is calculated.
</para>
</summary>
<value>A string that specifies the name of the corresponding data field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.RowField">
<summary>
<para>Gets the row field that corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> class descendant that specifies the row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.RowFieldValue">
<summary>
<para>Gets the value of the row field that corresponds to the current cell.
</para>
</summary>
<value>An object that represents the value of the corresponding row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotGridCustomSummaryEventArgsBase`1.SummaryValue">
<summary>
<para>Gets an object that contains the values of the predefined summaries which are calculated for the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryValue"/> object that contains the values of the predefined summaries that are calculated for the current cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.AdomdVersion">
<summary>
<para>Lists values that specify the ADOMD.NET version that should be used to communicate with an OLAP server.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AdomdVersion.Version10">
<summary>
<para>ADOMD.NET 10 is used.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AdomdVersion.Version11">
<summary>
<para>ADOMD.NET 11 is used.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AdomdVersion.Version12">
<summary>
<para>ADOMD.NET 12 is used.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.AdomdVersion.Version9">
<summary>
<para>ADOMD.NET 9 is used.
</para>
</summary>
</member>
<member name="T:DevExpress.PivotGrid.Printing.CustomPrintEventArgs">
<summary>
<para>The base class for classes that provide information to events that fire when exporting cells and field values.
</para>
</summary>
</member>
<member name="M:DevExpress.PivotGrid.Printing.CustomPrintEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick)">
<summary>
<para>Initializes a new instance of the CustomPrintEventArgs object with the specified brick.
</para>
</summary>
<param name="brick">
An object implementing the DevExpress.XtraPrinting.IVisualBrick interface that is used to initialize the <see cref="P:DevExpress.PivotGrid.Printing.CustomPrintEventArgs.Brick"/> property.
</param>
</member>
<member name="P:DevExpress.PivotGrid.Printing.CustomPrintEventArgs.Brick">
<summary>
<para>Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported.
</para>
</summary>
<value>An object implementing the DevExpress.XtraPrinting.IVisualBrick interface or its descendant (e.g., DevExpress.XtraPrinting.ITextBrick, DevExpress.XtraPrinting.IImageBrick, etc.).
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotDefaultMemberFields">
<summary>
<para>Lists values that specify for which fields the pivot grid processes only data related to their <a href="http://msdn.microsoft.com/en-us/library/ms175626.aspx">default members</a>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotDefaultMemberFields.AllFilterFields">
<summary>
<para>The Pivot Grid processes only data related to fields' <a href="http://msdn.microsoft.com/en-us/library/ms175626.aspx">default members</a> for all filter fields, except for those fields whose filter condition is <b>not</b> set to 'Show All'.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotDefaultMemberFields.NonVisibleFilterFields">
<summary>
<para>The Pivot Grid processes only data related to fields' <a href="http://msdn.microsoft.com/en-us/library/ms175626.aspx">default members</a> for filter fields that are not visible.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupFilterMode">
<summary>
<para>Lists values that specify the filtering mode used for grouped fields.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupFilterMode.List">
<summary>
<para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGroupFilterMode.Tree">
<summary>
<para>
</para>
</summary>
</member>
<member name="T:DevExpress.Data.PivotGrid.PivotFileDataSource">
<summary>
<para>The pivot grid control's data, loaded from a file or stream.
</para>
</summary>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> that specifies the name of the file from which to load data.
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.#ctor(System.IO.Stream)">
<summary>
<para>Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that represents the stream from which to load data.
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.#ctor">
<summary>
<para>Initializes a new instance of the PivotFileDataSource class.
</para>
</summary>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.#ctor(DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter)">
<summary>
<para>Initializes a new instance of the PivotFileDataSource class.
</para>
</summary>
<param name="customObjectConverter">
An object that implements the <see cref="T:DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter"/> interface, which is a custom serializer.
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.#ctor(System.IO.Stream,DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter)">
<summary>
<para>Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that represents the stream from which to load data.
</param>
<param name="customObjectConverter">
An object that implements the <see cref="T:DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter"/> interface, which is a custom serializer.
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.#ctor(System.String,DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter)">
<summary>
<para>Initializes a new instance of the PivotFileDataSource class, and loads pivot grid data from the specified file.
</para>
</summary>
<param name="fileName">
A <see cref="T:System.String"/> that specifies the name of the file from which to load data.
</param>
<param name="customObjectConverter">
An object that implements the <see cref="T:DevExpress.Utils.Serializing.Helpers.ICustomObjectConverter"/> interface, which is a custom serializer.
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.Add(System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.Clear">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.Contains(System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.CopyTo(System.Array,System.Int32)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="array">
</param>
<param name="index">
</param>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.Count">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.CreatedFromStream">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.FileName">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.GetEnumerator">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.GetListName(System.ComponentModel.PropertyDescriptor[])">
<summary>
<para>For internal use.
</para>
</summary>
<param name="listAccessors">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.IndexOf(System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.Insert(System.Int32,System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="index">
</param>
<param name="value">
</param>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.IsFixedSize">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.IsReadOnly">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.IsSynchronized">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.Item(System.Int32)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="index">
</param>
<value>
</value>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.Remove(System.Object)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="value">
</param>
</member>
<member name="M:DevExpress.Data.PivotGrid.PivotFileDataSource.RemoveAt(System.Int32)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="index">
</param>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.Stream">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Data.PivotGrid.PivotFileDataSource.SyncRoot">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
</members>
</doc>