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.XtraPivotGrid.v14.1</name>
</assembly>
<members>
<member name="T:DevExpress.XtraPivotGrid.PivotCellValueEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellValueEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>Initializes a new instance of the PivotCellValueEventArgs class.
</para>
</summary>
<param name="cellItem">
A <b>DevExpress.XtraPivotGrid.Data.PivotGridCellItem</b> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellValueEventArgs.Value">
<summary>
<para>Gets or sets the processed cell's value.
</para>
</summary>
<value>An object which represents the processed cell's value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomExportHeaderEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomExportHeader"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomExportHeaderEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotFieldItemBase,DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject,DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the CustomExportHeaderEventArgs 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="appearance">
An <b>ExportAppearanceObject</b> object. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomExportHeaderEventArgs.Appearance"/> property.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the processed field.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportHeaderEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance object used to paint the current header.
</para>
</summary>
<value>An ExportAppearanceObject object that contains the corresponding settings.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomExportFieldValueEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomExportFieldValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomExportFieldValueEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject)">
<summary>
<para>Initializes a new instance of the CustomExportFieldValueEventArgs class with the specified settings.
</para>
</summary>
<param name="brick">
An object implementing the <b>IVisualBrick</b> interface or its descendant.
</param>
<param name="fieldValueItem">
A <b>PivotFieldValueItem</b> descendant that contains information used to initialize a new object.
</param>
<param name="appearance">
An <b>ExportAppearanceObject</b> object. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomExportFieldValueEventArgs.Appearance"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportFieldValueEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance object used to paint the current field value.
</para>
</summary>
<value>An ExportAppearanceObject object that contains the corresponding settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportFieldValueEventArgs.CustomTotal">
<summary>
<para>Gets a custom total to which the processed field value corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object that represents the custom total to which the processed value corresponds. <b>null</b> (<b>Nothing</b> in Visual Basic) if the field value doesn't correspond to a custom total.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PopupMenuShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PopupMenuShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.PopupMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.PopupMenuShowingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PopupMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,DevExpress.XtraPivotGrid.PivotGridMenuType,DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotArea,System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the PopupMenuShowingEventArgs class.
</para>
</summary>
<param name="viewInfo">
A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo</b> object.
</param>
<param name="menuType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuType"/> enumeration member that specifies the type of the context menu to be invoked.
</param>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object that represents the context menu to be invoked.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the field whose header or value has been right-clicked by an end-user.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration member that specifies the area of the field whose header or value has been right-clicked by an end-user.
</param>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure that specifies the location at which the context menu is to be invoked.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PopupMenuShowingEventArgs.Field">
<summary>
<para>Gets the field whose header or value has been right-clicked by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the field whose header or value has been right-clicked by an end-user.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PopupMenuShowingEventArgs.HitInfo">
<summary>
<para>Gets info about the point where the context menu should be invoked.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitInfo"/> object that contains info about the point where the context menu should be invoked.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomExportCellEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomExportCell"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.XtraPivotGrid.Printing.ExportAppearanceObject,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData,DevExpress.PivotGrid.Printing.PivotGridPrinterBase,System.Drawing.GraphicsUnit)">
<summary>
<para>Initializes a new instance of the CustomExportCellEventArgs 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="appearance">
An <b>ExportAppearanceObject</b> object. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.Appearance"/> property.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
<param name="data">
A <b>PivotGridViewInfoData</b> object.
</param>
<param name="printer">
A <b>PivotGridPrinterBase</b> class descendant.
</param>
<param name="graphicsUnit">
A <see cref="T:System.Drawing.GraphicsUnit"/> enumeration value that specifies the unit of measurement for the given data.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.Appearance">
<summary>
<para>Gets the appearance settings used to paint the cell currently being exported.
</para>
</summary>
<value>An ExportAppearanceObject object that contains corresponding appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.ColumnField">
<summary>
<para>Gets the column field which corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the column field. <b>null</b> (<b>Nothing</b> in Visual Basic) if a column grand total cell is being processed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.DataField">
<summary>
<para>Gets the data field which identifies the column where the processed cell resides.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the data field which identifies the column where the processed cell resides.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.Focused">
<summary>
<para>Gets whether the processed cell is focused.
</para>
</summary>
<value><b>true</b> if the processed cell is focused; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.RowField">
<summary>
<para>Gets the row field which corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the row field. <b>null</b> (<b>Nothing</b> in Visual Basic) if a row grand total cell is being processed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomExportCellEventArgs.Selected">
<summary>
<para>Gets whether the processed cell is selected.
</para>
</summary>
<value><b>true</b> if the processed cell is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridValueHitTest">
<summary>
<para>Lists values that specify which field value cell element is located under the test point.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridValueHitTest.ExpandButton">
<summary>
<para>The expand/collapse button is located under the test point.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridValueHitTest.None">
<summary>
<para>No element is located under the test point.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldValueHitInfo">
<summary>
<para>Contains information on the field value located under the test point.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueHitInfo.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo,DevExpress.XtraPivotGrid.PivotGridValueHitTest)">
<summary>
<para>Initializes a new instance of the PivotFieldValueHitInfo class.
</para>
</summary>
<param name="fieldCellViewInfo">
A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo</b> object.
</param>
<param name="valueHitTest">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueHitTest"/> enumeration member that specifies which field value cell element is located under the test point.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueHitInfo.ValueHitTest">
<summary>
<para>Gets which field value cell element is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueHitTest"/> enumeration member that specifies which field value cell element is located under the test point.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.Prefilter">
<summary>
<para>Represents a PivotGridControl's <b>Prefilter</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.#ctor(DevExpress.XtraPivotGrid.IPrefilterOwner)">
<summary>
<para>Initializes a new instance of the Prefilter class with the specified owner.
</para>
</summary>
<param name="owner">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IPrefilterOwner"/> interface.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.ChangePrefilterVisible">
<summary>
<para>Toggles the visibility state of the <b>Prefilter</b> editor.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.Prefilter.Criteria">
<summary>
<para>Gets or sets the <b>Prefilter</b>'s expression.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the <b>Prefilter</b>'s expression.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.Dispose">
<summary>
<para>Disposes of the Prefilter object.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.HideForm">
<summary>
<para>Closes the Filter Editor.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.Prefilter.IsPrefilterFormShowing">
<summary>
<para>Gets a value indicating whether the <b>Prefilter</b> editor is currently displayed.
</para>
</summary>
<value><b>true</b> if the <b>Prefilter</b> is displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.Reset">
<summary>
<para>Sets settings provided by the Prefilter class to the default values.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.ShouldSerialize">
<summary>
<para>Tests whether the Prefilter 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.Prefilter.ShowForm">
<summary>
<para>Opens the Filter Editor.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.Prefilter.ToString">
<summary>
<para>Returns the textual representation of the current object.
</para>
</summary>
<returns>A string representation of the pre-filter's <see cref="P:DevExpress.XtraPivotGrid.Prefilter.Criteria"/>.
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomGroupInterval"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomGroupInterval"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldValueCells"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldValueCells"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomFieldValueCellsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldValueCells"/> event.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.FieldValueCell">
<summary>
<para>Represents a field value cell.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.FieldValueCell.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the FieldValueCell class.
</para>
</summary>
<param name="item">
A <b>DevExpress.XtraPivotGrid.Data.PivotFieldValueItem</b> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.FieldValueCell.Parent">
<summary>
<para>Gets the parent of the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.FieldValueCell"/> object that specifies the parent cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldPropertyChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldPropertyChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldPropertyChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotFieldPropertyName)">
<summary>
<para>Initializes a new instance of the PivotFieldPropertyChangedEventArgs class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the field whose property has been changed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.
</param>
<param name="propertyName">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldPropertyName"/> enumeration member that specifies which property has been changed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventArgs.PropertyName"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldPropertyChangedEventArgs.PropertyName">
<summary>
<para>Gets which property has been changed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldPropertyName"/> enumeration member that identifies the property that has been changed.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldTooltipShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldTooltipShowing"/> event.
</para>
</summary>
<param name="sender">
The event handler.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldTooltipShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,System.Drawing.Point,System.String)">
<summary>
<para>Initializes a new instance of the PivotFieldTooltipShowingEventArgs class.
</para>
</summary>
<param name="viewInfo">
A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo</b> object.
</param>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure that represents the coordinates of the tooltip. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.Point"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> that specifies the tooltip text. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.Text"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.HitInfo">
<summary>
<para>Gets information about the point where the tooltip should be invoked.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitInfo"/> contains information about the point where the tooltip should be invoked.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.Point">
<summary>
<para>Gets the coordinates of the point where the tooltip should be invoked.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure representing the coordinates of the point where the tooltip should be invoked.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.ShowTooltip">
<summary>
<para>Gets or sets whether to show the tooltip.
</para>
</summary>
<value><b>true</b> to show the tooltip; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldTooltipShowingEventArgs.Text">
<summary>
<para>Gets or sets the tooltip text.
</para>
</summary>
<value>A <see cref="T:System.String"/> that represents the tooltip text.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotLeftTopCellChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.LeftTopCellChanged"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotLeftTopCellChangedEventArgs.NewValue">
<summary>
<para>Gets the coordinates of the currently left top visible cell.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that represents the coordinates of the currently left top visible cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotLeftTopCellChangedEventArgs.OldValue">
<summary>
<para>Gets the coordinates of the cell that was visible at the top left before scrolling.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that represents the coordinates of the cell that was visible at the top left before scrolling.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgsBase">
<summary>
<para>The base class for classes that provide data for the PivotGrid control's menu item clicking events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgsBase.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfoBase,DevExpress.XtraPivotGrid.PivotGridMenuType,DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraPivotGrid.PivotGridFieldBase,DevExpress.XtraPivotGrid.PivotArea,System.Drawing.Point,DevExpress.Utils.Menu.DXMenuItem)">
<summary>
<para>Initializes a new instance of the PivotGridMenuItemClickEventArgsBase class.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfoBase"/> object which holds the PivotGridControl's view information.
</param>
<param name="menuType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuType"/> enumeration member which specifies the menu's type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.MenuType"/> property.
</param>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the PivotGridControl's context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Menu"/> property.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Field"/> property.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Area"/> property.
</param>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure which specifies the point which an end-user right-clicked to invoke the menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Point"/> property.
</param>
<param name="item">
A <see cref="T:DevExpress.Utils.Menu.DXMenuItem"/> object which specifies the menu item that has been clicked. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgsBase.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgsBase.Item">
<summary>
<para>Gets the menu item that has been clicked.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Menu.DXMenuItem"/> object which specifies the menu item that has been clicked.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase">
<summary>
<para>The base class for classes providing data for the PivotGrid control's menu handling events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfoBase,DevExpress.XtraPivotGrid.PivotGridMenuType,DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraPivotGrid.PivotGridFieldBase,DevExpress.XtraPivotGrid.PivotArea,System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the PivotGridMenuEventArgsBase class.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfoBase"/> object which holds the PivotGridControl's view information.
</param>
<param name="menuType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuType"/> enumeration member which specifies the menu's type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.MenuType"/> property.
</param>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the PivotGridControl's context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Menu"/> property.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Field"/> property.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Area"/> property.
</param>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure which specifies the point which an end-user right-clicked to invoke the menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Point"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Allow">
<summary>
<para>Gets or sets whether to allow the action.
</para>
</summary>
<value><b>true</b> to allow the action; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Area">
<summary>
<para>Gets the area of the field whose header or value has been right-clicked by a user to invoke the context menu.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Field">
<summary>
<para>Gets the field whose header has been right-clicked by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object which represents the field whose header has been right-clicked by an end-user.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Menu">
<summary>
<para>Gets or sets the PivotGridControl's context menu.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the PivotGridControl's context menu.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.MenuType">
<summary>
<para>Gets the type of the invoked menu.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuType"/> enumeration member which specifies the menu's type.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Point">
<summary>
<para>Gets or sets the location at which the context menu has been invoked.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure which specifies the point at which the end-user right-clicked to invoke the menu. The point's coordinates are set relative to the PivotGridControl's top-left corner.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomAppearance"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomAppearance"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the XtraPivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomAppearance"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.Utils.AppearanceObject,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the PivotCustomAppearanceEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface.
</param>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="appearance">
An <see cref="T:DevExpress.Utils.AppearanceObject"/> that specifies the appearance. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs.Appearance"/> property.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
<param name="bounds">
A <b>Rectangle</b> that specifies the cell coordinates and bounds.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance settings of the currently processed cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object containing appearance settings for the processed cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomAppearanceThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFilterPopupItems"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFilterPopupItems"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFilterPopupItems"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridFilterItems)">
<summary>
<para>Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class.
</para>
</summary>
<param name="items">
A <b>DevExpress.XtraPivotGrid.Data.PivotGridFilterItems</b> object representing a collection of filter drop-down items. This collection is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.Items"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.CheckAllItems(System.Boolean)">
<summary>
<para>Checks or unchecks all filter items in the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.Items"/> collection.
</para>
</summary>
<param name="isChecked">
<b>true</b> to check the filter items; <b>false</b> to uncheck them.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.Field">
<summary>
<para>Gets the field for which the event has been raised.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object, representing the field for which the event has been raised.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.Items">
<summary>
<para>Gets the collection of filter items.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem"/> objects that represent the filter items.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem">
<summary>
<para>Gets the 'Show Blanks' filter item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem"/> object representing the 'Show Blanks' filter item.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotEndUpdateMode">
<summary>
<para>Lists values that specify whether the PivotGridControl is immediately redrawn after calling the <see cref="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdate"/> method.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotEndUpdateMode.Invalidate">
<summary>
<para>The PivotGridControl will not be redrawn until the owner window is redrawn.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotEndUpdateMode.Refresh">
<summary>
<para>The PivotGridControl will be immediately redrawn after calling the <see cref="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdate"/> method.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanging"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,System.Collections.Generic.IList`1)">
<summary>
<para>Initializes a new instance of the PivotFieldFilterChangingEventArgs class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the field for which the event has been raised.
</param>
<param name="filterType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> enumeration member that specifies the current filter type.
</param>
<param name="showBlanks">
<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.
</param>
<param name="values">
A collection of filter values.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs.Cancel">
<summary>
<para>Gets or sets whether to cancel changing the filter condition.
</para>
</summary>
<value><b>true</b> to cancel changing the filter condition; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs.FilterType">
<summary>
<para>Gets the current filter type.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFilterType"/> enumeration member that specifies the filter type currently set for the field filter.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldFilterChangingEventArgs.ShowBlanks">
<summary>
<para>Gets whether records that contain NULL values in the current field are 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.PivotFieldFilterChangingEventArgs.Values">
<summary>
<para>Gets the collection of filter values that is about to be assigned to the filter.
</para>
</summary>
<value>A list of objects representing field filter values.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldSort"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldSort"/> event.
</para>
</summary>
<param name="sender">
The event sender. Identifies the XtraPivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldSort"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomFieldSortEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the PivotGridCustomFieldSortEventArgs class.
</para>
</summary>
<param name="data">
A DevExpress.XtraPivotGrid.Data.PivotGridData object.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldValueEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsed"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanded"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldValueEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsed"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanded"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldValueCancelEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsing"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanding"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueCancelEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldValueCancelEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsing"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanding"/> events.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueCancelEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldValueCancelEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsing"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanding"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueCancelEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="item">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueCancelEventArgs.Cancel">
<summary>
<para>Gets or sets whether the field value can be expanded/collapsed.
</para>
</summary>
<value><b>true</b> to cancel the operation; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceData"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceData"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsHint">
<summary>
<para>Provides hint options for a PivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsHint.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsHint"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsHint.ShowCellHints">
<summary>
<para>Gets or sets whether hints are displayed for cells with truncated content.
</para>
</summary>
<value><b>true</b> to display hints for cells with truncated content; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsHint.ShowHeaderHints">
<summary>
<para>Gets or sets whether hints are displayed for field headers that have truncated captions.
</para>
</summary>
<value><b>true</b> to display hints for field headers that have truncated captions; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsHint.ShowValueHints">
<summary>
<para>Gets or sets whether hints are displayed for field values with truncated content.
</para>
</summary>
<value><b>true</b> to display hints for field values with truncated content; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridScrolling">
<summary>
<para>Contains values that specify how the XtraPivotGrid control is scrolled horizontally.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridScrolling.CellsArea">
<summary>
<para>Specifies that cells within the Data Area are scrolled when the control is scrolled horizontally. The filter fields and column fields are not moved.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridScrolling.Control">
<summary>
<para>Specifies that the filter fields and column fields are scrolled when the control is scrolled horizontally.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridHeaderHitTest">
<summary>
<para>Lists values that identify the visual elements of a field header.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridHeaderHitTest.Filter">
<summary>
<para>The test point belongs to the filter button.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridHeaderHitTest.None">
<summary>
<para>The test point doesn't belong to the filter button.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomizationFormShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowingCustomizationForm"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomizationFormShowingEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowingCustomizationForm"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGrid control that raised an event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowingCustomizationForm"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.#ctor(System.Windows.Forms.Form,System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs"/> class.
</para>
</summary>
<param name="customizationForm">
A <see cref="T:System.Windows.Forms.Form"/> descendant which represents the customization form. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.CustomizationForm"/> property.
</param>
<param name="parentControl">
A <see cref="T:System.Windows.Forms.Control"/> descendant (pivot grid) which owns the customization form. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.ParentControl"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.Cancel">
<summary>
<para>Gets or sets whether the standard customization form should be canceled.
</para>
</summary>
<value><b>true</b> if the standard customization form should be canceled; <b>false</b> if the form should be displayed after the current event handler completes.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.CustomizationForm">
<summary>
<para>Provides access to the customization form.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Form"/> descendant which represents the customization form.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.Handled">
<summary>
<para>Gets or sets whether the standard customization form should be canceled.
</para>
</summary>
<value><b>true</b> if the standard customization form should be canceled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomizationFormShowingEventArgs.ParentControl">
<summary>
<para>Gets or sets the control which the customization form belongs to.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> descendant (pivot grid) which owns the customization form.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridHitInfo">
<summary>
<para>Contains information about a specific point within a PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridHitInfo.#ctor(System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitInfo"/> class with the specified test point.
</para>
</summary>
<param name="hitPoint">
A <see cref="T:System.Drawing.Point"/> structure specifying test point coordinates relative to the PivotGridControl's top-left corner. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.HitPoint"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridHitInfo.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo,System.Drawing.Point,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo)">
<summary>
<para>Initializes a new instance of the PivotGridHitInfo class with the specified settings.
</para>
</summary>
<param name="cellViewInfo">
A PivotCellViewInfo object.
</param>
<param name="hitPoint">
A Point structure that specifies the test point for which the hit information is to be retrieved.
</param>
<param name="viewInfo">
A PivotGridViewInfo object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridHitInfo.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo,DevExpress.XtraPivotGrid.PivotGridValueHitTest,System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the PivotGridHitInfo class.
</para>
</summary>
<param name="fieldCellViewInfo">
An object that contains the information on the processed cell.
</param>
<param name="valueHitTest">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueHitTest"/> enumeration value which identifies the visual element located under the test point.
</param>
<param name="hitPoint">
A Point structure that specifies the test point for which the hit information is to be retrieved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridHitInfo.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase,DevExpress.XtraPivotGrid.Data.PivotFieldItem,DevExpress.XtraPivotGrid.PivotGridHeaderHitTest,System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the PivotGridHitInfo class.
</para>
</summary>
<param name="headersViewInfo">
An object that contains information on the processed field header.
</param>
<param name="field">
An object that identifies the field whose header is located under the test point
</param>
<param name="headerHitTest">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHeaderHitTest"/> enumeration value which identifies the visual element located under the test point.
</param>
<param name="hitPoint">
A <see cref="T:System.Drawing.Point"/> structure that specifies the test point for which the hit information is to be retrieved.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.CellInfo">
<summary>
<para>Gets information on the cell located at the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCellEventArgs"/> object which provides information on the cell located at the test point.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.HeaderField">
<summary>
<para>Gets the field which the header located at the test point corresponds to.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field which the header at the test point corresponds to. <b>null</b> (<b>Nothing</b> in Visual Basic) if there isn't any field header located at the test point.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.HeadersAreaInfo">
<summary>
<para>Gets information on the field header located at the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo"/> object which provides information on the field header located at the specified point.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.HitPoint">
<summary>
<para>Gets the test point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure specifying test point coordinates relative to the PivotGridControl's top-left corner.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.HitTest">
<summary>
<para>Gets a value identifying the type of the visual element located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitTest"/> enumeration value which identifies the type of the visual element that contains the test point.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHitInfo.ValueInfo">
<summary>
<para>Gets the information on the field value located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueHitInfo"/> object which contains information on the field value located under the test point.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo">
<summary>
<para>Contains information about a specific point within a Header Area.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase,DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotGridHeaderHitTest)">
<summary>
<para>Initializes a new instance of the PivotGridHeadersAreaHitInfo class.
</para>
</summary>
<param name="headersViewInfo">
A <see cref="T:DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase"/> descendant that provides information on the field headers located at the test point.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field which the header at the test point corresponds to. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo.Field"/> property.
</param>
<param name="headerHitTest">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitTest"/> enumeration value which identifies the type of the header's visual element which is located under the test point. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo.HeaderHitTest"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo.Area">
<summary>
<para>Gets the header area of the XtraPivotGrid which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which specifies the area located under the test point.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo.Field">
<summary>
<para>Gets the field that the header located at the test point corresponds to.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field header that the test point corresponds to. <b>null</b> (<b>Nothing</b> in Visual Basic) if no field header is located at the test point.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridHeadersAreaHitInfo.HeaderHitTest">
<summary>
<para>Gets a value which identifies the type of the header's visual element that is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHeaderHitTest"/> enumeration value which identifies the type of the header's visual element that is located under the test point.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomSummary"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomSummary"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the XtraPivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomSummary"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomSummaryEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridField,DevExpress.Data.PivotGrid.PivotCustomSummaryInfo)">
<summary>
<para>Initializes a new instance of the PivotGridCustomSummaryEventArgs class with the specified settings.
</para>
</summary>
<param name="data">
A PivotGridData object which contains the information required to initialize the created PivotGridCustomSummaryEventArgs object.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents a data field.
</param>
<param name="customSummaryInfo">
A PivotCustomSummaryInfo object which contains the information required to initialize the created PivotGridCustomSummaryEventArgs object.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridHitTest">
<summary>
<para>Lists values that identify a PivotGridControl's elements.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridHitTest.Cell">
<summary>
<para>The test point belongs to a cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridHitTest.HeadersArea">
<summary>
<para>The test point belongs to the header area.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridHitTest.None">
<summary>
<para>The test point does not belong to any visual element or is outside the PivotGridControl.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridHitTest.Value">
<summary>
<para>The test point belongs to a field value.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceData"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotChartItemType,DevExpress.XtraPivotGrid.PivotChartItemDataMember,DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,System.Object)">
<summary>
<para>Initializes a new instance of the PivotCustomChartDataSourceDataEventArgs class with the specified settings.
</para>
</summary>
<param name="itemType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotChartItemType"/> enumeration value specifying the type of a PivotGrid control's item to be represented in a ChartControl. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemType"/> property.
</param>
<param name="itemDataMember">
A <see cref="T:DevExpress.XtraPivotGrid.PivotChartItemDataMember"/> enumeration value specifying the type of a chart data member that will represent the current PivotGridControl item. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemDataMember"/> property.
</param>
<param name="fieldValueItem">
A <b>DevExpress.XtraPivotGrid.Data.PivotFieldValueItem</b> object.
</param>
<param name="cellItem">
A <b>DevExpress.XtraPivotGrid.Data.PivotGridCellItem</b> object.
</param>
<param name="value">
A <see cref="T:System.Object"/> specifying the value to be displayed in a chart. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.Value"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.CellInfo">
<summary>
<para>Gets an object which contains information about a PivotGrid control's cell, whose value should be displayed in a ChartControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCellValueEventArgs"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.FieldValueInfo">
<summary>
<para>Gets an object which contains information about a field value to be displayed in a ChartControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemDataMember">
<summary>
<para>Gets the type of a chart data member that will represent the current PivotGridControl item.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotChartItemDataMember"/> enumeration member that specifies the type of a chart data member that will represent the current PivotGridControl item.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemType">
<summary>
<para>Gets a value representing the type of a PivotGrid control's item to be represented in a ChartControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotChartItemType"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceDataEventArgs.Value">
<summary>
<para>Gets or sets a value to be displayed in a ChartControl.
</para>
</summary>
<value>A <see cref="T:System.Object"/> class descendant representing the value to be displayed.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCells">
<summary>
<para>Stores information on the cells displayed within the XtraPivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData)">
<summary>
<para>Initializes a new instance of the PivotGridCells class with default settings.
</para>
</summary>
<param name="data">
A PivotGridViewInfoData object which contains the information required to initialize the created PivotGridCells object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCells.ColumnCount">
<summary>
<para>Gets the number of columns in the XtraPivotGrid control.
</para>
</summary>
<value>An integer which specifies the number of columns displayed within the XtraPivotGrid control.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.CopySelectionToClipboard">
<summary>
<para>Copies the selected cells to the clipboard.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCells.FocusedCell">
<summary>
<para>Gets or sets the coordinates of the focused cell.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that specifies the coordinates of the focused cell.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.GetCellInfo(System.Int32,System.Int32)">
<summary>
<para>Returns an object that contains information on the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer that identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer that identifies the visible index of the row.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotCellEventArgs"/> object that contains information on the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.GetFocusedCellInfo">
<summary>
<para>Returns an object that contains information on the currently focused cell.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotCellEventArgs"/> object that contains information on the currently focused cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.InvalidateCell(DevExpress.XtraPivotGrid.PivotCellEventArgs)">
<summary>
<para>Invalidates the specified cell.
</para>
</summary>
<param name="cellInfo">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCellEventArgs"/> object that identifies the cell.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.InvalidateCell(System.Int32,System.Int32)">
<summary>
<para>Invalidates the cell which is located at the specified position.
</para>
</summary>
<param name="x">
A zero-based integer which identifies the visible index of the row that contains the cell.
</param>
<param name="y">
A zero-based integer which identifies the visible index of the column that contains the cell.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCells.LeftTopCell">
<summary>
<para>Gets or sets the coordinates of the left top visible cell.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that specifies the coordinates of the left top visible cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCells.MultiSelection">
<summary>
<para>Gets the selected cells.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.Selection.IMultipleSelection"/> interface and represents the PivotGridControl's selection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCells.RowCount">
<summary>
<para>Gets the number of rows in the XtraPivotGrid control.
</para>
</summary>
<value>An integer which is the number of rows displayed within the XtraPivotGrid control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCells.Selection">
<summary>
<para>Gets or sets the coordinates of the selected cells.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object which contains the coordinates of the selected cells.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.SetSelectionByFieldValues(System.Boolean,System.Object[])">
<summary>
<para>Selects cells that reside within the specified column or row.
</para>
</summary>
<param name="isColumn">
<b>true</b> to select cells within a column; <b>false</b> to select cells within a row.
</param>
<param name="values">
An array of field values that identifies the column or row that should be selected.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCells.SetSelectionByFieldValues(System.Boolean,System.Object[],DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Selects cells that reside within the specified column or row, identified by the specified data field.
</para>
</summary>
<param name="isColumn">
<b>true</b> to select cells within a column; <b>false</b> to select cells within a row.
</param>
<param name="values">
An array of field values that identifies the column or row that should be selected.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant. Specifies a data field that identifies the column or row that should be selected.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection">
<summary>
<para>Represents a collection of custom totals for a field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="field">
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection.#ctor(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase[])">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalCollection 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.PivotGridCustomTotalCollection.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotalCollection class with default settings,
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection.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.PivotGridCustomTotal"/> object which represents the created custom total.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection.AddRange(DevExpress.XtraPivotGrid.PivotGridCustomTotal[])">
<summary>
<para>Appends an array of custom totals to the current collection.
</para>
</summary>
<param name="customSummaries">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> objects which represent the custom totals to add to the collection.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection.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="P:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection.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.PivotGridCustomTotal"/> object located at the specified index.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal">
<summary>
<para>Represents a custom total which can be calculated for an outer column field or row field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotal.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotal class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotal.#ctor(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Initializes a new instance of the PivotGridCustomTotal 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="P:DevExpress.XtraPivotGrid.PivotGridCustomTotal.Appearance">
<summary>
<para>Gets the appearance settings used to paint the custom total's cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the custom total's cells.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridCustomTotal.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="M:DevExpress.XtraPivotGrid.PivotGridCustomTotal.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="T:DevExpress.XtraPivotGrid.PivotGridOptionsMenu">
<summary>
<para>Provides the context menu options for the control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsMenu.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsMenu"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsMenu.EnableFieldValueMenu">
<summary>
<para>Gets or sets whether end-users can invoke the field value context menu.
</para>
</summary>
<value><b>true</b> if end-users can right-click the Field Value to invoke its context menu; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsMenu.EnableHeaderAreaMenu">
<summary>
<para>Gets or sets whether end-users can invoke the header area context menu.
</para>
</summary>
<value><b>true</b> if end-users can right-click the header area to invoke its context menu; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsMenu.EnableHeaderMenu">
<summary>
<para>Gets or sets whether end-users can invoke the field header context menu.
</para>
</summary>
<value><b>true</b> if end-users can right-click the field header to invoke its context menu; otherwise, false.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior">
<summary>
<para>Provides behavior options for the control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior"/> class with the specified change notifications delegate.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.ApplyBestFitOnFieldDragging">
<summary>
<para>Gets or sets whether the Best-Fit feature is automatically applied to a field after it has been dragged and dropped at another location.
</para>
</summary>
<value><b>true</b> if the Best-Fit feature is applied to a field after it has been dragged and dropped at another location; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.BestFitConsiderCustomAppearance">
<summary>
<para>Gets or sets whether custom appearance settings should be taken into account when calculating minimum column width for Best Fit.
</para>
</summary>
<value><b>true</b> if custom appearance settings should be taken into account when calculating minimum column width for Best Fit; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.EditorShowMode">
<summary>
<para>Gets or sets how in-place editors are activated.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.EditorShowMode"/> value that specifies how in-place editors are activated.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.GetEditorShowMode">
<summary>
<para>Returns the actual editor show mode based on the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.EditorShowMode"/> property.
</para>
</summary>
<returns>An <see cref="T:DevExpress.Utils.EditorShowMode"/> value that specifies the actual editor show mode.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.HorizontalScrolling">
<summary>
<para>Gets or sets a value which specifies the PivotGridControl's behavior when it is scrolled horizontally.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridScrolling"/> enumeration member which specifies the PivotGridControl's behavior when it's scrolled horizontally.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior.RepaintGridOnFocusedCellChanged">
<summary>
<para>Gets or sets whether the grid control is repainted when focus is moved from one cell to another.
</para>
</summary>
<value><b>true</b> if the grid control is repainted when focus is moved from one cell to another; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.MenuItemClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.MenuItemClick"/> event.
</para>
</summary>
<param name="sender">
The event sender. Identifies the PivotGrid control that raised an event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.MenuItemClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,DevExpress.XtraPivotGrid.PivotGridMenuType,DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotArea,System.Drawing.Point,DevExpress.Utils.Menu.DXMenuItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs"/> class with the specified settings.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo"/> object which holds the PivotGridControl's view information.
</param>
<param name="menuType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuType"/> enumeration member which specifies the menu's type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.MenuType"/> property.
</param>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the PivotGridControl's context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Menu"/> property.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the Field property.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Area"/> property.
</param>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure which specifies the point at which an end-user has right-clicked to invoke the menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Point"/> property.
</param>
<param name="item">
A <see cref="T:DevExpress.Utils.Menu.DXMenuItem"/> object or its descendant which represents the clicked menu item. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgsBase.Item"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs.Field">
<summary>
<para>Gets the field whose header has been right-clicked by an end-user.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> field whose header has been right-clicked.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridMenuItemClickEventArgs.HitInfo">
<summary>
<para>Gets details on the grid elements located at the point where an end-user has right-clicked to invoke the context menu.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitInfo"/> object which contains information about the grid elements located at the point that has been clicked.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuEventHandler">
<summary>
<para>Represents a method that will handle the <b>DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridMenuEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotGridMenuEventArgs)">
<summary>
<para>Represents a method that will handle the <b>DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu</b> event.
</para>
</summary>
<param name="sender">
The event sender. Identifies the PivotGrid control that raised an event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuEventArgs">
<summary>
<para>Provides data for the <b>DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu</b> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridMenuEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,DevExpress.XtraPivotGrid.PivotGridMenuType,DevExpress.Utils.Menu.DXPopupMenu,DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotArea,System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuEventArgs"/> class with the specified settings.
</para>
</summary>
<param name="viewInfo">
A <see cref="T:DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo"/> object which holds the PivotGridControl's view information.
</param>
<param name="menuType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridMenuType"/> enumeration member which specifies the menu's type. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.MenuType"/> property.
</param>
<param name="menu">
A <see cref="T:DevExpress.Utils.Menu.DXPopupMenu"/> object which represents the PivotGridControl's context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Menu"/> property.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose header has been right-clicked by an end-user. This value is assigned to the Field property.
</param>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Area"/> property.
</param>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure which specifies the point which an end-user right-clicked to invoke the menu. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGridMenuEventArgsBase.Point"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCellEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CellDoubleClick"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCellEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CellDoubleClick"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCellEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCellEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CellClick"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CellDoubleClick"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo)">
<summary>
<para>Initializes a new instance of the PivotCellEventArgs class.
</para>
</summary>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the PivotCellEventArgs class.
</para>
</summary>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
<param name="bounds">
A <b>Rectangle</b> that specifies the cell coordinates and bounds.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellEventArgs.Bounds">
<summary>
<para>Gets the cell's bounds.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> value that specifies the cell's bounds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellEventArgs.DisplayText">
<summary>
<para>Gets the display text of the cell currently being processed.
</para>
</summary>
<value>A string representing the cell's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellEventArgs.Focused">
<summary>
<para>Gets whether the processed cell is the focused cell.
</para>
</summary>
<value><b>true</b> if the processed cell is the focused cell; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellEventArgs.Selected">
<summary>
<para>Gets whether the processed cell is selected.
</para>
</summary>
<value><b>true</b> if the processed cell is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridMenuType">
<summary>
<para>Lists values that specify the PivotGridControl's context menu types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridMenuType.FieldValue">
<summary>
<para>Corresponds to the field value context menu.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridMenuType.Header">
<summary>
<para>Corresponds to the field header context menu.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridMenuType.HeaderArea">
<summary>
<para>Corresponds to the header area context menu.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridMenuType.HeaderSummaries">
<summary>
<para>Corresponds to the menu allowing an end-user to select a summary type for a data field (when the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldOptions.AllowRunTimeSummaryChange"/> option is enabled).
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs">
<summary>
<para>Serves as a base for the classes that provide data for the events which are used to customize column and row headers.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the PivotFieldValueEventArgs class with the specified field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which specifies the field currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="item">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs.CustomTotal">
<summary>
<para>Gets the custom total which the currently processed column/row header corresponds to.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object which represents the custom total which the processed header corresponds to.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs.Data">
<summary>
<para>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData"/> object.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueImageIndex"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueImageIndex"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGridControl that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueImageIndex"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the PivotFieldImageIndexEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="item">
A PivotFieldValueItem object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.ChangeExpandedState">
<summary>
<para>Changes the expanded state of the current field value.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.CreateDrillDownDataSource">
<summary>
<para>Returns a list of records associated with the processed field value.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains records associated with the processed field value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.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 current cell. Allows you to specify the columns and limit the number of records to be returned.
</para>
</summary>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</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.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.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.PivotGridCustomTotal"/> object that specifies the custom total that corresponds to the currently processed column/row header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.DataField">
<summary>
<para>Gets the data field that identifies the processed value.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object, which is the data field that identifies the processed value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.Field">
<summary>
<para>Gets the field being processed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object, which is the field currently being processed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.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.PivotFieldImageIndexEventArgs.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a value displayed in a cell with the specified column and row indexes.
</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 value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns a field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a column or row field, whose value should be obtained.
</param>
<param name="cellIndex">
A zero-based index of a cell 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>The field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.GetHigherLevelFields">
<summary>
<para>Returns the parent field(s) for the field value being currently processed.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects that are parent fields for the field value currently being processed.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.GetHigherLevelFieldValue(DevExpress.XtraPivotGrid.PivotGridField)">
<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.PivotGridField"/> object that is the parent field whose value is returned.
</param>
<returns>An object that is the value of the specified parent (higher level) field.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.ImageIndex">
<summary>
<para>Gets or sets the index of the image to display within the currently processed column/row header.
</para>
</summary>
<value>An integer value specifying the zero-based index of the image within the source collection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.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.PivotFieldImageIndexEventArgs.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.PivotFieldImageIndexEventArgs.IsOthersValue">
<summary>
<para>Gets 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.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.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.XtraPivotGrid.PivotFieldImageIndexEventArgs.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.XtraPivotGrid.PivotFieldImageIndexEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs.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.PivotFieldImageIndexEventArgs.ValueType">
<summary>
<para>Gets the type of the currently processed column/row header.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value which identifies the type of the currently processed column or row header.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotAreaChangingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotAreaChangingEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanging"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanging"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs"/> class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose location is being changed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.
</param>
<param name="newArea">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which indicates the current position of the field being dragged. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs.NewArea"/> property.
</param>
<param name="newAreaIndex">
A zero-based integer which specifies the field's index amongst the other fields displayed within the same area. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs.NewAreaIndex"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs.Allow">
<summary>
<para>Gets or sets whether the dragged field header can be dropped on the area it's currently located over.
</para>
</summary>
<value><b>true</b> to allow the operation; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs.NewArea">
<summary>
<para>Gets the current position of the field being dragged.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which specifies the current position of the field being dragged.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotAreaChangingEventArgs.NewAreaIndex">
<summary>
<para>Gets the index of the field which is being dragged for the area it's currently located over among the other fields displayed within the area.
</para>
</summary>
<value>A zero-based integer which specifies the index of the dragged field among the other fields displayed within the area over which it's currently located.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition">
<summary>
<para>Represents a style format condition which can be applied to a PivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition"/> class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.ApplyToCell">
<summary>
<para>Gets or sets whether the appearance settings can be applied to data cells.
</para>
</summary>
<value><b>true</b> to apply the appearance settings to data cells; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.ApplyToCustomTotalCell">
<summary>
<para>Gets or sets whether the appearance settings are applied to custom total cells.
</para>
</summary>
<value><b>true</b> to apply the appearance settings to custom total cells; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.ApplyToGrandTotalCell">
<summary>
<para>Gets or sets whether the appearance settings are applied to grand total cells.
</para>
</summary>
<value><b>true</b> to apply the appearance settings to grand total cells; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.ApplyToTotalCell">
<summary>
<para>Gets or sets whether the appearance settings are applied to automatic total cells.
</para>
</summary>
<value><b>true</b> to apply the appearance settings to automatic total cells; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.CanApplyToCell(DevExpress.XtraPivotGrid.PivotGridCellType)">
<summary>
<para>Indicates whether the appearance settings specified by the current style format condition can be applied to cells of the specified type.
</para>
</summary>
<param name="cellType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCellType"/> enumeration value which specifies the PivotGridControl cell type.
</param>
<returns><b>true</b> if the appearance settings can be applied to cells of the specified type; otherwise, <b>false</b>
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.Field">
<summary>
<para>Gets or sets the field which identifies the columns whose values are used in conditional formatting.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object representing the field which identifies the columns whose values are used in conditional formatting.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.FieldName">
<summary>
<para>Gets or sets the name of the field which identifies the columns whose values are used in conditional formatting.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the field which identifies the columns whose values are used in conditional formatting.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition.PivotGrid">
<summary>
<para>Gets the PivotGrid control which owns the current style format condition.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> object which represents the PivotGridControl that owns the current style format condition.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection">
<summary>
<para>Represents a collection of style format conditions applied to a PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.Add(DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition)">
<summary>
<para>Appends a style condition object to the collection.
</para>
</summary>
<param name="condition">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition"/> object to be added to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.AddRange(DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition[])">
<summary>
<para>Adds an array of style condition objects to the end of the collection.
</para>
</summary>
<param name="conditions">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition"/> objects to be appended to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.CompareValues(System.Object,System.Object)">
<summary>
<para>Performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other.
</para>
</summary>
<param name="val1">
The first object to compare.
</param>
<param name="val2">
The second object to compare.
</param>
<returns>An integer value indicating whether one is less than, equal to or greater than the other.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.IsLoading">
<summary>
<para>Indicates whether the PivotGridControl that owns the current collection is currently being initialized.
</para>
</summary>
<value><b>true</b> if the PivotGridControl is being initialized; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items within the collection.
</para>
</summary>
<param name="index">
An integer value specifying the item's zero based index within the collection. If its negative or exceeds the last available index, an exception is raised.
</param>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition"/> object which resides at the specified position within the collection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection.Item(System.Object)">
<summary>
<para>Gets a style format condition with the specified tag.
</para>
</summary>
<param name="tag">
An object which contains information associated with the style format condition.
</param>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition"/> object which represents a style format condition within the collection whose <see cref="P:DevExpress.XtraEditors.StyleFormatConditionBase.Tag"/> property's value matches the <i>tag</i> parameter. <b>null</b> (<b>Nothing</b> in Visual Basic) if no style format condition is found.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeaderArea"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeaderArea"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeaderArea"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase,DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs,System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawHeaderAreaEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="headersViewInfo">
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfo object that provides information about the painted field headers.
</param>
<param name="paintArgs">
A DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs object.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the boundaries of the header area currently being painted. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.Bounds"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs.Area">
<summary>
<para>Gets a value which specifies the header area currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value which specifies the header area currently being painted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldValue"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo,DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs,DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs,DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawFieldValueEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="fieldCellViewInfo">
A PivotFieldsAreaCellViewInfo object.
</param>
<param name="info">
A PivotHeaderObjectInfoArgs object.
</param>
<param name="paintArgs">
A ViewInfoPaintArgs object.
</param>
<param name="painter">
A PivotHeaderObjectPainter object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Area">
<summary>
<para>Gets the header area where the field is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the header area in which the field is displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.CustomTotal">
<summary>
<para>Gets the custom total which the currently processed column/row header corresponds to.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object which represents the custom total which the processed header corresponds to. <b>null</b> (<b>Nothing</b> in Visual Basic) if the processed header doesn't correspond to a custom total.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Data">
<summary>
<para>Gets an object that provides methods to work with data. This method supports the internal infrastructure and typically, there is no need to use it directly from your code.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.DisplayText">
<summary>
<para>Gets the display text of the header currently being painted.
</para>
</summary>
<value>A string value representing the header's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Field">
<summary>
<para>Gets the field whose value is to be painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose value is to be painted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.FieldIndex">
<summary>
<para>Gets the field's position among the visible fields within the header area.
</para>
</summary>
<value>An integer value that specifies the field's position among the visible fields.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a value displayed in the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns the specified column or row field's value for the cell addressed by its zero-based index in the Data Area.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object representing a column or row field, whose value is to be obtained.
</param>
<param name="cellIndex">
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>An object representing the field's value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.GetHigherLevelFields">
<summary>
<para>Returns the parent field(s) for the field value being currently processed.
</para>
</summary>
<returns>An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects that represent parent fields for the field value currently being processed.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.GetHigherLevelFieldValue(DevExpress.XtraPivotGrid.PivotGridField)">
<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.PivotGridField"/> object that represents the parent field whose value is returned.
</param>
<returns>An object that represents the value of the specified parent (higher level) field.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Info">
<summary>
<para>Gets an object which provides the information required to paint a field value.
</para>
</summary>
<value>A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs</b> object which provides information about the painted field value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.IsOthersValue">
<summary>
<para>Gets 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.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Item">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.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.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.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.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Painter">
<summary>
<para>Gets the painter object that provides the default element painting mechanism.
</para>
</summary>
<value>A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter</b> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.Value">
<summary>
<para>Gets the value of the column field or row field which the currently processed column/row header corresponds to.
</para>
</summary>
<value>An object which represents the value of the corresponding column field or row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs.ValueType">
<summary>
<para>Gets the type of the currently processed column/row header.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value which identifies the type of the currently processed column or row header.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeader"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeader"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeader"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderViewInfoBase,DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs,DevExpress.Utils.Drawing.HeaderObjectPainter)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawFieldHeaderEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="headerViewInfo">
A PivotHeaderViewInfoBase object.
</param>
<param name="paintArgs">
A ViewInfoPaintArgs object.
</param>
<param name="painter">
A HeaderObjectPainter object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs.Field">
<summary>
<para>Gets the field whose header is to be painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose header is to be painted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs.Info">
<summary>
<para>Gets an object which provides the information required to paint a field header.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.HeaderObjectInfoArgs"/> object which provides information about the painted field header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs.Painter">
<summary>
<para>Gets the painter object that provides the default element painting mechanism.
</para>
</summary>
<value>A <b>HeaderObjectPainter</b> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawEmptyArea"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawEmptyArea"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawEmptyArea"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.IPivotCustomDrawAppearanceOwner,DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs,System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="appearanceOwner">
An object that implements the IPivotCustomDrawAppearanceOwner interface. Provides the appearance settings used to paint an element.
</param>
<param name="paintArgs">
A DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs object.
</param>
<param name="bounds">
A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the element boundaries. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.Bounds"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.Appearance">
<summary>
<para>Gets the painted element's appearance settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the painted element's appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.Bounds">
<summary>
<para>Gets the bounding rectangle of the painted element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which specifies the element's boundaries.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.Graphics">
<summary>
<para>Gets an object used to paint an element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.GraphicsCache">
<summary>
<para>Gets an object which specifies the storage for the most used pens, fonts and brushes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled, if it was handled the default actions are not required.
</para>
</summary>
<value><b>true</b> if default painting isn't required; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawCell"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawCell"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the PivotGridControl which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawCell"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.Utils.AppearanceObject,DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawCellEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface.
</param>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="appearance">
An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that specifies the appearance. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.Appearance"/> property.
</param>
<param name="paintArgs">
A <b>ViewInfoPaintArgs</b> object.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.Appearance">
<summary>
<para>Gets the painted cell's appearance settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the painted cell's appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.Graphics">
<summary>
<para>Gets the object used to paint a cell.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.GraphicsCache">
<summary>
<para>Gets an object which specifies the storage for the most used pens, fonts and brushes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.Handled">
<summary>
<para>Gets or sets whether an event was handled, if it was handled the default actions are not required.
</para>
</summary>
<value><b>true</b> if default painting isn't required; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldAppearances">
<summary>
<para>Provides the appearance settings used to paint the elements in a field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.#ctor(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the PivotGridFieldAppearances class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the owner field.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.Cell">
<summary>
<para>Gets the appearance settings used to paint regular cells corresponding to the current data field.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides corresponding settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.CellGrandTotal">
<summary>
<para>Gets the appearance settings used to paint grand total cells corresponding to the current data field.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides corresponding settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.CellTotal">
<summary>
<para>Gets the appearance settings used to paint total cells corresponding to the current data field.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides corresponding settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.Header">
<summary>
<para>Gets the appearance settings used to paint the field header.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides appearance settings used to paint the field header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.IsLoading">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.Value">
<summary>
<para>Gets the appearance settings used to paint the values of fields.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the field's values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.ValueGrandTotal">
<summary>
<para>Gets the appearance settings used to paint the Grand Total headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the Grand Total headers.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldAppearances.ValueTotal">
<summary>
<para>Gets the appearance settings used to paint the field's totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the field's totals.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridField">
<summary>
<para>Represents a field within the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridField.#ctor(System.String,DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Initializes a new instance of the PivotGridField 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 PivotGridField 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.PivotGridField.#ctor">
<summary>
<para>Initializes a new instance of the PivotGridField class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridField class.
</para>
</summary>
<param name="data">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.Appearance">
<summary>
<para>Provides access to the appearance settings used to paint the field's header, values and value totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldAppearances"/> collection that contains the appearance settings used to paint the field's header, values and value totals.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridField.BestFit">
<summary>
<para>Resizes the columns that correspond to the current field to the minimum width required to completely display the column's contents.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.CanEdit">
<summary>
<para>Returns whether cells of the current field can be edited.
</para>
</summary>
<value><b>true</b> if cells of the current field can be edited; otherwise, <b>false</b>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.CanFilterRadioMode">
<summary>
<para>Gets whether end-users are allowed to select only a single item in the field's filter drop-down.
</para>
</summary>
<value><b>true</b> if end-users are allowed to select only a single item in the field's filter drop-down; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.CanHide">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.CanShowUnboundExpressionMenu">
<summary>
<para>Gets whether a menu used to open an Expression Editor for unbound fields is available.
</para>
</summary>
<value><b>true</b> if a menu used to open an Expression Editor for unbound fields is available; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.CustomTotals">
<summary>
<para>Gets the collection of custom totals for the current field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalCollection"/> object which represent the collection of custom totals.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.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.PivotGridField.DropDownFilterListSize">
<summary>
<para>Gets or sets the width and height of the field's filter dropdown.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Size"/> structure that specifies the width and height (in pixels) of the field's filter dropdown.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.FieldEdit">
<summary>
<para>Gets or sets the editor used to edit cells corresponding to the current data field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that represents the field's repository item.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.FieldEditName">
<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.PivotGridField.HeaderImages">
<summary>
<para>Gets the source of images that can be displayed within field headers.
</para>
</summary>
<value>An object that is an image collection providing images for the PivotGridField's field headers.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.ImageIndex">
<summary>
<para>Gets or sets the index of the image which is displayed within the field's header.
</para>
</summary>
<value>A zero-based integer that represents the index of the image which is displayed within the field's header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.Options">
<summary>
<para>Contains the field's options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx"/> object which contains the field's options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.PivotGrid">
<summary>
<para>Gets the XtraPivotGrid control that owns the current field.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> control that owns the current field.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridField.SetDefaultEditParameters(DevExpress.XtraEditors.Repository.RepositoryItem)">
<summary>
<para>Sets specific settings of the specified repository item (in-place editor) to default. This member supports the internal infrastructure and is not intended to be used directly from your code..
</para>
</summary>
<param name="edit">
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridField.ShowFilterPopup">
<summary>
<para>Displays the filter dropdown for the current field.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridField.SummaryTypeChanged">
<summary>
<para>Occurs after the field's summary type has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridField.ToolTips">
<summary>
<para>Gets the field's hint settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldToolTips"/> object which provides the hint settings for the field.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridField.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.PivotGridField.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="T:DevExpress.XtraPivotGrid.PivotFieldEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanged"/>, <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanged"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldWidthChanged"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanged"/>, <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanged"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldWidthChanged"/> events.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGrid control that raised an event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldEventArgs">
<summary>
<para>Provides data for all field handling events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotFieldEventArgs"/> class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueDisplayText"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueDisplayText"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueDisplayText"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,System.String)">
<summary>
<para>Initializes a new instance of the PivotFieldDisplayTextEventArgs class with the specified item and default text.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotFieldValueItem"/> specifying the field value item. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldValueEventArgsBase`1.Item"/> property.
</param>
<param name="defaultText">
A <see cref="T:System.String"/> specifying the default display text. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.DisplayText"/> property.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField,System.Object,System.String)">
<summary>
<para>Initializes a new instance of the PivotFieldDisplayTextEventArgs class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents a field within the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</param>
<param name="value">
An item's value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.Value"/> property.
</param>
<param name="defaultText">
A <see cref="T:System.String"/> specifying the default display text. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.DisplayText"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.DisplayText">
<summary>
<para>Gets or sets the item's display text.
</para>
</summary>
<value>A string value that specifies the item's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldDisplayTextEventArgs.IsPopulatingFilterDropdown">
<summary>
<para>Gets whether the current 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.PivotFieldDisplayTextEventArgs.Value">
<summary>
<para>Gets the processed item's value.
</para>
</summary>
<value>An object which represents the item's value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCellDisplayTextEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellDisplayText"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellDisplayTextEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCellDisplayTextEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellDisplayText"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCellDisplayTextEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCellDisplayTextEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellDisplayText"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellDisplayTextEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="cellItem">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellDisplayTextEventArgs.DisplayText">
<summary>
<para>Gets or sets the display text for the cell currently being processed.
</para>
</summary>
<value>A string that represents the cell's display text.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs">
<summary>
<para>Provides data for the events which are invoked for particular data cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="cellItem">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.ColumnCustomTotal">
<summary>
<para>Gets the column custom total which displays the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object which represents the column custom total that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.ColumnField">
<summary>
<para>Gets the innermost column field which corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the column field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.ColumnFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>The integer value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.ColumnIndex">
<summary>
<para>Gets the visual index of the column that contains the current cell.
</para>
</summary>
<value>An integer that is the visual index of the column that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.ColumnValueType">
<summary>
<para>Gets the type of the column which contains the processed cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value which specifies the type of the column in which the processed cell resides.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.CreateDrillDownDataSource">
<summary>
<para>Returns a list of records used to calculate a summary value for the cell currently being processed.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains records used to calculate a summary value for the current cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.CreateOLAPDrillDownDataSource(System.Collections.Generic.List`1)">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.
</para>
</summary>
<param name="customColumns">
A list of columns to be returned.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.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 current cell. Allows you to specify the columns and limit the number of records to be returned.
</para>
</summary>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</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.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.CreateSummaryDataSource">
<summary>
<para>Returns a <b>summary data source</b>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.Data">
<summary>
<para>For internal use.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.DataField">
<summary>
<para>Gets the data field that identifies the column/row where the processed cell resides.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field that identifies the column/row where the processed cell resides.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a cell value calculated for the current column and row field values, against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field.
</param>
<returns>The cell value. <b>null</b> (<b>Nothing</b> in Visual Basic) if no cell is found.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetCellValue(System.Object[],System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a cell value calculated for the specified column and row field values, against the specified data field.
</para>
</summary>
<param name="columnValues">
An array of column values.
</param>
<param name="rowValues">
An array of row values.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required cell value is calculated.
</param>
<returns>A summary value calculated for the specified column and row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a cell value by the column and row indexes.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetColumnFields">
<summary>
<para>Returns an array of column fields which correspond to the current cell.
</para>
</summary>
<returns>An array of column fields.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetColumnGrandTotal(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Column Grand Total value calculated for the current row field values, against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.
</param>
<returns>The Column Grand Total value calculated for the current row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetColumnGrandTotal(System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Column Grand Total value calculated for the specified row field values, against the specified data field.
</para>
</summary>
<param name="rowValues">
An array of row field values for which the required Column Grand Total is calculated.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.
</param>
<returns>The Column Grand Total value calculated for the specified row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the specified column or row field which identifies the column/row in which the processed cell resides.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose value is returned.
</param>
<returns>An object which represents the value of the specified column or row field which identifies the column/row in which the processed cell resides. <b>null</b> (<b>Nothing</b> in Visual Basic) if the specified field isn't a column or row field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns the specified column or row field's value for the cell, addressed by its zero-based index in the Data Area.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object representing a column or row field, whose value is to be obtained.
</param>
<param name="cellIndex">
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>An object representing the field's value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetGrandTotal(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Gets the Grand Total value for the specified field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the field whose Grand Total is returned.
</param>
<returns>An object which represents the Grand Total value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetNextColumnCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell in the same row but in the next column.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which identifies the sub column in the next column.
</param>
<returns>An object that represents the value in the same row but in the next column.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetNextRowCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell in the next row.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which identifies the sub column in the next row.
</param>
<returns>An object that represents the value of the cell in the next row.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetPrevColumnCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell in the same row but in the previous column.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which identifies the sub column in the previous column.
</param>
<returns>An object that represents the value in the same row but in the previous column.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetPrevRowCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell in the previous row.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which identifies the sub column in the previous row.
</param>
<returns>An object that represents the value of the cell in the previous row.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetRowFields">
<summary>
<para>Returns an array of the row fields which correspond to the current cell.
</para>
</summary>
<returns>An array of row fields.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetRowGrandTotal(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Row Grand Total value calculated for the current column field values, against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Row Grand Total is calculated.
</param>
<returns>The Row Grand Total value calculated for the current column field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetRowGrandTotal(System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Row Grand Total value calculated for the specified column field values, against the specified data field.
</para>
</summary>
<param name="columnValues">
An array of column field values for which the required Row Grand Total is calculated.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Row Grand Total is calculated.
</param>
<returns>The Row Grand Total value calculated for the specified column field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.IsFieldValueExpanded(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Indicates whether the specified field's value that represents the row or column header of the processed cell is expanded.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the field in a PivotGridControl.
</param>
<returns><b>true</b> if the field value is expanded; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.IsFieldValueRetrievable(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Gets whether the value of the specified column or row field can be retrieved for the current cell by the <see cref="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetFieldValue"/> method.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which identifies the column or row field.
</param>
<returns><b>true</b> if the specified field's value can be retrieved via the <see cref="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.GetFieldValue"/> method; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.IsOthersFieldValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Indicates whether the processed data cell resides within the "Others" row/column when the Top X Value feature is enabled.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the field.
</param>
<returns><b>true</b> if the data cell resides within the "Others" row/column; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.Item">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.RowCustomTotal">
<summary>
<para>Gets the row custom total which contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object which represents the row custom total that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.RowField">
<summary>
<para>Gets the innermost row field which corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.RowFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>The integer value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.RowIndex">
<summary>
<para>Gets the visual index of the row that contains the current cell.
</para>
</summary>
<value>An integer that specifies the visual index of the row that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.RowValueType">
<summary>
<para>Gets the type of the row which contains the processed cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value which specifies the type of the row in which the processed cell resides.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.SummaryType">
<summary>
<para>Gets the type of summary calculated in the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> value that specifies the summary type for the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.SummaryValue">
<summary>
<para>Gets an object which contains the values of the predefined summaries that are calculated for the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryValue"/> object which contains the values of the predefined summaries that are calculated for the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs.Value">
<summary>
<para>Gets the processed cell's value.
</para>
</summary>
<value>An object which represents the processed cell's value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomFieldDataEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomUnboundFieldData"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomFieldDataEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.CustomFieldDataEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomUnboundFieldData"/> event.
</para>
</summary>
<param name="sender">
The event source. Identifies the PivotGrid control that raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.CustomFieldDataEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomFieldDataEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomUnboundFieldData"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomFieldDataEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.XtraPivotGrid.PivotGridField,System.Int32,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.CustomFieldDataEventArgs"/> class.
</para>
</summary>
<param name="data">
A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridData"/> object.
</param>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which represents the unbound field currently being processed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.Field"/> property.
</param>
<param name="listSourceRow">
An integer value which identifies the current row's index in the data source. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.ListSourceRowIndex"/> property.
</param>
<param name="_value">
An object which represents the processed cell's value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomFieldDataEventArgsBase`1.Value"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsView">
<summary>
<para>Provides view options for the PivotGrid controls.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsView.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsView"/> class.
</para>
</summary>
<param name="optionsChanged">
A delegate that will receive change notifications.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsView.AllowGlyphSkinning">
<summary>
<para>Gets or sets whether <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> icons should be painted according the control's foreground color.
</para>
</summary>
<value><b>true</b>, if <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> icons should be painted according the control's foreground colors; otherwise, false.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsView.FilterSeparatorBarPadding">
<summary>
<para>Gets or sets a value which specifies the distance from the separator line to the adjacent areas.
</para>
</summary>
<value>An integer value which specifies the distance from the separator line to the adjacent areas.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsView.HeaderFilterButtonShowMode">
<summary>
<para>Gets or sets how filter buttons are rendered.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.FilterButtonShowMode"/> enumeration value that specifies how filter buttons are rendered.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsView.ShowButtonMode">
<summary>
<para>Gets or sets a value specifying when buttons of in-place editors are shown in cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum"/> value that specifies the current display mode for cell buttons.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridCellType">
<summary>
<para>Lists the values that specify the PivotGridControl cell types.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridCellType.Cell">
<summary>
<para>Corresponds to the data cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridCellType.CustomTotal">
<summary>
<para>Corresponds to the custom total cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridCellType.GrandTotal">
<summary>
<para>Corresponds to the grand total cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotGridCellType.Total">
<summary>
<para>Corresponds to the automatic total cell.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint">
<summary>
<para>Provides the appearance settings used to paint the elements in a PivotGridControl when it's printed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData)">
<summary>
<para>Initializes a new instance of the PivotGridAppearancesPrint class.
</para>
</summary>
<param name="data">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint.FilterSeparator">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint.GetAppearanceDefaultInfo">
<summary>
<para>Gets an array of the default appearances used to paint the elements of a PivotGridControl when it's printed.
</para>
</summary>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint.HeaderGroupLine">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridAppearancesBase">
<summary>
<para>Represents the base class for classes that provide appearance settings for a PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData)">
<summary>
<para>Initializes a new instance of the PivotGridAppearancesBase class. For internal use.
</para>
</summary>
<param name="data">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.Cell">
<summary>
<para>Gets the appearance settings used to paint data cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint data cells.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.CustomTotalCell">
<summary>
<para>Gets the appearance settings used to paint custom total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint custom total cells.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldHeader">
<summary>
<para>Gets the appearance settings used to paint field headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint field headers.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldValue">
<summary>
<para>Gets the appearance settings used to paint the values of fields and the default appearance settings used to paint grand totals and totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint field values.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldValueGrandTotal">
<summary>
<para>Gets the appearance settings used to paint grand total headers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the grand total headers.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FieldValueTotal">
<summary>
<para>Gets the appearance settings used to paint the headers of Totals.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the headers of Totals.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.FilterSeparator">
<summary>
<para>Gets the appearance settings used to paint the filter header area separator.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the filter header area separator.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.GrandTotalCell">
<summary>
<para>Gets the appearance settings used to paint Grand Total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint Grand Total cells.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.HeaderGroupLine">
<summary>
<para>Gets the appearance settings used to paint connector lines between field headers combined in a field group.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides corresponding appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.IsLoading">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.Lines">
<summary>
<para>Gets the appearance settings used to paint the horizontal and vertical lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint grid lines.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearancesBase.TotalCell">
<summary>
<para>Gets the appearance settings used to paint automatic total cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint automatic total cells.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridAppearances">
<summary>
<para>Provides the appearance settings used to paint a PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData)">
<summary>
<para>Initializes a new instance of the PivotGridAppearances class. For internal use.
</para>
</summary>
<param name="data">
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.ColumnHeaderArea">
<summary>
<para>Gets the appearance settings used to paint the column header area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the column header area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.DataHeaderArea">
<summary>
<para>Gets the appearance settings used to paint the data header area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the data header area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.Empty">
<summary>
<para>Gets the appearance settings used to paint the PivotGridControl's empty area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the PivotGridControl's empty space.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.ExpandButton">
<summary>
<para>Gets the appearance settings used to paint expand buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the appearance settings used to paint expand buttons.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.FilterHeaderArea">
<summary>
<para>Gets the appearance settings used to paint the filter header area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the filter header area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.FocusedCell">
<summary>
<para>Gets the appearance settings used to paint the currently focused cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the currently focused cell.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.GetAppearanceDefaultInfo(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Gets the array of default appearances used to paint the PivotGridControl's elements.
</para>
</summary>
<param name="lf">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which provides the look and feel settings for a PivotGridControl.
</param>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.GetEmptyAppearanceDefaultInfo">
<summary>
<para>Gets the empty appearance settings used to paint the elements of a PivotGridControl.
</para>
</summary>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.GetFlatAppearanceDefaultInfo">
<summary>
<para>Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Flat style.
</para>
</summary>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.GetOffice2003AppearanceDefaultInfo">
<summary>
<para>Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Office2003 style.
</para>
</summary>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.GetSkinAppearanceDefaultInfo(DevExpress.LookAndFeel.UserLookAndFeel)">
<summary>
<para>Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Skin style.
</para>
</summary>
<param name="lf">
A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which provides the look and feel settings for a PivotGridControl.
</param>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridAppearances.GetWindowsXPAppearanceDefaultInfo">
<summary>
<para>Gets the default appearance settings used to paint the elements of a PivotGridControl when it's painted in the Windows XP style.
</para>
</summary>
<returns>An array of DevExpress.Utils.AppearanceDefaultInfo objects.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.HeaderArea">
<summary>
<para>Gets the appearance settings used to paint the header area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the header area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.HeaderFilterButton">
<summary>
<para>Gets the appearance settings used to paint filter buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint filter buttons.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.HeaderFilterButtonActive">
<summary>
<para>Gets the appearance settings used to paint the filter buttons displayed within the field headers that are involved in filtering.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the filter buttons that are displayed within the field headers involved in filtering.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.PrefilterPanel">
<summary>
<para>Gets the appearance settings used to paint the panel displaying the Prefilter's criteria (when the <see cref="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomization.AllowPrefilter"/> option is enabled).
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that contains the appearance settings used to paint the PivotGridControl's prefilter panel.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.RowHeaderArea">
<summary>
<para>Gets the appearance settings used to paint the row header area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the row header area.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.SelectedCell">
<summary>
<para>Gets the appearance settings used to paint the selected cells.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the selected cells.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridAppearances.SortByColumnIndicatorImage">
<summary>
<para>Gets or sets a glyph that is used to indicate that values of column/row fields are sorted by a specific row/column.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> object that specifies a corresponding glyph.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridControl">
<summary>
<para>Represents the XtraPivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.About">
<summary>
<para>Activates the PivotGridControl's <b>About</b> dialog box.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.ActiveEditor">
<summary>
<para>Gets the PivotGrid's active editor.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> descendant that represents the currently active editor. <b>null</b> (<b>Nothing</b> in Visual Basic) if no cell is currently being edited.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Appearance">
<summary>
<para>Provides access to the properties that control the appearance of the PivotGridControl's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAppearances"/> object which provides the appearance settings for the PivotGridControl's elements.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.AppearancePrint">
<summary>
<para>Provides access to the properties that specify the appearances of the PivotGridControl's elements when the PivotGridControl is printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint"/> object which provides the appearance settings used to paint the PivotGridControl's elements when it's printed.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.AsyncOperationCompleted">
<summary>
<para>Occurs after an asynchronous operation has been completed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.AsyncOperationStarting">
<summary>
<para>Occurs before an asynchronous operation is started.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.BackgroundImage">
<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.PivotGridControl.BackgroundImageLayout">
<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="E:DevExpress.XtraPivotGrid.PivotGridControl.BeforeLoadLayout">
<summary>
<para>Occurs before a layout is restored from storage (a stream, xml file or the system registry).
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.BeginRefresh">
<summary>
<para>Occurs before the control's data recalculation starts.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.BeginUpdate">
<summary>
<para>Locks the PivotGridControl object by preventing visual updates of the object and its elements until the <b>EndUpdate</b> method is called.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.BestFit(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Resizes columns that correspond to the specified field to the minimum width required to completely display their contents.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that identifies columns to which the Best Fit feature should be applied.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.BestFit">
<summary>
<para>Resizes all columns to the minimum width required to completely display the column's contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.BestFitColumnArea">
<summary>
<para>Resizes columns in the Data Area to the minimum width required to completely display their contents.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.BestFitDataHeaders(System.Boolean)">
<summary>
<para>Resizes the Data Header Area to the minimum width required to completely display data field headers.
</para>
</summary>
<param name="considerRowArea">
<b>true</b>, to prevent the Row Header Area width from being decreased; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.BestFitRowArea">
<summary>
<para>Resizes columns that display row field values to the minimum width required to completely display their contents.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.BorderStyle">
<summary>
<para>Gets or sets the border style for the PivotGridControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style of a PivotGridControl.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CalcHitInfo(System.Drawing.Point)">
<summary>
<para>Returns information on the grid elements located at the specified point.
</para>
</summary>
<param name="hitPoint">
A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the PivotGridControl's top-left corner.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridHitInfo"/> object which contains information about the grid elements located at the test point.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CanResizeField(System.Drawing.Point)">
<summary>
<para>Indicates whether the field can be resized.
</para>
</summary>
<param name="pt">
A <see cref="T:System.Drawing.Point"/> structure which represents the test point.
</param>
<returns><b>true</b> if the field can be resized; otherwise, <b>false</b>.
</returns>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CellClick">
<summary>
<para>Occurs when a cell is clicked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CellDoubleClick">
<summary>
<para>Occurs when a cell is double-clicked.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Cells">
<summary>
<para>Gets the object which contains information on the cells that are displayed by the control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCells"/> object which contains information on the data cells.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CellSelectionChanged">
<summary>
<para>Occurs when the cell selection is modified.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ChangeFieldExpandedAsync(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Boolean)">
<summary>
<para>Expands or collapses all values of the specified field asynchronously.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the field whose values should be expanded/collapsed.
</param>
<param name="expand">
<b>true</b> to expand field values; <b>false</b> to collapse them.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ChangeFieldExpandedAsync(DevExpress.XtraPivotGrid.PivotGridFieldBase,System.Boolean,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Expands or collapses all values of the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant that specifies the field whose values should be expanded/collapsed.
</param>
<param name="expand">
<b>true</b> to expand field values; <b>false</b> to collapse them.
</param>
<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.PivotGridControl.ChangeFieldSortOrderAsync(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Toggles the sort order of the specified field asynchronously.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a field whose sort order should be toggled.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ChangeFieldSortOrderAsync(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Toggles the sort order of the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a field whose sort order should be toggled.
</param>
<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.PivotGridControl.ClearFieldSortingAsync(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Clears field sorting asynchronously in OLAP mode.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the field whose sort order should be changed.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ClearFieldSortingAsync(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Clears field sorting asynchronously in OLAP mode. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the field whose sort order should be changed.
</param>
<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.PivotGridControl.CloseEditor">
<summary>
<para>Hides the active editor, saving changes made.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAll">
<summary>
<para>Collapses all the columns and rows in the PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAllAsync">
<summary>
<para>Collapses all columns and rows in a PivotGridControl asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAllAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Collapses all columns and rows in PivotGridControl asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.CollapseAllColumns">
<summary>
<para>Collapses all columns.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAllColumnsAsync">
<summary>
<para>Collapses all columns asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAllColumnsAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Collapses all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.CollapseAllRows">
<summary>
<para>Collapses all rows.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAllRowsAsync">
<summary>
<para>Collapses all rows asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseAllRowsAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Collapses all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.CollapseValue(System.Boolean,System.Object[])">
<summary>
<para>Collapses a specific column or row that is identified by the specified values.
</para>
</summary>
<param name="isColumn">
<b>true</b> to collapse a column; <b>false</b> to collapse a row.
</param>
<param name="values">
An array of values that identify the column/row to be collapsed.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseValueAsync(System.Boolean,System.Object[])">
<summary>
<para>Collapses the specified column or row asynchronously.
</para>
</summary>
<param name="isColumn">
<b>true</b> to collapse a column; <b>false</b> to collapse a row.
</param>
<param name="values">
An array of field values that identify the column/row to be collapsed.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CollapseValueAsync(System.Boolean,System.Object[],DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Collapses the specified column or row asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="isColumn">
<b>true</b> to collapse a column; <b>false</b> to collapse a row.
</param>
<param name="values">
An array of field values that identify the column/row to be collapsed.
</param>
<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.PivotGridControl.CreateDrillDownDataSource(System.Int32,System.Int32,System.Int32)">
<summary>
<para>Returns a list of records used to calculate a summary value for the specified cell. Allows you to limit the number of records to be returned.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateDrillDownDataSource(System.Int32,System.Int32)">
<summary>
<para>Returns a list of records used to calculate a summary value for the specified cell.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateDrillDownDataSource">
<summary>
<para>Returns a list of records used to calculate summary values for all cells.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(System.Int32,System.Int32,System.Int32,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to limit the number of records to be returned.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</param>
<param name="asyncCompleted">
A <see cref="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(System.Int32,System.Int32,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Returns a list of records used to calculate a summary value for the specified cell asynchronously.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="asyncCompleted">
A <see cref="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateDrillDownDataSourceAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Returns a list of records used to calculate summary values for all cells 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. The drill-down data source is passed to this method as a parameter.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateOLAPDataSourceClone">
<summary>
<para>Creates a copy of the current pivot grid's OLAP data source instance.
</para>
</summary>
<returns>An <see cref="T:DevExpress.XtraPivotGrid.Data.OLAPDataSourceBase"/> descendant that represents an OLAP data source.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateOLAPDrillDownDataSource(System.Int32,System.Int32,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. Allows you to specify the columns and limit the number of records to be returned.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</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.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateOLAPDrillDownDataSource(System.Int32,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. Allows you to specify the columns to be returned.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="customColumns">
A list of columns to be returned.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateOLAPDrillDownDataSourceAsync(System.Int32,System.Int32,System.Collections.Generic.List`1,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify which columns should be returned.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="customColumns">
A list of columns to be returned.
</param>
<param name="asyncCompleted">
A <see cref="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateOLAPDrillDownDataSourceAsync(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List`1,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify the columns and limit the number of records to be returned.
</para>
</summary>
<param name="columnIndex">
A zero-based integer which identifies the visible index of the column.
</param>
<param name="rowIndex">
A zero-based integer which identifies the visible index of the row.
</param>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</param>
<param name="customColumns">
A list of columns to be returned.
</param>
<param name="asyncCompleted">
A <see cref="T:DevExpress.XtraPivotGrid.AsyncCompletedHandler"/> delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.CreateSummaryDataSource">
<summary>
<para>Returns a <b>summary data source</b>.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.
</returns>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomAppearance">
<summary>
<para>Allows the appearances of cells to be dynamically customized when the control is displayed on screen and in the print output.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellDisplayText">
<summary>
<para>Enables custom display text to be provided for the cells displayed within the Data Area.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellEdit">
<summary>
<para>Allows you to assign editors for particular cells.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellEditForEditing">
<summary>
<para>Allows you to assign a custom editor to a cell for in-place editing, and override the default cell editor, which is used in both display and edit modes, by default.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellValue">
<summary>
<para>Allows you to replace cell values with custom ones.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceData">
<summary>
<para>Occurs when a PivotGridControl prepares data to be displayed in a <see cref="T:DevExpress.XtraCharts.ChartControl"/>.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceRows">
<summary>
<para>Allows you to customize pivot grid data before passing it to a chart control.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomColumnWidth">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawCell">
<summary>
<para>Enables data cells to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawEmptyArea">
<summary>
<para>Enables a PivotGridControl's background to be custom painted.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeader">
<summary>
<para>Enables field headers to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeaderArea">
<summary>
<para>Enables header areas to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldValue">
<summary>
<para>Enables column and row headers to be painted manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomEditValue">
<summary>
<para>Enables you to change cell values.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomExportCell">
<summary>
<para>Enables you to render different content for individual cells in a printed or exported document.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomExportFieldValue">
<summary>
<para>Enables you to render different content for individual field values in a printed or exported document.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomExportHeader">
<summary>
<para>Enables you to render different content for individual field headers in a printed or exported document.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldSort">
<summary>
<para>Provides the capability to sort data using custom rules.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFieldValueCells">
<summary>
<para>Allows you to customize field value cells.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomFilterPopupItems">
<summary>
<para>Allows you to customize the filter drop-down list items.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomGroupInterval">
<summary>
<para>Allows you to custom group values of column and row fields.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.CustomizationForm">
<summary>
<para>Provides access to the customization form.
</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Form"/> descendant that represents the customization form.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.CustomizationFormBounds">
<summary>
<para>Gets or sets the boundaries of the customization form.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the customization form's boundaries.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.CustomizationTreeNodeImages">
<summary>
<para>Specifies the collection of images identifying nodes in the customization form used when the control is in OLAP mode.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.ImageCollection"/> object that contains the corresponding images.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomRowHeight">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomSummary">
<summary>
<para>Enables summary values to be calculated manually.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomUnboundFieldData">
<summary>
<para>Enables data to be provided for unbound fields.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.DataMember">
<summary>
<para>Gets or sets the data source member which supplies data to the control.
</para>
</summary>
<value>A string value representing the data source member.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.DataSource">
<summary>
<para>Gets or sets the object used as the data source for the current control.
</para>
</summary>
<value>The object used as the data source.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.DataSourceChanged">
<summary>
<para>Fires when the PivotGridControl's data source changes.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.DestroyCustomization">
<summary>
<para>Closes the customization form.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.EditValue">
<summary>
<para>Gets or sets the active editor's value.
</para>
</summary>
<value>An object that represents the active editor's value.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.EditValueChanged">
<summary>
<para>Fires after a cell value has been changed, allowing you to save changes.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.EndRefresh">
<summary>
<para>Occurs after the control's data recalculation has been completed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdate">
<summary>
<para>Unlocks the PivotGridControl object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdateAsync">
<summary>
<para>Unlocks the PivotGridControl after the <see cref="M:DevExpress.XtraPivotGrid.PivotGridControl.BeginUpdate"/> method call, and starts an asynchronous update.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdateAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Unlocks the PivotGridControl after the <see cref="M:DevExpress.XtraPivotGrid.PivotGridControl.BeginUpdate"/> method call, and starts an asynchronous update. Allows you to specify custom actions, to be performed after this operation is completed.
</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="P:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdateMode">
<summary>
<para>Gets or sets whether the PivotGrid will be immediately redrawn after calling the <see cref="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdate"/> method.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotEndUpdateMode"/> enumeration member that specifies whether the PivotGrid will be immediately redrawn after calling the <see cref="M:DevExpress.XtraPivotGrid.PivotGridControl.EndUpdate"/> method.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.EnsureViewInfoIsCalculated">
<summary>
<para>Ensures that the PivotGridControl's view information has been calculated. If not, forces the PivotGridControl to calculate the view information.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAll">
<summary>
<para>Expands all the columns and rows in the PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAllAsync">
<summary>
<para>Expands all columns and rows in the PivotGridControl asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAllAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Expands all columns and rows in the PivotGridControl asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.ExpandAllColumns">
<summary>
<para>Expands all columns.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAllColumnsAsync">
<summary>
<para>Expands all columns asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAllColumnsAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Expands all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.ExpandAllRows">
<summary>
<para>Expands all rows.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAllRowsAsync">
<summary>
<para>Expands all rows asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandAllRowsAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Expands all rows asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.ExpandValue(System.Boolean,System.Object[])">
<summary>
<para>Expands a specific column or row that is identified by the specified values.
</para>
</summary>
<param name="isColumn">
<b>true</b> to expand a column; <b>false</b> to expand a row.
</param>
<param name="values">
An array of values that identify the column/row to be expanded.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandValueAsync(System.Boolean,System.Object[])">
<summary>
<para>Expands the specified column or row asynchronously.
</para>
</summary>
<param name="isColumn">
<b>true</b> to expand a column; <b>false</b> to expand a row.
</param>
<param name="values">
An array of field values that identify the column/row to be expanded.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExpandValueAsync(System.Boolean,System.Object[],DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Expands the specified column or row asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="isColumn">
<b>true</b> to expand a column; <b>false</b> to expand a row.
</param>
<param name="values">
An array of field values that identify the column/row to be expanded.
</param>
<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="E:DevExpress.XtraPivotGrid.PivotGridControl.ExportFinished">
<summary>
<para>Occurs after the PivotGrid's export has been completed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.ExportStarted">
<summary>
<para>Occurs after the PivotGrid's export has been started.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToCsv(System.String)">
<summary>
<para>Exports the control's data to the specified file in CSV format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> containing the full path to the file to which the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the control's data to the specified file in CSV format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> containing the full path to the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToCsv(System.IO.Stream)">
<summary>
<para>Exports the control's data to the specified stream in CSV.
</para>
</summary>
<param name="stream">
A stream to which the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in CSV format using the specified options.
</para>
</summary>
<param name="stream">
A stream to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the CSV export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.String,System.String)">
<summary>
<para>Exports the PivotGridControl's data to a HTML file with the specified encoding.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the HTML file will be created.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8").
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.String)">
<summary>
<para>Exports the PivotGridControl's data to the specified file as HTML.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying where the HTML file will be created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the PivotGridControl's data to an HTML file with the specified encoding and title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which contains the full path (including the file name and extension) specifying where the HTML file will be created.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> representing the encoding name set in the HTML file (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> specifying the name shown as the title of the created HTML document.
</param>
<param name="compressed">
<b>true</b> to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the PivotGridControl's data to an HTML document with the specified encoding and title and sends it to the specified stream. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the HTML document (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.
</param>
<param name="compressed">
<b>true</b> to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports the PivotGridControl's data as HTML and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control's data to the specified file in HTML format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in HTML format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToImage(System.IO.Stream)">
<summary>
<para>Exports the control's data to the specified stream in BMP format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in Image format using the specified Image-specific options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that contains the export options.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToImage(System.String)">
<summary>
<para>Exports the control's data to the specified file in BMP format.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports the control's data to the specified file in Image format using the specified Image-specific options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that contains the export options.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToMht(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the PivotGridControl's data to an MHT file (Web archive, single file) with the specified path and title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the MHT file will be created.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.
</param>
<param name="compressed">
<b>true</b> to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToMht(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the PivotGridControl's data to an MHT document (Web archive, single file) at the specified path and title and sends it to the specified stream. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created MHT document is exported to.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the MHT document (e.g. "UTF-8").
</param>
<param name="title">
A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.
</param>
<param name="compressed">
<b>true</b> to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToMht(System.String)">
<summary>
<para>Exports the PivotGridControl's data to an MHT file (Web archive, single file) at the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the MHT file will be created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToMht(System.String,System.String)">
<summary>
<para>Exports the PivotGridControl's data to an MHT file (Web archive, single file) at the specified path and with the specified encoding.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the MHT file will be created.
</param>
<param name="htmlCharSet">
A <see cref="T:System.String"/> which specifies the encoding name set in the MHT document (e.g. "UTF-8").
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the control's data to the specified file in MHT format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in MHT format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToPdf(System.String)">
<summary>
<para>Exports the PivotGridControl's data to the specified PDF file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the PDF file will be created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports the PivotGridControl's data to a PDF document and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in PDF format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the control's data to the specified file in PDF format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToRtf(System.String)">
<summary>
<para>Exports the PivotGridControl's data to the specified RTF file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the RTF file will be created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports the PivotGridControl's data as Rich Text and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.IO.Stream)">
<summary>
<para>Exports the PivotGridControl's data to a text document and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.IO.Stream,System.String)">
<summary>
<para>Exports the PivotGridControl's data to a text document with the specified separator string and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object which the created document is exported to.
</param>
<param name="separator">
A <see cref="T:System.String"/> which contains the symbols that will be used to separate the text elements. The default value is <b>"\t"</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.String)">
<summary>
<para>Exports the PivotGridControl's data to a text file at the specified path.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the text file will be created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.String,System.String)">
<summary>
<para>Exports the PivotGridControl's data to a text file at the specified path and with the specified separator string.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the text file will be created.
</param>
<param name="separator">
A <see cref="T:System.String"/> which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is <b>"\t"</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.IO.Stream,System.String,System.Text.Encoding)">
<summary>
<para>Exports the PivotGridControl's data to a text document with the specified separator string, text encoding settings and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
<param name="separator">
A <see cref="T:System.String"/> which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is <b>"\t"</b>.
</param>
<param name="encoding">
A <see cref="T:System.Text.Encoding"/> descendant that specifies the encoding of the created text document.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.String,System.String,System.Text.Encoding)">
<summary>
<para>Exports the PivotGridControl's data to a text document with the specified separator string and text encoding settings, and sends it to the specified file.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) where the text file will be created.
</param>
<param name="separator">
A <see cref="T:System.String"/> which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is <b>"\t"</b>.
</param>
<param name="encoding">
A <see cref="T:System.Text.Encoding"/> descendant that specifies the encoding of the created text document.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in Text format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the control's data to the specified file in Text format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXls(System.String)">
<summary>
<para>Exports the PivotGridControl's data to the specified file as XLS.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the XLS file will be created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXls(System.IO.Stream)">
<summary>
<para>Exports the PivotGridControl's data as XLS and sends it to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which the created document is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the control's data to the specified file in XLS format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the control's data to the specified stream in XLS format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control's data to the specified stream in XLS format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which data is exported.
</param>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> value that specifies how values are exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXls(System.String,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control's data to the specified file in XLS format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> value that specifies how values are exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXlsx(System.String)">
<summary>
<para>Exports the control's data to the specified file in XLSX (MS Excel 2007) format.
</para>
</summary>
<param name="filePath">
A string that specifies the full path to the file to which the data is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Exports the control's data to the specified stream in XLSX (MS Excel 2007) format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which data is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options.
</para>
</summary>
<param name="filePath">
A string that specifies the full path to the file to which the data is exported.
</param>
<param name="options">
An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that contains export options.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which data is exported.
</param>
<param name="options">
A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the XLSX export options to be applied when the control is exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options.
</para>
</summary>
<param name="filePath">
A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.
</param>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> value that specifies how values are exported.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object to which data is exported.
</param>
<param name="textExportMode">
A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> value that specifies how values are exported.
</param>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanged">
<summary>
<para>Occurs after a field location or visibility has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaChanging">
<summary>
<para>Enables you to control whether the dragged field header can be dropped at the area it's currently located over.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldAreaIndexChanged">
<summary>
<para>Occurs after a field has been moved.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldExpandedInFieldGroupChanged">
<summary>
<para>Fires when the expansion status of fields combined into a field group is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanged">
<summary>
<para>Occurs after the filter criteria have been changed for a specific field.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldFilterChanging">
<summary>
<para>Allows you to cancel changing the filter condition.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldPropertyChanged">
<summary>
<para>Occurs after a field's property has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Fields">
<summary>
<para>Provides access to a PivotGridControl's field collection.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldCollection"/> object which represents a collection of all the fields within a PivotGridControl.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.FieldsCustomization(System.Drawing.Point)">
<summary>
<para>Invokes the customization form at the specified point.
</para>
</summary>
<param name="showPoint">
A structure specifying the location of the customization form's top-left corner. The point is set in screen coordinates.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.FieldsCustomization">
<summary>
<para>Invokes the customization form.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.FieldsCustomization(System.Windows.Forms.Control)">
<summary>
<para>Invokes the customization form.
</para>
</summary>
<param name="parentControl">
A <see cref="T:System.Windows.Forms.Control"/> descendant (pivot grid) which owns the customization form.
</param>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldTooltipShowing">
<summary>
<para>Occurs before a tooltip is invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldUnboundExpressionChanged">
<summary>
<para>Fires after the <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.UnboundExpression"/> property's value has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsed">
<summary>
<para>Fires after a field value has been collapsed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueCollapsing">
<summary>
<para>Enables you to control whether field values can be collapsed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueDisplayText">
<summary>
<para>Enables the display text of individual column and row headers and filter dropdown items to be customized.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanded">
<summary>
<para>Fires after a field value has been expanded.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueExpanding">
<summary>
<para>Enables you to control whether field values can be expanded.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueImageIndex">
<summary>
<para>Enables images to be shown within column and row headers.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueNotExpanded">
<summary>
<para>Occurs in OLAP mode, when an end-user clicks an expand button or selects <b>Expand All</b> from the context menu, and the field value cannot be expanded.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldVisibleChanged">
<summary>
<para>Occurs after a field has been shown or hidden.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldWidthChanged">
<summary>
<para>Provides a notification that the field's width has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.FocusedCellChanged">
<summary>
<para>Fires in response to cell focus changing.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Font">
<summary>
<para>Overrides the base class <b>Font</b> property.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> object to apply to the text displayed by the control.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ForceInitialize">
<summary>
<para>Forces the PivotGridControl to finish its initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.FormatConditions">
<summary>
<para>Gets the collection of <b>style format conditions</b> for a PivotGridControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFormatConditionCollection"/> object which represents the collection of style format conditions.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a cell value by the column and row indexes.
</para>
</summary>
<param name="columnIndex">
A zero-based integer value that specifies the index of a column where the cell resides.
</param>
<param name="rowIndex">
A zero-based integer value that specifies the index of a row where the cell resides.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetCellValue(System.Object[],System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a cell value calculated for the specified column and row field values, against the specified data field.
</para>
</summary>
<param name="columnValues">
An array of column field values that identify the column where the cell resides.
</param>
<param name="rowValues">
An array of row field values that identify the column where the cell resides.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required cell value is calculated.
</param>
<returns>A summary value calculated for the specified column and row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetCellValue(System.Object[],System.Object[])">
<summary>
<para>Returns a cell value calculated for the specified column and row field values.
</para>
</summary>
<param name="columnValues">
An array of column field values that identify the column where the cell resides.
</param>
<param name="rowValues">
An array of row field values that identify the column where the cell resides.
</param>
<returns>A summary value calculated for the specified column and row field values.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetColumnIndex(System.Object[])">
<summary>
<para>Returns the index of the specified column.
</para>
</summary>
<param name="values">
An array of column field values that identify the column.
</param>
<returns>An integer value that specifies the column index. <b>-1</b> if the specified column has not been not found.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldAt(System.Drawing.Point)">
<summary>
<para>Returns the field whose header is displayed at the specified point.
</para>
</summary>
<param name="pt">
A <see cref="T:System.Drawing.Point"/> structure which represents the test point. The point is relative to the top left corner of the control.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> field whose header is displayed at the specified point; <b>null</b> if there is no field header located at the specified point.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldByArea(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Returns a field at the specified visual position in the specified area.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that identifies the area containing the required field.
</param>
<param name="areaIndex">
An integer value that specifies the visible index of the field within the specified area.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object at the specified visual position within the specified area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldList">
<summary>
<para>Returns the list of fields that are available in the bound data source.
</para>
</summary>
<returns>A list of fields in the bound data source.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.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"/> value that identifies the required area.
</param>
<returns>A list of visible fields displayed in the specified area.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns the specified column or row field's value for the cell addressed by its zero-based index in the Data Area.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object representing a column or row field whose value is to be obtained.
</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>An object representing the field's value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldValueOLAPMember(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns an OLAP member for the specified field value.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the PivotGridControl field.
</param>
<param name="lastLevelIndex">
An integer value that specifies the cell's index.
</param>
<returns>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IOLAPMember"/> interface. <b>null</b> (<b>Nothing</b>) if the specified summary cell doesn't correspond to the specified field's value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldValueType(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Gets the type of a specific column/row field's value.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that refers to the required field.
</param>
<param name="lastLevelIndex">
A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> value that identifies the type of the required column/row field value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetFieldValueType(System.Boolean,System.Int32)">
<summary>
<para>Gets the type of a field value in the column or row area.
</para>
</summary>
<param name="isColumn">
<b>true</b> to retrieve information on a field value in the column area; <b>false</b> to retrieve information on a field value in the row area.
</param>
<param name="lastLevelIndex">
A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> value that identifies the type of the required column/row field value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetKPIBitmap(DevExpress.XtraPivotGrid.PivotKPIGraphic,System.Int32)">
<summary>
<para>Returns an image that corresponds to a specific KPI value.
</para>
</summary>
<param name="graphic">
A <see cref="T:DevExpress.XtraPivotGrid.PivotKPIGraphic"/> enumeration value that specifies the KPI graphic set.
</param>
<param name="state">
An integer value that specifies the KPI value (-1, 0 or 1).
</param>
<returns>A Bitmap object that corresponds to the specified KPI value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetOLAPKPIList">
<summary>
<para>Gets the list of key performance indicators (KPI) in a cube.
</para>
</summary>
<returns>The list of KPI names.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetOLAPKPIMeasures(System.String)">
<summary>
<para>Returns the Measures dimension's members used to calculate the value, goal, status and weight of the specified Key Performance Indicator (KPI).
</para>
</summary>
<param name="kpiName">
A string value that specifies the KPI's name.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures"/> object that contains measures used to determine the KPI's value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetOLAPKPIServerGraphic(System.String,DevExpress.XtraPivotGrid.PivotKPIType)">
<summary>
<para>Returns a graphic set defined on the server for the specified KPI's trend and status.
</para>
</summary>
<param name="kpiName">
A string value that specifies the KPI's name.
</param>
<param name="kpiType">
A <see cref="T:DevExpress.XtraPivotGrid.PivotKPIType"/> enumeration value that identifies the image set. Images can be obtained only for trend and status KPI types.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotKPIGraphic"/> enumeration value that specifies the KPI graphic set.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetOLAPKPIValue(System.String)">
<summary>
<para>Returns the specified KPI's value.
</para>
</summary>
<param name="kpiName">
A string value that specifies the KPI's name.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotOLAPKPIValue"/> object that represents the specified KPI's value.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.GetRowIndex(System.Object[])">
<summary>
<para>Returns the index of the specified row.
</para>
</summary>
<param name="values">
An array of row field values that identify the row.
</param>
<returns>An integer value that specifies the row index. <b>-1</b> if the specified row has not been not found.
</returns>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.GridLayout">
<summary>
<para>Fires after the control's layout has been changed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.GroupFilterChanged">
<summary>
<para>Occurs after a group filter condition has been changed.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Groups">
<summary>
<para>Gets the collection of field groups.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroupCollection"/> object which represents a collection of field groups.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.HeaderImages">
<summary>
<para>Gets or sets the source of images available for display within field headers.
</para>
</summary>
<value>An object that is an image collection providing images for the PivotGridControl's field headers.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.HiddenEditor">
<summary>
<para>Fires after an in-place editor has been closed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.HideCustomization">
<summary>
<para>Closes the customization form.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.HideCustomizationForm">
<summary>
<para>Fires before the customization form is closed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.HideEditor">
<summary>
<para>Hides the active editor discarding any changes made.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.InvalidValueException">
<summary>
<para>Enables you to provide a proper response to entering an invalid cell value.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.IsAsyncInProgress">
<summary>
<para>Gets whether an asynchronous operation is in progress.
</para>
</summary>
<value><b>true</b> if an asynchronous operation is in progress; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.IsDragging">
<summary>
<para>Indicates whether a field header is being dragged by a user.
</para>
</summary>
<value><b>true</b> if a user drags a field header; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.IsObjectCollapsed(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns whether the specified column field value or row field value is collapsed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that identifies a column or row field.
</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><b>true</b> if the specified column field value or row field value is collapsed; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.IsObjectCollapsed(System.Boolean,System.Int32,System.Int32)">
<summary>
<para>Returns whether the specified column field value or row field value is collapsed.
</para>
</summary>
<param name="isColumn">
<b>true</b> if the field value corresponds to a column field; <b>false</b> if the field value corresponds to a row field.
</param>
<param name="lastLevelIndex">
A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields.
</param>
<param name="level">
An integer value that specifies the nesting level of the field value.
</param>
<returns><b>true</b> if the specified column field value or row field value is collapsed; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.IsOLAPDataSource">
<summary>
<para>Returns whether a connection string is specified via the <see cref="P:DevExpress.XtraPivotGrid.PivotGridControl.OLAPConnectionString"/> property, and so the control is bound to a cube in an MS Analysis Services database.
</para>
</summary>
<value><b>true</b> if a connection string is specified via the <see cref="P:DevExpress.XtraPivotGrid.PivotGridControl.OLAPConnectionString"/> property; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.IsPrintingAvailable">
<summary>
<para>Indicates whether the PivotGridControl can be printed.
</para>
</summary>
<value><b>true</b> if the PivotGridControl can be printed; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.LayoutChanged">
<summary>
<para>Updates a PivotGridControl.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.LayoutUpgrade">
<summary>
<para>Occurs when a layout is restored from a data store (a stream, xml file or the system registry) and its version is different than that of the control's current layout version.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.LeftTopCellChanged">
<summary>
<para>Occurs after the PivotGridControl is scrolled.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.LeftTopCoord">
<summary>
<para>Gets or sets the column and row indexes of the data cell displayed in the top left corner.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that identifies the column and row indexes of the data cell displayed in the top left corner.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.ListSource">
<summary>
<para>Gets the actual data source whose data is displayed within the control.
</para>
</summary>
<value>An <see cref="T:System.Collections.IList"/> object that represents the actual data source that provides data for the control.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.LoadCollapsedStateFromFile(System.String)">
<summary>
<para>Restores the collapsed state of field values from the specified file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value that specifies the path to the file from which the collapsed state of field values is read. If the specified file does not exist, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.LoadCollapsedStateFromStream(System.IO.Stream)">
<summary>
<para>Restores the collapsed state of field values from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant from which the collapsed state of field values is read. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.LookAndFeel">
<summary>
<para>Provides access to the settings that control the PivotGridControl's look and feel.
</para>
</summary>
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the PivotGridControl's look and feel.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.MenuItemClick">
<summary>
<para>Allows custom responses to be provided for clicks on context menu items.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.MenuManager">
<summary>
<para>Gets or sets the menu manager which controls the look and feel of the context menus.
</para>
</summary>
<value>An object which implements the <see cref="T:DevExpress.Utils.Menu.IDXMenuManager"/> interface.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OLAPConnectionString">
<summary>
<para>Specifies a connection string to a cube in an MS Analysis Services database.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies a connection string to a cube in an MS Analysis Services database.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OLAPDataProvider">
<summary>
<para>Gets or sets which data provider should be used to bind to an OLAP cube.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.OLAPDataProvider"/> enumeration member that specifies which data provider should be used to bind to an OLAP cube.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.OLAPException">
<summary>
<para>Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.OLAPQueryTimeout">
<summary>
<para>Fires after a specific interval of time has elapsed when sending a query to an OLAP server.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsBehavior">
<summary>
<para>Provides access to the control's behavior options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsBehavior"/> object containing the control's behavior options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsChartDataSource">
<summary>
<para>Provides access to the options controlling the display of the PivotGrid control's data in a chart control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsChartDataSource"/> object that contains corresponding options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsCustomization">
<summary>
<para>Provides access to the PivotGridControl's customization options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx"/> object which contains the PivotGridControl's customization options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsData">
<summary>
<para>Provides access to the PivotGridControl's data specific options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsData"/> class that contains the PivotGridControl's data specific options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsDataField">
<summary>
<para>Provides access to the options which control the presentation of the data fields in the PivotGrid.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsDataField"/> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsFilterPopup">
<summary>
<para>Contains settings that specify the appearance and behavior of filter dropdown windows..
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup"/> object that specifies the appearance and behavior of filter dropdown windows.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsHint">
<summary>
<para>Provides access to the PivotGridControl's hint options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsHint"/> object which contains the PivotGridControl's hint options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsLayout">
<summary>
<para>Provides options that control how the PivotGridControl layout is stored to/restored from a storage (a stream, XML file or system registry).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsLayout"/> object that provides options for controlling how the layout is stored and restored.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsMenu">
<summary>
<para>Provides access to the PivotGridControl's menu options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsMenu"/> object which contains the PivotGridControl's menu options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsOLAP">
<summary>
<para>Provides access to the PivotGridControl's OLAP mode specific options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP"/> object which contains the PivotGridControl's OLAP mode specific options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsPrint">
<summary>
<para>Provides access to the PivotGridControl's print options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsPrint"/> object which contains the PivotGridControl's print options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsSelection">
<summary>
<para>Provides access to the PivotGridControl's selection options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsSelection"/> object which contains the PivotGridControl's selection options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.OptionsView">
<summary>
<para>Provides access to the PivotGridControl's display options.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsView"/> object which contains the PivotGridControl's display options.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.PaintAppearance">
<summary>
<para>Provides access to the appearance settings currently used to paint the PivotGridControl's elements.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAppearances"/> object which provides the appearance settings currently used to paint the PivotGridControl's elements.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.PaintAppearancePrint">
<summary>
<para>Provides access to the appearance settings used to paint the PivotGridControl's elements when it's printed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAppearancesPrint"/> object which provides the appearance settings used to paint the PivotGridControl's elements when it's printed.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.PopupMenuShowing">
<summary>
<para>Allows you to customize context menus.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.PostEditor">
<summary>
<para>Posts the value being edited to the associated data source without closing the editor.
</para>
</summary>
<returns><b>true</b> if the value being edited has been successfully validated and saved to the associated data source; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Prefilter">
<summary>
<para>Gets the Prefilter's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Prefilter"/> object that contains the Prefilter's settings.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.PrefilterCriteriaChanged">
<summary>
<para>Fires when the Prefilter's criteria are changed.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.Print">
<summary>
<para>Prints the PivotGridControl.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RefreshData">
<summary>
<para>Reloads data from the control's data source and recalculates summaries.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RefreshDataAsync">
<summary>
<para>Reloads data from the control data source and recalculates summaries asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RefreshDataAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Reloads data from the control data source and recalculates summaries asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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="P:DevExpress.XtraPivotGrid.PivotGridControl.RepositoryItems">
<summary>
<para>Returns the collection of repository items (inplace editors).
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemCollection"/> object that stores the repository items.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RestoreLayoutFromRegistry(System.String)">
<summary>
<para>Restores the layout stored at the specified system registry path.
</para>
</summary>
<param name="path">
A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RestoreLayoutFromRegistry(System.String,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Restores the PivotGridControl's layout stored at the specified system registry path, using the specified settings.
</para>
</summary>
<param name="path">
A string value specifying the system registry path. If the specified path doesn't exist, calling this method does nothing.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant which specifies which options should be restored.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RestoreLayoutFromStream(System.IO.Stream,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Restores a PivotGridControl's layout from the specified stream, using the specified settings.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant which contains the layout settings. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant which specifies which options should be restored.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RestoreLayoutFromStream(System.IO.Stream)">
<summary>
<para>Restores a PivotGridControl's layout from the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant from which the PivotGridControl's settings are read. If <b>null</b> (<b>Nothing</b> in Visual Basic), an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RestoreLayoutFromXml(System.String)">
<summary>
<para>Restores a PivotGridControl's layout from the specified XML file.
</para>
</summary>
<param name="xmlFile">
A string value specifying the path to the XML file from which PivotGridControl's settings are read. If the specified file doesn't exist, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RestoreLayoutFromXml(System.String,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Restores a PivotGridControl's layout using the specified settings from the specified XML file.
</para>
</summary>
<param name="xmlFile">
A string value specifying the path to the XML file from which the PivotGridControl's settings are read. If the specified file doesn't exist, an exception is raised.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant that specifies which options should be restored.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RetrieveFields">
<summary>
<para>Creates <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects for all the fields in the bound data source.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RetrieveFields(DevExpress.XtraPivotGrid.PivotArea,System.Boolean)">
<summary>
<para>Creates <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects for all the fields in the bound data source, and moves the fields to the specified area, making them visible or hidden.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> value that specifies the area to which the created fields are moved.
</param>
<param name="visible">
<b>true</b> if the created fields are made visible; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RetrieveFieldsAsync(DevExpress.XtraPivotGrid.PivotArea,System.Boolean)">
<summary>
<para>Creates <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the area to which the created fields are moved.
</param>
<param name="visible">
<b>true</b> to show the created fields; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RetrieveFieldsAsync">
<summary>
<para>Creates <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects for all fields in a data source asynchronously.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.RetrieveFieldsAsync(DevExpress.XtraPivotGrid.PivotArea,System.Boolean,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Creates <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="area">
A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the area to which the created fields are moved.
</param>
<param name="visible">
<b>true</b> to show the created fields; otherwise, <b>false</b>.
</param>
<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.PivotGridControl.RetrieveFieldsAsync(DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Creates <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects for all fields in a data source asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</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.PivotGridControl.SaveCollapsedStateToFile(System.String)">
<summary>
<para>Saves the collapsed state of field values to the specified file.
</para>
</summary>
<param name="path">
A <see cref="T:System.String"/> value which specifies the path to the file to which the collapsed state of field values is saved. If the specified file doesn't exist, it is created.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveCollapsedStateToStream(System.IO.Stream)">
<summary>
<para>Saves the collapsed state of field values to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the collapsed state of field values is saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveLayoutToRegistry(System.String,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Saves a PivotGridControl's layout to the specified system registry path, using the specified settings.
</para>
</summary>
<param name="path">
A string value which specifies the system registry path to which the layout is saved.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant that specifies which options should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveLayoutToRegistry(System.String)">
<summary>
<para>Saves a PivotGridControl's layout to a system registry path.
</para>
</summary>
<param name="path">
A string value which specifies the system registry path to which the layout is saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveLayoutToStream(System.IO.Stream)">
<summary>
<para>Saves a PivotGridControl's layout to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which a PivotGridControl's layout is written.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveLayoutToStream(System.IO.Stream,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Saves a PivotGridControl's layout to the specified stream, using the specified settings.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which the PivotGridControl's layout is written.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant that specifies which options should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveLayoutToXml(System.String,DevExpress.Utils.OptionsLayoutBase)">
<summary>
<para>Saves a PivotGridControl's layout to the specified XML file, using the specified settings.
</para>
</summary>
<param name="xmlFile">
A string value specifying the path to the file where the PivotGridControl's layout settings should be stored. If an empty string is specified, an exception is raised.
</param>
<param name="options">
A <see cref="T:DevExpress.Utils.OptionsLayoutBase"/> descendant that specifies which options should be saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SaveLayoutToXml(System.String)">
<summary>
<para>Saves a PivotGridControl's layout to an XML file.
</para>
</summary>
<param name="xmlFile">
A string value specifying the path to the file where a PivotGridControl's layout should be stored. If an empty string is specified, an exception is raised.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SavePivotGridToFile(System.String)">
<summary>
<para>Saves the PivotGridControl's data and full layout to the specified file.
</para>
</summary>
<param name="path">
A string that specifies the path to the file in which the control's data and layout will be saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SavePivotGridToFile(System.String,System.Boolean)">
<summary>
<para>Saves the PivotGridControl's data and full layout to the specified file, and allows the data to be compressed.
</para>
</summary>
<param name="path">
A string that specifies the path to the file in which the control's data and layout will be saved.
</param>
<param name="compress">
<b>true</b> to compress the output file; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SavePivotGridToStream(System.IO.Stream)">
<summary>
<para>Saves the PivotGridControl's data and full layout to the specified stream.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which data is saved.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SavePivotGridToStream(System.IO.Stream,System.Boolean)">
<summary>
<para>Saves the PivotGridControl's data and full layout to the specified stream, and allows the data to be compressed.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> descendant to which data is saved.
</param>
<param name="compress">
<b>true</b> to compress the output stream; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SetDataSourceAsync(System.Object)">
<summary>
<para>Sets a data source for PivotGridControl and loads data asynchronously.
</para>
</summary>
<param name="dataSource">
An object that contains data for the PivotGridControl.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SetDataSourceAsync(System.Object,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Sets a data source for the PivotGridControl and loads data asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="dataSource">
An object that contains data for the PivotGridControl.
</param>
<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.PivotGridControl.SetFieldSortingAsync(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotSortOrder)">
<summary>
<para>Sets the specified sort order for the specified field asynchronously.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a field whose sort order should be changed.
</param>
<param name="sortOrder">
A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> enumeration member that specifies the sort order to be set for the field.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SetFieldSortingAsync(DevExpress.XtraPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotSortOrder,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Sets the specified sort order for the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a field whose sort order should be changed.
</param>
<param name="sortOrder">
A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> enumeration member that specifies the sort order to be set for the field.
</param>
<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.PivotGridControl.SetOLAPConnectionStringAsync(System.String)">
<summary>
<para>Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube asynchronously.
</para>
</summary>
<param name="olapConnectionString">
A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.SetOLAPConnectionStringAsync(System.String,DevExpress.XtraPivotGrid.AsyncCompletedHandler)">
<summary>
<para>Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
</para>
</summary>
<param name="olapConnectionString">
A <see cref="T:System.String"/> that specifies the connection string to an OLAP cube.
</param>
<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.PivotGridControl.ShowCustomization">
<summary>
<para>Invokes the customization form.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowCustomizationForm">
<summary>
<para>Fires immediately after the customization form has been invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ShowEditor">
<summary>
<para>Invokes the focused cell's editor.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ShowEditor(System.Drawing.Point)">
<summary>
<para>Invokes the in-place editor for the cell at the specified position.
</para>
</summary>
<param name="location">
The point where the target cell is located.
</param>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowingCustomizationForm">
<summary>
<para>Occurs before the customization form is displayed.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowingEditor">
<summary>
<para>Allows you to cancel editor activation.
</para>
</summary>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.ShownEditor">
<summary>
<para>Fires after a cell editor has been invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ShowPrintPreview">
<summary>
<para>Opens the Print Preview window with a toolbar-based interface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ShowRibbonPrintPreview">
<summary>
<para>Opens the Print Preview window with a Ribbon-based interface.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ShowUnboundExpressionEditor(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Invokes an <b>Expression Editor</b> that enables editing an expression for the specified unbound field.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> that represents an unbound field whose expression will be edited in the Expression Editor.
</param>
<returns><b>true</b> if the OK button has been pressed when closing the editor; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.Text">
<summary>
<para>Gets or sets the string associated with the control.
</para>
</summary>
<value>A string associated with the control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.ToolTipController">
<summary>
<para>Gets or sets the tooltip controller component that controls the appearance, position and the content of the hints displayed by the XtraPivotGrid control.
</para>
</summary>
<value>The <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the XtraPivotGrid control.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.UseDisabledStatePainter">
<summary>
<para>Gets or sets whether the control is painted grayed out, when in the disabled state.
</para>
</summary>
<value><b>true</b> if the control is painted grayed out, when in the disabled state; otherwise, <b>false</b>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.UserAction">
<summary>
<para>Gets the end-user action performed on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</para>
</summary>
<value>The <see cref="T:DevExpress.XtraPivotGrid.UserAction"/> object that is the end-user action performed on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</value>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.UserActionChanged">
<summary>
<para>Allows you to respond to end-user actions performed on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.ValidateEditor">
<summary>
<para>Validates the active editor.
</para>
</summary>
<returns><b>true</b> if the active editor's value is valid; otherwise, <b>false</b>.
</returns>
</member>
<member name="E:DevExpress.XtraPivotGrid.PivotGridControl.ValidatingEditor">
<summary>
<para>Enables you to manually validate cell values.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridControl.ValueImages">
<summary>
<para>Gets or sets the source of images that are available for display within field values.
</para>
</summary>
<value>An object that is an image collection providing images for the PivotGridControl's field values.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridControl.XtraFindFieldsItem(DevExpress.Utils.Serializing.XtraItemEventArgs)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="e">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.GroupFilterChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotGroupEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.GroupFilterChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow">
<summary>
<para>A row in the datasource passed to the chart control.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow.CellInfo">
<summary>
<para>Gets information about a pivot grid cell that corresponds to the current datasource row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCellBaseEventArgs"/> object that contains information about a pivot grid cell that corresponds to the current datasource row.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow.ColumnValueInfo">
<summary>
<para>Gets information about the column field value that corresponds to the current datasource row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs"/> object that contains information about the column field value that corresponds to the current datasource row.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow.RowValueInfo">
<summary>
<para>Gets information about the row field value that corresponds to the current datasource row.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldValueEventArgs"/> object that contains information about the row field value that corresponds to the current datasource row.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceRows"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventArgs.CreateRow(System.Object,System.Object,System.Object)">
<summary>
<para>Creates a <see cref="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow"/> instance that specifies a chart's series point with the specified argument, series and value.
</para>
</summary>
<param name="series">
The point's series. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Series"/> property of the created <see cref="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow"/> object.
</param>
<param name="argument">
The point's argument. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Argument"/> property of the created <see cref="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow"/> object.
</param>
<param name="value">
The point's value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Value"/> property of the created <see cref="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow"/> object.
</param>
<returns>The created <see cref="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow"/> instance that specifies a chart's series point.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventArgs.Rows">
<summary>
<para>Gets the collection of chart datasource rows.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.XtraPivotGrid.Data.PivotChartDataSourceRow"/> objects that specify chart datasource rows.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceRows"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomChartDataSourceRows"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomChartDataSourceRowsEventArgs"/> event that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup">
<summary>
<para>Contains options that affect the appearance and behavior of filter dropdown windows.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.#ctor(DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsFilterPopup class.
</para>
</summary>
<param name="optionsChanged">
The <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsFilterBase.OptionsChanged"/> event handler.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.AllowContextMenu">
<summary>
<para>Gets or sets whether right-clicking a filter popup window invokes a context menu.
</para>
</summary>
<value><b>true</b> if a context menu is enabled for a filter popup; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.AllowFilterTypeChanging">
<summary>
<para>Gets or sets whether the filter's type can be changed at runtime, via a combobox displayed at the top of the filter dropdown window.
</para>
</summary>
<value><b>true</b> if the filter's type can be changed at runtime; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.AllowIncrementalSearch">
<summary>
<para>Gets or sets whether the incremental searching feature is enabled, allowing an end-user to locate an item in the dropdown by typing the item's initial characters.
</para>
</summary>
<value><b>true</b> if the incremental searching feature is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.AllowMultiSelect">
<summary>
<para>Gets or sets whether multiple item selection is enabled.
</para>
</summary>
<value><b>true</b> if multiple item selection is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.IsRadioMode">
<summary>
<para>Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down.
</para>
</summary>
<value><b>true</b> if an end-user is allowed to select only a single item in the filter drop-down; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.ShowToolbar">
<summary>
<para>Gets or sets whether toolbars should be displayed in filter popup windows.
</para>
</summary>
<value><b>true</b> to display toolbars in filter popup windows; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsFilterPopup.ToolbarButtons">
<summary>
<para>Gets or sets which buttons should be displayed in filter popup toolbars.
</para>
</summary>
<value>A set of <see cref="T:DevExpress.XtraPivotGrid.FilterPopupToolbarButtons"/> flags that identify buttons displayed in filter popup toolbars.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGroupEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.GroupFilterChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGroupEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Initializes a new instance of the PivotGroupEventArgs class.
</para>
</summary>
<param name="group">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object that represents the group for which the event has been raised. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotGroupEventArgs.Group"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGroupEventArgs.Group">
<summary>
<para>Gets the group for which the event has been raised.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object that represents the group for which the event has been raised.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeader"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawFieldHeaderThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderThreadSafeEventArgs.Field">
<summary>
<para>Gets the field whose header is to be painted.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Specifies the field whose header is to be painted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderThreadSafeEventArgs.Info">
<summary>
<para>Provides information required to paint a field header.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.HeaderObjectInfoArgs"/> object that provides information about the painted field header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldHeaderThreadSafeEventArgs.Painter">
<summary>
<para>Gets the painter object that provides the default element painting mechanism.
</para>
</summary>
<value>A <b>HeaderObjectPainter</b> object.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CancelPivotCellEditEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.ShowingEditor"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CancelPivotCellEditEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo,DevExpress.XtraEditors.Repository.RepositoryItem)">
<summary>
<para>Initializes a new instance of the CancelPivotCellEditEventArgs class with the specified settings.
</para>
</summary>
<param name="cellViewInfo">
A PivotCellViewInfo object used to initialize the created CancelPivotCellEditEventArgs object.
</param>
<param name="repositoryItem">
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that specifies the in-place editor for the current cell.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CancelPivotCellEditEventArgs.Cancel">
<summary>
<para>Gets or sets whether the event must be canceled.
</para>
</summary>
<value><b>true</b> if the event must be canceled; otherwise, <b>false</b>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.CancelPivotCellEditEventArgs.RepositoryItem">
<summary>
<para>Gets the repository item which identifies the settings of the in-place editor for the cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that represents the in-place editor's settings.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx">
<summary>
<para>Contains options for a field.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.#ctor(DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridFieldOptionsEx 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.PivotGridFieldOptionsEx.AllowEdit">
<summary>
<para>Gets or sets whether data editing is allowed for the current field.
</para>
</summary>
<value><b>true</b> to allow editing cell values that correspond to the current data field; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.AllowHide">
<summary>
<para>Gets or sets whether or not an end-user can hide the current field.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether or not an end-user can hide the current field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.IsFilterRadioMode">
<summary>
<para>Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> value that specifies whether an end-user is allowed to select only a single item in the filter drop-down.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.ReadOnly">
<summary>
<para>Gets or sets whether end-users can modify cell values.
</para>
</summary>
<value><b>true</b> to prevent a cell value from being changed; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.ShowButtonMode">
<summary>
<para>Gets or sets which cells corresponding to the current field display editor buttons.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum"/> value that specifies the current display mode for cell buttons.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldOptionsEx.ShowUnboundExpressionMenu">
<summary>
<para>Gets or sets whether an end-user can open an Expression Editor for the current unbound field, using a context menu.
</para>
</summary>
<value><b>true</b> if an end-user can open an Expression Editor for the current unbound field, using a context menu; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOlapExceptionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.OLAPException"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotOlapExceptionEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotOlapExceptionEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.OLAPException"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotOlapExceptionEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotOlapExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.OLAPException"/> event.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOlapExceptionEventArgs.Exception">
<summary>
<para>Gets an exception that has been thrown.
</para>
</summary>
<value>A <see cref="T:System.Exception"/> that has been thrown.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotOlapExceptionEventArgs.Handled">
<summary>
<para>Gets or sets whether the default exception handling actions should be performed.
</para>
</summary>
<value><b>true</b> to perform the default exception handling actions; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawEmptyArea"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs.Appearance">
<summary>
<para>Gets the painted element's appearance settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the painted element's appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs.Bounds">
<summary>
<para>Gets the bounding rectangle of the painted element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure that specifies the element's boundaries.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs.Graphics">
<summary>
<para>Gets an object used to paint an element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object used to paint an element.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs.GraphicsCache">
<summary>
<para>Gets an object that specifies the storage for the most frequently used pens, fonts and brushes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object that stores the most frequently used pens, fonts and brushes.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawThreadSafeEventArgs.Handled">
<summary>
<para>Gets or sets whether the event has been handled.
</para>
</summary>
<value><b>true</b> if the event has been handled and default painting is not required; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomGroupInterval"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridField,System.Object)">
<summary>
<para>Initializes a new instance of the PivotCustomGroupIntervalEventArgs class.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that represents the processed field.
</param>
<param name="value">
An object that specifies the currently processed value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomGroupIntervalEventArgsBase`1.Value"/> property.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomEditValueEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomEditValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomEditValueEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.CustomEditValueEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomEditValue"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.CustomEditValueEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to data for custom painting events invoked for particular data cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawCellBaseThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.Bounds">
<summary>
<para>Gets the cell bounds.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> value that specifies the cell bounds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnCustomTotal">
<summary>
<para>Gets the column custom total that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object, which specifies the column custom total that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnField">
<summary>
<para>Gets the innermost column field that corresponds to the current cell.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Specifies the innermost column field that corresponds to the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnIndex">
<summary>
<para>Gets the visual index of the column that contains the current cell.
</para>
</summary>
<value>A zero-based integer value that specifies the visual index of the column that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnValueType">
<summary>
<para>Gets the type of column that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that specifies the type of column in which the current cell resides.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.DataField">
<summary>
<para>Gets the data field that identifies the current cell.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Specifies the data field that identifies the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.DisplayText">
<summary>
<para>Gets the display text of the current cell.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the cell's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.Focused">
<summary>
<para>Gets whether the current cell is focused.
</para>
</summary>
<value><b>true</b> if the processed cell is the focused cell; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.RowCustomTotal">
<summary>
<para>Gets the row custom total that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object, which specifies the row custom total that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.RowField">
<summary>
<para>Gets the innermost row field that corresponds to the current cell.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Specifies the innermost row field that corresponds to the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.RowFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.RowIndex">
<summary>
<para>Gets the visual index of the row that contains the current cell.
</para>
</summary>
<value>An integer that specifies the visual index of the row that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.RowValueType">
<summary>
<para>Gets the type of row that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that specifies the type of row in which the current cell resides.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.Selected">
<summary>
<para>Gets whether the current cell is selected.
</para>
</summary>
<value><b>true</b> if the processed cell is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.SummaryType">
<summary>
<para>Gets the type of summary calculated in the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value that specifies the summary type for the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs.Value">
<summary>
<para>Gets the current cell's value.
</para>
</summary>
<value>An object that is the current cell's value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawBaseThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to custom painting events data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawBaseThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawBaseThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawBaseThreadSafeEventArgs.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.PivotCustomDrawBaseThreadSafeEventArgs.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.PivotCustomDrawBaseThreadSafeEventArgs.GetCellDisplayText(System.Int32,System.Int32)">
<summary>
<para>Returns the 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 the text displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawBaseThreadSafeEventArgs.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.PivotCustomDrawBaseThreadSafeEventArgs.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.PivotCustomDrawBaseThreadSafeEventArgs.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="index">
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.PivotCustomDrawBaseThreadSafeEventArgs.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.PivotCustomDrawBaseThreadSafeEventArgs.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.PivotCustomDrawCellBaseEventArgs">
<summary>
<para>Provides data for custom painting events invoked for particular data cells.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface.
</param>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo,System.Nullable`1)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface.
</param>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="viewInfo">
A <b>PivotGridViewInfo</b> object.
</param>
<param name="bounds">
A <b>Rectangle</b> that specifies the cell coordinates and bounds.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.Bounds">
<summary>
<para>Gets the cell bounds.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> value that specifies the cell bounds.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.ColumnCustomTotal">
<summary>
<para>Gets the column custom total that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object, which specifies the column custom total that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.ColumnField">
<summary>
<para>Gets the innermost column field that corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the column field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.ColumnFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.ColumnIndex">
<summary>
<para>Gets the visual index of the column that contains the current cell.
</para>
</summary>
<value>A zero-based integer value that specifies the visual index of the column that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.ColumnValueType">
<summary>
<para>Gets the type of column that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that specifies the type of column in which the current cell resides.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.CreateDrillDownDataSource">
<summary>
<para>Returns a list of records used to calculate a summary value for the current cell.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains records used to calculate a summary value for the current cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.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 current cell. Allows you to specify the columns and limit the number of records to be returned.
</para>
</summary>
<param name="maxRowCount">
An integer value that specifies the maximum number of data rows to be returned. <b>-1</b> to retrieve all rows.
</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.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.CreateOLAPDrillDownDataSource(System.Collections.Generic.List`1)">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.
</para>
</summary>
<param name="customColumns">
A list of columns to be returned.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.CreateSummaryDataSource">
<summary>
<para>Returns a summary data source.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that is the summary data source.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.DataField">
<summary>
<para>Gets the data field that identifies the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object, which specifies the data field that identifies the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.DisplayText">
<summary>
<para>Gets the display text of the current cell.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the cell's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.Focused">
<summary>
<para>Gets whether the current cell is focused.
</para>
</summary>
<value><b>true</b> if the processed cell is the focused cell; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetCellValue(System.Object[],System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a cell value calculated for the specified column and row field values, against the specified data field.
</para>
</summary>
<param name="columnValues">
An array of column values.
</param>
<param name="rowValues">
An array of row values.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required cell value is calculated.
</param>
<returns>A summary value calculated for the specified column and row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a cell value calculated for the current column and row field values, against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required cell value is calculated.
</param>
<returns>Value displayed in the specified cell; <b>null</b> (<b>Nothing</b> in Visual Basic) if the cell has not been found.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns a cell value by the column and row indexes.
</para>
</summary>
<param name="columnIndex">
A zero-based integer value that specifies the index of a column where the cell resides.
</param>
<param name="rowIndex">
A zero-based integer value that specifies the index of a row where the cell resides.
</param>
<returns>A value displayed in the specified cell.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetColumnFields">
<summary>
<para>Returns an array of column fields that correspond to the current cell.
</para>
</summary>
<returns>An array of column fields.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetColumnGrandTotal(System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Column Grand Total value calculated for the specified row field values, against the specified data field.
</para>
</summary>
<param name="rowValues">
An array of row field values for which the required Column Grand Total is calculated.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.
</param>
<returns>The Column Grand Total value calculated for the specified row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetColumnGrandTotal(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Column Grand Total value calculated for the current row field values, against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.
</param>
<returns>The Column Grand Total value calculated for the current row field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns a field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a column or row field, whose value should be obtained.
</param>
<param name="cellIndex">
A zero-based index of a cell 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>The field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetFieldValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a field value that belongs to the specified field and corresponds to the current data cell.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies a column or row field, whose value should be obtained.
</param>
<returns>The field value that belongs to the specified field and corresponds to the current data cell; <b>null</b> (<b>Nothing</b> in Visual Basic) if the specified field is not a column or row field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetGrandTotal(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the Grand Total value calculated against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Grand Total value is calculated.
</param>
<returns>The Grand Total value calculated against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetNextColumnCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell located in the next column of the current row.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field against which the required cell value is calculated.
</param>
<returns>The value of the cell located in the next column of the current row.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetNextRowCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell located in the next row of the current column.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field against which the required cell value is calculated.
</param>
<returns>An object that is the value of the cell located in the next row of the current column.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetPrevColumnCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell located in the previous column of the current row.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field against which the required cell value is calculated.
</param>
<returns>The value of the cell located in the previous column of the current row.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetPrevRowCellValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the cell located in the previous row of the current column.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field against which the required cell value is calculated.
</param>
<returns>The value of the cell located in the previous row of the current column.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetRowFields">
<summary>
<para>Returns an array of row fields that correspond to the current cell.
</para>
</summary>
<returns>An array of row fields.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetRowGrandTotal(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Row Grand Total value calculated for the current column field values, against the specified data field.
</para>
</summary>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Row Grand Total is calculated.
</param>
<returns>The Row Grand Total value calculated for the current column field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetRowGrandTotal(System.Object[],DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Returns a Row Grand Total value calculated for the specified column field values, against the specified data field.
</para>
</summary>
<param name="columnValues">
An array of column field values for which the required Row Grand Total is calculated.
</param>
<param name="dataField">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Row Grand Total is calculated.
</param>
<returns>The Row Grand Total value calculated for the specified column field values, against the specified data field.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.IsFieldValueExpanded(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Indicates whether a field value that belongs to the specified field and corresponds to the current cell is expanded.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that is the field in a pivot grid.
</param>
<returns><b>true</b> if the field value is expanded; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.IsFieldValueRetrievable(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Gets whether the value of the specified column or row field can be retrieved for the current cell by the <see cref="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetFieldValue"/> method.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object which identifies the column or row field.
</param>
<returns><b>true</b> if the specified field's value can be retrieved via the <see cref="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.GetFieldValue"/> method; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.IsOthersFieldValue(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Indicates whether the current data cell resides within the "Others" row/column when the Top X Value feature is enabled.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that is the field.
</param>
<returns><b>true</b> if the data cell resides within the "Others" row/column; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.RowCustomTotal">
<summary>
<para>Gets the row custom total that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotal"/> object, which specifies the row custom total that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.RowField">
<summary>
<para>Gets the innermost row field that corresponds to the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that specifies the row field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.RowFieldIndex">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.RowIndex">
<summary>
<para>Gets the visual index of the row that contains the current cell.
</para>
</summary>
<value>An integer that specifies the visual index of the row that contains the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.RowValueType">
<summary>
<para>Gets the type of row that contains the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that specifies the type of row in which the current cell resides.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.Selected">
<summary>
<para>Gets whether the current cell is selected.
</para>
</summary>
<value><b>true</b> if the processed cell is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.SummaryType">
<summary>
<para>Gets the type of summary calculated in the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value that specifies the summary type for the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.SummaryValue">
<summary>
<para>Gets values of the predefined summaries calculated for the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryValue"/> object that contains values of the predefined summaries calculated for the current cell.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.ThreadSafeArgs">
<summary>
<para>Gets an event parameter that provides thread-safe access to event data.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseThreadSafeEventArgs"/> object that provides thread-safe access to event data.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellBaseEventArgs.Value">
<summary>
<para>Gets the current cell's value.
</para>
</summary>
<value>An object which is the current cell's value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.FieldValueImageIndex"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs)">
<summary>
<para>Initializes a new instance of the PivotFieldImageIndexThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotFieldImageIndexEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.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.PivotGridCustomTotal"/> object that specifies the custom total that corresponds to the currently processed column/row header.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.DataField">
<summary>
<para>Gets the data field that identifies the processed value.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Specifies the data field that identifies the processed value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.DisplayText">
<summary>
<para>Gets the display text of the processed field value.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the display text of the processed field value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.Field">
<summary>
<para>Gets the field being processed.
</para>
</summary>
<value>An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. Specifies the field currently being processed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.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.PivotFieldImageIndexThreadSafeEventArgs.GetHigherLevelFields">
<summary>
<para>Returns the parent field(s) for the field value being currently processed.
</para>
</summary>
<returns>An array of objects that implement the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. These objects specify parent fields for the field value currently being processed.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.ImageIndex">
<summary>
<para>Gets or sets the index of the image to display within the currently processed column/row header.
</para>
</summary>
<value>An integer value specifying the zero-based index of the image within the source collection.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.Index">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.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.PivotFieldImageIndexThreadSafeEventArgs.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.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.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.XtraPivotGrid.PivotFieldImageIndexThreadSafeEventArgs.ValueType">
<summary>
<para>Gets the type of the currently processed column/row header.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value which identifies the type of the currently processed column or row header.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldHeaderArea"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawHeaderAreaThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawHeaderAreaThreadSafeEventArgs.Area">
<summary>
<para>Gets a value that specifies the header area currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the header area currently being painted.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawFieldValue"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawFieldValueThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.Area">
<summary>
<para>Gets the header area where the field is displayed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the header area in which the field is displayed.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.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.PivotGridCustomTotal"/> object that specifies the custom total that corresponds to the currently processed column/row header; <b>null</b> (<b>Nothing</b> in Visual Basic) if the processed header does not correspond to a custom total.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.DisplayText">
<summary>
<para>Gets the display text of the header currently being painted.
</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the header's display text.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.Field">
<summary>
<para>Gets the field whose value is to be painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object, which is the field whose value is to be painted.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.FieldIndex">
<summary>
<para>Gets the field's position among the visible fields within the header area.
</para>
</summary>
<value>An integer value that specifies the field's position among the visible fields.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.GetHigherLevelFields">
<summary>
<para>Returns the parent field(s) for the field value being currently processed.
</para>
</summary>
<returns>An array of objects that implement the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeField"/> interface. These objects specify parent fields for the field value currently being processed.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.Info">
<summary>
<para>Gets an object which provides the information required to paint a field value.
</para>
</summary>
<value>A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs</b> object which provides information about the painted field value.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.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.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.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.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.Painter">
<summary>
<para>Gets the painter object that provides the default element painting mechanism.
</para>
</summary>
<value>A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter</b> object.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawFieldValueThreadSafeEventArgs.ValueType">
<summary>
<para>Gets the type of the currently processed column/row header.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> enumeration value that identifies the type of the currently processed column or row header.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomDrawCell"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomDrawCellThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomDrawCellEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs.Appearance">
<summary>
<para>Gets or sets the painted element's appearance settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object that provides the painted element's appearance settings.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs.Graphics">
<summary>
<para>Gets an object used to paint an element.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Graphics"/> object used to paint an element.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs.GraphicsCache">
<summary>
<para>Gets an object that specifies the storage for the most frequently used pens, fonts and brushes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object that stores the most frequently used pens, fonts and brushes.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomDrawCellThreadSafeEventArgs.Handled">
<summary>
<para>Gets or sets whether the event has been handled.
</para>
</summary>
<value><b>true</b> if the event has been handled and default painting is not required; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomAppearanceThreadSafeEventArgs">
<summary>
<para>Provides thread-safe access to the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomAppearance"/> event data.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomAppearanceThreadSafeEventArgs.#ctor(DevExpress.XtraPivotGrid.IThreadSafeAccessible,DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs)">
<summary>
<para>Initializes a new instance of the PivotCustomAppearanceThreadSafeEventArgs class.
</para>
</summary>
<param name="threadSafeAccess">
An object that implements the <see cref="T:DevExpress.XtraPivotGrid.IThreadSafeAccessible"/> interface. Provides access to pivot grid data.
</param>
<param name="ownerArgs">
A <see cref="T:DevExpress.XtraPivotGrid.PivotCustomAppearanceEventArgs"/> object that owns the current event parameter.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomAppearanceThreadSafeEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance settings of the currently processed cell.
</para>
</summary>
<value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object containing appearance settings for the processed cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotUserActionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.UserActionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotUserActionEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.PivotUserActionEventArgs)">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.UserActionChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraPivotGrid.PivotUserActionEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotUserActionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.UserActionChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotUserActionEventArgs.#ctor(DevExpress.XtraPivotGrid.UserAction)">
<summary>
<para>Initializes a new instance of the PivotUserActionEventArgs class.
</para>
</summary>
<param name="userAction">
A <see cref="T:DevExpress.XtraPivotGrid.UserAction"/> object that specifies the end-user action on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotUserActionEventArgs.UserAction">
<summary>
<para>Gets the end-user action performed on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.UserAction"/> enumeration value that identifies the end-user action performed on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.UserAction">
<summary>
<para>Lists values that specify end-user actions on the <see cref="T:DevExpress.XtraPivotGrid.PivotGridControl"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.FieldDrag">
<summary>
<para>An end-user drags the field header.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.FieldFilter">
<summary>
<para>An end-user invokes the filter drop-down.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.FieldResize">
<summary>
<para>An end-user resizes the column.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.FieldUnboundExpression">
<summary>
<para>An end-user invokes the Expression Editor dialog.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.MenuOpen">
<summary>
<para>An end-user invokes a context menu.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.None">
<summary>
<para>No action.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.UserAction.Prefilter">
<summary>
<para>An end-user invokes a Filter Editor.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridFieldCollection">
<summary>
<para>Represents a field collection for the XtraPivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollection.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the PivotGridFieldCollection 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.PivotGridFieldCollection.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.PivotGridField"/> object that has been added to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollection.Add">
<summary>
<para>Appends a new field to the collection.
</para>
</summary>
<returns>The <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object added to the collection.
</returns>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollection.Add(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Appends the specified field to the collection.
</para>
</summary>
<param name="field">
The <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object that will be appended to the collection.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollection.AddRange(DevExpress.XtraPivotGrid.PivotGridField[])">
<summary>
<para>Adds an array of fields to the end of the collection.
</para>
</summary>
<param name="fields">
An array of <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> objects.
</param>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollection.GetFieldByName(System.String)">
<summary>
<para>Returns the field by the name.
</para>
</summary>
<param name="name">
A <see cref="T:System.String"/> that specifies the name of the required field.
</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object representing the field whose name matches the specified string; <b>null</b> (<b>Nothing</b> in Visual Basic) if the field does not exist.
</returns>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldCollection.Item(System.String)">
<summary>
<para>Gets the <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> 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.PivotGridField"/> object.
</param>
<value>The <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object bound to the specified field.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridFieldCollection.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.PivotGridField"/> object which represents the field at the specified position.
</value>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridFieldCollection.Remove(DevExpress.XtraPivotGrid.PivotGridField)">
<summary>
<para>Removes the specified <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object from the collection.
</para>
</summary>
<param name="field">
A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object representing the field to remove.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx">
<summary>
<para>Provides customization options for a PivotGrid control.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx.#ctor(System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsCustomizationEx class with the specified settings.
</para>
</summary>
<param name="optionsChanged">
A delegate that will handle firing of the event, as a result of changing the object's properties.
</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="M:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the PivotGridOptionsCustomizationEx class with the specified settings.
</para>
</summary>
<param name="optionsChanged">
A delegate that will handle firing of the event, as a result of changing the object's properties.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx.AllowEdit">
<summary>
<para>Gets or sets whether data editing is enabled.
</para>
</summary>
<value><b>true</b> if data editing is enabled; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotGridOptionsCustomizationEx.AllowResizing">
<summary>
<para>Gets or sets whether end-users are allowed to resize the PivotGridControl's elements.
</para>
</summary>
<value><b>true</b> if end-users are allowed to resize the PivotGridControl's elements; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum">
<summary>
<para>Contains values that specify which cells of a data field display editor buttons.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum.Default">
<summary>
<para>This option is equivalent to the ShowOnlyInEditor option.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum.ShowAlways">
<summary>
<para>Editor buttons are displayed for all cells.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum.ShowForFocusedCell">
<summary>
<para>Editor buttons are only displayed for the focused cell.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotShowButtonModeEnum.ShowOnlyInEditor">
<summary>
<para>Editor buttons are only displayed when a cell editor is active.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCellEditEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.HiddenEditor"/> and <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.ShownEditor"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCellEditEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo,DevExpress.XtraEditors.BaseEdit)">
<summary>
<para>Initializes a new instance of the PivotCellEditEventArgs class.
</para>
</summary>
<param name="cellViewInfo">
A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo</b> object.
</param>
<param name="edit">
A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> object, which is the editor that has been invoked or closed. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCellEditEventArgs.Edit"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCellEditEventArgs.Edit">
<summary>
<para>Gets the editor that has been invoked or closed.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> object that is the editor that has been invoked or closed.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.EditValueChangedEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.EditValueChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.EditValueChangedEventHandler.Invoke(System.Object,DevExpress.XtraPivotGrid.EditValueChangedEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.EditValueChanged"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.XtraPivotGrid.EditValueChangedEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraPivotGrid.EditValueChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.EditValueChanged"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.EditValueChangedEventArgs.#ctor(DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo,DevExpress.XtraEditors.BaseEdit)">
<summary>
<para>Initializes a new instance of the EditValueChangedEventArgs class.
</para>
</summary>
<param name="cellInfo">
A <b>DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo</b> object.
</param>
<param name="editor">
A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> object representing an editor that was used to change the processed cell value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.EditValueChangedEventArgs.Editor"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.EditValueChangedEventArgs.Editor">
<summary>
<para>Gets the editor that was used to change the processed cell value.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> object, which is the editor that was used to change the processed cell value.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.CustomEditValueEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomEditValue"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.CustomEditValueEventArgs.#ctor(System.Object,DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>Initializes a new instance of the CustomEditValueEventArgs class.
</para>
</summary>
<param name="value">
The edit value of the processed cell. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.CustomEditValueEventArgs.Value"/> property.
</param>
<param name="cellItem">
The <b>PivotGridCellItem</b> object.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.CustomEditValueEventArgs.Value">
<summary>
<para>Gets or sets the edit value of the processed cell.
</para>
</summary>
<value>The edit value of the processed cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotCustomCellEditEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraPivotGrid.PivotGridControl.CustomCellEdit"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraPivotGrid.PivotCustomCellEditEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.XtraEditors.Repository.RepositoryItem)">
<summary>
<para>Initializes a new instance of the PivotCustomCellEditEventArgs class.
</para>
</summary>
<param name="cellItem">
A <b>PivotGridCellItem</b> object.
</param>
<param name="repositoryItem">
A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotCustomCellEditEventArgs.RepositoryItem"/> property.
</param>
</member>
<member name="P:DevExpress.XtraPivotGrid.PivotCustomCellEditEventArgs.RepositoryItem">
<summary>
<para>Gets or sets the in-place editor for the current cell.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant that specifies the in-place editor for the current cell.
</value>
</member>
<member name="T:DevExpress.XtraPivotGrid.PivotContextMenuIds">
<summary>
<para>Lists IDs that identify context menu items.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ChangeExpandedMenuID">
<summary>
<para>The 'Expand/Collapse' item that is displayed in the field value context menu. Used to expand and collapse individual field values.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ClearSortingID">
<summary>
<para>The 'Clear Sorting' item that is displayed in the field header context menu, in OLAP mode. Used to switch the sort order of field values to the one defined by the OLAP server.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.CollapseAllMenuID">
<summary>
<para>The 'Collapse All' item that is displayed in the field value context menu. Used to collapse all values of the current field.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ExpandAllMenuID">
<summary>
<para>The 'Expand All' item displayed in the field value context menu. Used to expand all values of the current field.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.HideFieldMenuID">
<summary>
<para>The 'Hide' item displayed in the field header context menu. Used to hide the current field.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.MoveLeftMenuID">
<summary>
<para>The 'Move to Left' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header one position left within its area.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.MoveRightMenuID">
<summary>
<para>The 'Move to Right' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header one position right within its area.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.MoveToBeginningMenuID">
<summary>
<para>The 'Move to Beginning' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header to the first position in its area.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.MoveToEndMenuID">
<summary>
<para>The 'Move to End' item that is displayed in the field header context menu, in the 'Order' submenu. Used to move the header to the last position in its area.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.OrderMenuID">
<summary>
<para>The 'Order' item that is displayed in the field header context menu. Invokes a submenu that contains items used to move the header within its area.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ReloadDataMenuID">
<summary>
<para>The 'Reload Data' item that is displayed in the field header and field area context menus. Used to update the PivotGridControl by reloading data from the data source.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.RemoveSortBySummaryMenuID">
<summary>
<para>The 'Remove All Sorting' item that is displayed in the column/row header context menu, when the column/row values are used to sort values of another field. Used to disable this sorting.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ShowHeaderExpressionMenuID">
<summary>
<para>The 'Expression Editor...' item displayed in the field header context menu of unbound fields. Used to invoke the Expression Editor.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ShowHideFieldListMenuID">
<summary>
<para>The 'Show/Hide Field List' item that is displayed in the field header and field header area context menus. Used to invoke or hide a Customization Form.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ShowPrefilterMenuID">
<summary>
<para>The 'Show Prefilter' item that is displayed in the field header and field header area context menus. Used to invoke a Prefilter Editor. Not displayed in OLAP mode.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.ShowValueExpressionMenuID">
<summary>
<para>The 'Expression Editor...' item that is displayed in the column/row header context menu of unbound fields. Used to invoke the Expression Editor.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.SortAscendingID">
<summary>
<para>The 'Sort A-Z' item that is displayed in the field header context menu, in OLAP mode. Used to sort field values in ascending order.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.XtraPivotGrid.PivotContextMenuIds.SortDescendingID">
<summary>
<para>The 'Sort Z-A' item that is displayed in the field header context menu, in OLAP mode. Used to sort field values in descending order.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
</members>
</doc>