tiseza_oss_live/bin/DevExpress.Web.ASPxPivotGri...

6171 lines
387 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.Web.ASPxPivotGrid.v20.1</name>
</assembly>
<members>
<member name="N:DevExpress.Web.ASPxPivotGrid">
<summary>
<para>Contains classes which implement the functionality of the ASPxPivotGrid control.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl">
<summary>
<para>An ASPxPivotCustomizationControl.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.AllowedLayouts">
<summary>
<para>Gets or sets which layouts can be applied to the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</para>
</summary>
<value>One or several <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormAllowedLayouts"/> enumeration members that specify which layouts can be applied to the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.AllowFilter">
<summary>
<para>Gets or sets whether filtering can be applied to fields via the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</para>
</summary>
<value>true if filtering can be applied to fields via the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.AllowSort">
<summary>
<para>Gets or sets whether the sort order of field values can be toggled via the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</para>
</summary>
<value>true if the sort order of field values can be toggled via the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.ASPxPivotGridID">
<summary>
<para>Gets or sets the ID of the owner ASPxPivotGrid control.</para>
</summary>
<value>A <see cref="T:System.String"/> that represents the ID of the owner ASPxPivotGrid control.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.ClientInstanceName">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>&#39;s client programmatic identifier.</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>&#39;s client identifier.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.DeferredUpdates">
<summary>
<para>Gets or sets whether dragging fields within the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/> immediately updates the layout of fields in the PivotGrid control.</para>
</summary>
<value>true if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.Images">
<summary>
<para>Gets the settings that define images displayed in the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages"/> object containing the settings that define images displayed in the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl.Layout">
<summary>
<para>Gets or sets the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>&#39;s layout.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Customization.CustomizationFormLayout"/> enumeration member that specifies how fields are arranged within the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/>.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid">
<summary>
<para>Represents the ASPxPivotGrid control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.AccessibilityCompliant">
<summary>
<para>Enables support for Section 508.</para>
</summary>
<value>true to enable support for Section 508; otherwise, false.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.AddPopupMenuItem">
<summary>
<para>Enables you to customize the context menu.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.AfterPerformCallback">
<summary>
<para>Fires after a callback initiated by the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control has been processed on the server side.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.BeforeGetCallbackResult">
<summary>
<para>Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.BeforeLoadLayout">
<summary>
<para>Occurs before a layout is restored from a storage, allowing you to cancel this action.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.BeforePerformDataSelect">
<summary>
<para>Occurs before the ASPxPivotGrid control obtains data from a data source.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.BeginRefresh">
<summary>
<para>Occurs before the control starts recalculating its data.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.BeginUpdate">
<summary>
<para>Prevents the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> from being rendered until the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EndUpdate"/> method is called.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CalcCallbackResult">
<summary>
<para>Initiates a callback by the client and obtains the result processed within the server.</para>
</summary>
<returns>A DevExpress.Web.Internal.CallbackResult object, containing the client and client&#39;s element IDs and server-processed contents.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Caption">
<summary>
<para>Gets or sets the text to render in an HTML caption element in an ASPxPivotGrid.</para>
</summary>
<value>A string value that specifies the text to render in an HTML caption element in an ASPxPivotGrid.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CellTemplate">
<summary>
<para>Gets or sets a template to display the content of cells.</para>
</summary>
<value>An object supporting the System.Web.UI.ITemplate interface that contains the custom content for cells.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ClientInstanceName">
<summary>
<para>Gets or sets the pivot grid&#39;s client programmatic identifier.</para>
</summary>
<value>A <see cref="T:System.String"/> that specifies the pivot grid&#39;s client identifier.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ClientLayout">
<summary>
<para>Enables you to save and restore the previously saved layout of the pivot grid.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ClientSideEvents">
<summary>
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/>.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/>.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CollapseAll">
<summary>
<para>Collapses all the columns and rows in the pivot grid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CollapseAllColumns">
<summary>
<para>Collapses all columns.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CollapseAllRows">
<summary>
<para>Collapses all rows.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CollapsedStateStoreMode">
<summary>
<para>Gets or sets how the grid stores information about the collapsed rows/columns.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCollapsedStateStoreMode"/> enumeration values.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CollapseValue(System.Boolean,System.Object[])">
<summary>
<para>Collapses the specified column or row.</para>
</summary>
<param name="isColumn">true to collapse a column; false to collapse a row.</param>
<param name="values">An array of field values that identifies the column/row to be collapsed.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ColumnCount">
<summary>
<para>Gets the number of columns displayed within the ASPxPivotGrid.</para>
</summary>
<value>An integer value that specifies the number of columns displayed within the ASPxPivotGrid.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ControlHierarchyCreated">
<summary>
<para>Occurs after the ASPxPivotGrid&#39;s table has been created.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateDrillDownDataSource">
<summary>
<para>Returns data 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 records.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateDrillDownDataSource(System.Int32,System.Int32)">
<summary>
<para>Returns data records associated with the specified cell.</para>
</summary>
<param name="columnIndex">An integer value that is the zero-based column index. Set it to &#0045;1 to obtain the column&#39;s Grand Total.</param>
<param name="rowIndex">An integer value that is the absolute (not the visible) zero-based row index. Set it to &#0045;1 to obtain the row&#39;s Grand Total. To obtain the absolute row index by the visible row index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object containing data records associated with the specified cell.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateDrillDownDataSource(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>Returns data records used to calculate a summary value for the specified cell in OLAP and server mode. Allows you to specify the columns to return.</para>
</summary>
<param name="columnIndex">A zero-based visible column&#39;s index. Set it to &#0045;1 to obtain the column&#39;s Grand Total.</param>
<param name="rowIndex">A zero-based absolute row&#39;s index. Set it to &#0045;1 to obtain the row&#39;s Grand Total. To get the absolute row index by its visible index in the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<param name="customColumns">A list of columns in a data source to return.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateDrillDownDataSource(System.Int32,System.Int32,System.Int32)">
<summary>
<para>Returns data records associated with the specified cell. Used in OLAP and server mode.</para>
</summary>
<param name="columnIndex">An integer value that specifies the zero-based column index. Set it to &#0045;1 to obtain the column&#39;s Grand Total.</param>
<param name="rowIndex">An integer value that is the zero-based absolute row index. Set it to -1 to obtain the row&#39;s Grand Total. To obtain the absolute row index by the visible row index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<param name="dataIndex">An integer value that identifies the data field by its index.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object which contains records associated with the specified cell.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateDrillDownDataSource(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>Returns data records used to calculate a summary value for the specified cell in OLAP and server mode. Allows you to specify the columns, and limit the number of records to return.</para>
</summary>
<param name="columnIndex">A zero-based visible column&#39;s index. Set it to &#0045;1 to obtain the column&#39;s Grand Total.</param>
<param name="rowIndex">A zero-based integer which identifies the absolute index of the row. Pass &#0045;1 as a row index to obtain the row&#39;s Grand Total. Pass -1 as a column index to obtain the column&#39;s Grand Total. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<param name="maxRowCount">An integer value that is the maximum number of data rows to return. Set it to &#0045;1 to retrieve all rows.</param>
<param name="customColumns">A list of columns to return.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateOLAPDrillDownDataSource(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns to be returned.</para>
</summary>
<param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
<param name="rowIndex">A zero-based integer which identifies the absolute index of the row. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<param name="customColumns">A list of columns in a data source, to be returned.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateOLAPDrillDownDataSource(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns, and limit the number of records to be returned.</para>
</summary>
<param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
<param name="rowIndex">A zero-based integer which identifies the absolute index of the row. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. &#0045;1 to retrieve all rows.</param>
<param name="customColumns">A list of columns in a data source, to be returned.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateServerModeDrillDownDataSource(System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>In server mode, returns a list of records used to calculate a summary value for the specified cell.</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 for the processed cell.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateServerModeDrillDownDataSource(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>In server mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns and limit the number of records to be returned.</para>
</summary>
<param name="columnIndex">A zero-based integer which identifies the visible index of the column.</param>
<param name="rowIndex">A zero-based integer which identifies the visible index of the row.</param>
<param name="maxRowCount">An integer value that specifies the maximum number of data rows to be returned. &#0045;1 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.Web.ASPxPivotGrid.ASPxPivotGrid.CreateSummaryDataSource">
<summary>
<para>Returns the ASPxPivotGrid&#39;s summary data source.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CreateSummaryDataSource(System.Int32,System.Int32)">
<summary>
<para>Returns a summary data source for the specified row.</para>
</summary>
<param name="columnIndex">An integer value that specifies the column index.</param>
<param name="rowIndex">An integer value that specifies the absolute row index. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotSummaryDataSource"/> object that represents the summary data source.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CssClass">
<summary>
<para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the ASpxPivotGrid&#39;s style.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the cascading style sheet class&#39;s name.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback">
<summary>
<para>Fires when a round trip to the server has been initiated by a call to the client <see cref="M:js-ASPxClientPivotGrid.PerformCallback(args)"/> method.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellDisplayText">
<summary>
<para>Enables custom display text to be provided for cells displayed within the Data Area.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellStyle">
<summary>
<para>Allows the appearances of cells to be dynamically customized.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellValue">
<summary>
<para>Allows you to replace cell values with custom ones.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomChartDataSourceData">
<summary>
<para>Occurs when a <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> prepares data to be displayed in a <see cref="T:DevExpress.XtraCharts.Web.WebChartControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomChartDataSourceRows">
<summary>
<para>Allows you to customize pivot grid data before passing it to a chart control.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCustomizationFormSort">
<summary>
<para>Allows you to change fields and folders order in the Customization Form.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFieldSort">
<summary>
<para>Provides the ability to sort data using custom rules.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFieldValueCells">
<summary>
<para>Allows you to customize field value cells.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFilterExpressionDisplayText">
<summary>
<para>Enables you to display custom text within the Prefilter panel, corresponding to the current filter expression.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFilterPopupItems">
<summary>
<para>Allows you to customize the filter drop-down list items.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomGroupInterval">
<summary>
<para>Enables grouping axis values, using your own criteria.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomizationFieldsLeft">
<summary>
<para>Gets or sets the X-coordinate of the Customization form&#39;s top-left corner.</para>
</summary>
<value>An integer value that specifies the X-coordinate of the Customization form&#39;s top-left corner. The value is set in screen coordinates.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomizationFieldsTop">
<summary>
<para>Gets or sets the Y-coordinate of the Customization form&#39;s top-left corner.</para>
</summary>
<value>An integer value that specifies the Y-coordinate of the Customization form&#39;s top-left corner. The value is set in screen coordinates.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomizationFieldsVisible">
<summary>
<para>Gets or sets a value that specifies whether the pivot grid&#39;s Customization form is displayed within the page.</para>
</summary>
<value>true if the Customization form is displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomizationFormImages">
<summary>
<para>Gets the settings that define images displayed in the Customization Form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages"/> object containing the settings that define images displayed in the Customization Form.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomJsProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomLoadCallbackState">
<summary>
<para>Allows you to load the ASPxPivotGrid&#39;s callback state, which was previously saved by handling the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomSaveCallbackState"/> event.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomSaveCallbackState">
<summary>
<para>Allows you to preserve the ASPxPivotGrid&#39;s callback state in a custom manner.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomServerModeSort">
<summary>
<para>In OLAP and server mode, provides the capability to sort data using custom rules.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomSummary">
<summary>
<para>Enables summary values to be calculated manually.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomUnboundFieldData">
<summary>
<para>Enables providing data to unbound fields.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.DataAreaPopupCreated">
<summary>
<para>Occurs after a panel that displays data headers has been created.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.DataSource">
<summary>
<para>Gets or sets the object from which the data-bound control retrieves its list of data items.</para>
</summary>
<value>An object that represents the data source from which the data-bound control retrieves its data.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.DataSourceChanged">
<summary>
<para>Fires when the pivot grid&#39;s data source changes.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.DataSourceID">
<summary>
<para>Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.</para>
</summary>
<value>The ID of a control that represents the data source from which the data-bound control retrieves its data.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.DefaultDataProcessingEngine">
<summary>
<para>Gets or sets a default engine used to perform data processing in the pivot grid.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotDataProcessingEngine"/> enumeration value that specifies an engine used to perform data processing in the pivot grid.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Dispose">
<summary>
<para>Enables a server control to perform final clean up before it is released from memory.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EmptyAreaTemplate">
<summary>
<para>Gets or sets a template to display the content of the empty area.</para>
</summary>
<value>An object supporting the System.Web.UI.ITemplate interface that contains the custom content for the empty area.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EnableCallbackAnimation">
<summary>
<para>Gets or sets whether a specific animation effect is used when the control content is updated via a callback.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EnableCallbackCompression">
<summary>
<para>Gets or sets whether callback result compression is enabled.</para>
</summary>
<value>true to enable callback result compression; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EnableCallBacks">
<summary>
<para>Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server.</para>
</summary>
<value>true if round trips to the server are performed using callbacks; false if postbacks are used.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EnablePagingCallbackAnimation">
<summary>
<para>Gets or sets whether a specific animation effect is used when changing pages.</para>
</summary>
<value>true, if a specific animation effect is used; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EnablePagingGestures">
<summary>
<para>Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.</para>
</summary>
<value>True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EnableRowsCache">
<summary>
<para>Gets or sets whether data caching is enabled.</para>
</summary>
<value>true to enable data caching; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EncodeHtml">
<summary>
<para>Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
</summary>
<value>true if the HTML code contained within the control&#39;s values is not executed and is converted into the corresponding text for display purposes, false if the control&#39;s values can contain pure HTML code.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EndRefresh">
<summary>
<para>Occurs after the control has completed recalculating its data.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.EndUpdate">
<summary>
<para>Re-enables render operations after a call to the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.BeginUpdate"/> method and forces an immediate re-rendering.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ExpandAll">
<summary>
<para>Expands all the columns and rows in the pivot grid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ExpandAllColumns">
<summary>
<para>Expands all columns.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ExpandAllRows">
<summary>
<para>Expands all rows.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ExpandValue(System.Boolean,System.Int32)">
<summary>
<para>Expands the specified column or row by its index.</para>
</summary>
<param name="isColumn">true to expand a column; false to expand a row.</param>
<param name="lastLevelIndex">An integer value that specifies the zero-based index of the column/row to be expanded.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ExpandValue(System.Boolean,System.Object[])">
<summary>
<para>Expands the specified column or row.</para>
</summary>
<param name="isColumn">true to expand a column; false to expand a row.</param>
<param name="values">An array of values that identifies the column/row to be expanded.</param>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldAreaChanged">
<summary>
<para>Occurs after the field&#39;s location or visibility has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldAreaChanging">
<summary>
<para>Enables you to control whether the dragged field header can be dropped at the area it&#39;s currently located over.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldAreaIndexChanged">
<summary>
<para>Occurs when the field&#39;s <see cref="P:DevExpress.XtraPivotGrid.PivotGridFieldBase.AreaIndex"/> property has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldExpandedInFieldGroupChanged">
<summary>
<para>Fires when the expansion status of fields combined into a field group is changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldFilterChanged">
<summary>
<para>Occurs after a field&#39;s filter condition has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldFilterChanging">
<summary>
<para>Allows you to customize the filter that is being applied or cancel filtering.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldPropertyChanged">
<summary>
<para>Occurs after a field&#39;s property has been changed.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Fields">
<summary>
<para>Provides access to a pivot grid&#39;s field collection.</para>
</summary>
<value>A collection of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> objects that are the Pivot Grid fields.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldUnboundExpressionChanged">
<summary>
<para>Occurs after an unbound field expression has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueCollapsed">
<summary>
<para>Fires after a field value has been collapsed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueCollapsing">
<summary>
<para>Enables you to control whether field values can be collapsed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.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.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueExpanded">
<summary>
<para>Fires after a field value has been expanded.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueExpanding">
<summary>
<para>Enables you to control whether field values can be expanded.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueNotExpanded">
<summary>
<para>Occurs in OLAP mode, when an end-user clicks an expand button or selects Expand All from the context menu, and the field value cannot be expanded.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueTemplate">
<summary>
<para>Gets or sets a template to display the content of field value cells.</para>
</summary>
<value>An object supporting the System.Web.UI.ITemplate interface that contains the custom content for field value cells.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldVisibleChanged">
<summary>
<para>Occurs after a field&#39;s visibility has been changed.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Filter">
<summary>
<para>Gets the filter settings.</para>
</summary>
<value>An object that contains the filter settings.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FilterControlCustomValueDisplayText">
<summary>
<para>Enables you to specify the entered filter value&#39;s custom display text, to be displayed when the filter control&#39;s condition value editor is inactive.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FilterControlOperationVisibility">
<summary>
<para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control&#39;s operation dropdown menu.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FilterControlParseValue">
<summary>
<para>Enables you to process and modify an entered value before it is actually accepted by the filter control.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FilterCriteriaChanged">
<summary>
<para>Occurs when the filter criteria is changed.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteColumnIndex(System.Int32)">
<summary>
<para>Returns the column&#39;s absolute index by its visible index within the current page.</para>
</summary>
<param name="pageColumnVisibleIndex">An integer value that specifies the column&#39;s visible position within the current page.</param>
<returns>An integer value that specifies the column&#39;s absolute index.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)">
<summary>
<para>Returns the row&#39;s absolute index by its visible index within the current page.</para>
</summary>
<param name="pageRowVisibleIndex">An integer value that specifies the row&#39;s visible position within the current page.</param>
<returns>An integer value that specifies the row&#39;s absolute index.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetCellInfo(System.Boolean,System.Int32,System.Int32)">
<summary>
<para>Returns an object that contains information on the specified cell.</para>
</summary>
<param name="useAbsoluteIndexes">true to use the cell position within the control&#39;s columns and rows position.</param>
<param name="columnIndex">An integer value that identifies the column where the required cell resides by its zero-based index.</param>
<param name="rowIndex">An integer value that identifies the row where the required cell resides by its zero-based index within the current page.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs"/> descendant that contains information on the specified cell.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetCellInfo(System.Int32,System.Int32)">
<summary>
<para>Returns an object that contains information on the specified cell.</para>
</summary>
<param name="columnIndex">An integer value that identifies the column where the required cell resides by its zero-based index.</param>
<param name="rowIndex">An integer value that identifies the row where the required cell resides by its zero-based index within the current page.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs"/> descendant that contains information on the specified cell.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns the value displayed in the specified cell.</para>
</summary>
<param name="columnIndex">A zero-based index of the column that contains the cell.</param>
<param name="rowIndex">A zero-based absolute index of the row that contains the cell. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<returns>The value of the specified cell.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetCellValue(System.Object[],System.Object[],DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.ASPxPivotGrid.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. &#0045;1 if the specified column has not been not found.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetColumnIndex(System.Object[],DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<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>
<param name="field">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object.</param>
<returns>An integer value that specifies the column index. &#0045;1 if the specified column has not been not found.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldByArea(DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Returns a pivot grid field located at the specified position within the specified area.</para>
</summary>
<param name="area">A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the area where the required pivot grid field is displayed.</param>
<param name="areaIndex">An integer value that specifies the pivot grid field&#39;s position from among the other fields displayed within the same area.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the pivot grid field located at the specified position within the specified area. null (Nothing) in Visual Basic) if the file was not found.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldCountByArea(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns the number of fields located in the specified area.</para>
</summary>
<param name="area">A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration member that specifies the pivot grid area.</param>
<returns>An integer value that specifies the number of fields located in the specified area.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldList">
<summary>
<para>Returns the names of data source fields to which the pivot grid fields are bound.</para>
</summary>
<returns>The names of data source fields to which the pivot grid fields are bound.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldsByArea(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Returns all visible pivot grid fields located at the specified area.</para>
</summary>
<param name="area">A <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration value that specifies the area where the required pivot grid fields are displayed.</param>
<returns>The list of visible pivot grid fields located at the specified area.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValue(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns the specified field value.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents 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.</param>
<returns>An object that represents the field&#39;s value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValueByIndex(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns the specified field&#39;s value by its index.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the field which contains the required value.</param>
<param name="fieldValueIndex">An integer value that identifies the required field value.</param>
<returns>An object that represents the specified field&#39;s value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValueInfo(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns information about the specified field value.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that is a PivotGrid field.</param>
<param name="absoluteIndex">An integer value that specifies an absolute position of the field value.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object that provides information about field values.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValueInfo(System.Boolean,System.Int32)">
<summary>
<para>Returns information about the specified field value.</para>
</summary>
<param name="isColumn">true, to specify a column; false, to specify a row.</param>
<param name="fieldValueIndex">A zero-based index of the required field value.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object that provides information about field values.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValueOLAPMember(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns an OLAP member for the specified field value.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the pivot grid field.</param>
<param name="cellIndex">An integer value that specifies the cell&#39;s index.</param>
<returns>An object that implements the IOLAPMember interface.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValueType(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Gets the type of a specific column/row field&#39;s value.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that refers to the required field.</param>
<param name="cellIndex">A zero-based index of a column/row that identifies the required field value.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridValueType"/> value that idenfifies the type of the required column/row field value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetFieldValueType(System.Boolean,System.Int32)">
<summary>
<para>Gets the type of a field value in the column or row area.</para>
</summary>
<param name="isColumn">true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area.</param>
<param name="cellIndex">A zero-based index of a column/row that identifies the required field value.</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.Web.ASPxPivotGrid.ASPxPivotGrid.GetKPIImage(DevExpress.XtraPivotGrid.PivotKPIGraphic,DevExpress.XtraPivotGrid.PivotKPIType,System.Int32)">
<summary>
<para>Returns an image that corresponds to the specified KPI value.</para>
</summary>
<param name="graphic">A <see cref="T:DevExpress.XtraPivotGrid.PivotKPIGraphic"/> enumeration value that specifies the KPI graphic set. You shouldn&#39;t use the &#39;None&#39; and &#39;ServerDefined&#39; values.</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>
<param name="value">An integer value that specifies the KPI value (&#0045;1, 0 or 1).</param>
<returns>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings for the specified KPI value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetOLAPKPIList">
<summary>
<para>Gets names of available KPI in a cube.</para>
</summary>
<returns>The list of KPI names.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetOLAPKPIMeasures(System.String)">
<summary>
<para>Returns measures used to calculate the value, goal, status, trend and weight that represent the values of the specified Key Performance Indicator (KPI).</para>
</summary>
<param name="kpiName">A string value that specifies the KPI&#39;s name.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotOLAPKPIMeasures"/> object that contains measures used to determine the KPI&#39;s value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetOLAPKPIServerGraphic(System.String,DevExpress.XtraPivotGrid.PivotKPIType)">
<summary>
<para>Returns a graphic set defined on the server for the specified KPI&#39;s trend and status.</para>
</summary>
<param name="kpiName">A string value that specifies the KPI&#39;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.Web.ASPxPivotGrid.ASPxPivotGrid.GetOLAPKPIValue(System.String)">
<summary>
<para>Returns the specified KPI&#39;s value.</para>
</summary>
<param name="kpiName">A string value that specifies the KPI&#39;s name.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotOLAPKPIValue"/> object that represents the specified KPI&#39;s value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetRowIndex(System.Object[])">
<summary>
<para>Returns the absolute 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 absolute row index. &#0045;1 if the specified row has not been not found.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetRowIndex(System.Object[],DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Returns the index of the specified row.</para>
</summary>
<param name="values">An array of row field values that identify the column.</param>
<param name="field">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridField"/> object.</param>
<returns>An integer value that specifies the row index. &#0045;1 if the specified row has not been not found.</returns>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GridLayout">
<summary>
<para>Fires immediately after the ASPxPivotGrid&#39;s layout has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GroupFilterChanged">
<summary>
<para>Occurs after a group filter condition has been changed.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Groups">
<summary>
<para>Gets the collection of field groups.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroupCollection"/> object which represents a collection of field groups.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HeaderTemplate">
<summary>
<para>Gets or sets a template to display the content of field headers.</para>
</summary>
<value>An object supporting the System.Web.UI.ITemplate interface that contains the custom content for field headers.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HtmlCellPrepared">
<summary>
<para>Enables the settings of individual data cells to be changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HtmlFieldValuePrepared">
<summary>
<para>Enables the settings of individual field value cells to be changed.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Images">
<summary>
<para>Provides access to the settings that define images displayed within the pivot grid&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ImagesEditors">
<summary>
<para>Provides access to the settings that define images displayed in the editors, used to edit filter values within the Prefilter Control (Filter Editor).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ImagesFilterControl">
<summary>
<para>Provides access to the settings that define images displayed in the filter control.</para>
</summary>
<value>The object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.IsDataBound">
<summary>
<para>Gets a value indicating whether the grid is data bound.</para>
</summary>
<value>true if the grid is data bound; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.IsFieldValueCollapsed(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Indicates whether the specified field value is collapsed.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the row or column field.</param>
<param name="cellIndex">A zero-based index of a cell in the Data Area that identifies the required field value. Indices are numbered starting from the left edge for column fields, and from the top edge for row fields.</param>
<returns>true if the specified field value is collapsed; otherwise, false.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.IsFilterControlVisible">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.IsLoading">
<summary>
<para>Indicates that the ASPxPivotGrid is being loaded.</para>
</summary>
<returns>true if the ASPxPivotGrid is being loaded; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.IsObjectCollapsed(DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridField"/> object that identifies a column field 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>true if the specified column field value or row field value is collapsed; otherwise, false.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.IsUpdateLocked">
<summary>
<para>Gets whether the ASPxPivotGrid has been locked for updating.</para>
</summary>
<value>true, if the ASPxPivotGrid control is locked; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.JSProperties">
<summary>
<para>Enables you to supply any server data that can then be parsed on the client.</para>
</summary>
<value>The collection of property names and their values.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LayoutChanged">
<summary>
<para>Updates a pivot grid.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LayoutUpgrade">
<summary>
<para>Occurs when a layout is restored from a data store, and its version is different than that of the control&#39;s current layout version.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.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 null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LoadCollapsedStateFromString(System.String)">
<summary>
<para>Restores the collapsed state of field values from the specified string.</para>
</summary>
<param name="collapsedState">A <see cref="T:System.String"/> from which the collapsed state of field values is read.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LoadLayoutFromStream(System.IO.Stream)">
<summary>
<para>Restores the pivot grid layout from the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which pivot grid settings are read. If null (Nothing in Visual Basic), an exception is raised.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LoadLayoutFromStream(System.IO.Stream,DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout)">
<summary>
<para>Restores the pivot grid 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 null (Nothing in Visual Basic), an exception is raised.</param>
<param name="optionsLayout">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object that specifies whose options should be restored.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LoadLayoutFromString(System.String)">
<summary>
<para>Restores the pivot grid layout from the specified string.</para>
</summary>
<param name="layoutState">A <see cref="T:System.String"/> from which pivot grid settings are read.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LoadLayoutFromString(System.String,DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout)">
<summary>
<para>Restores the pivot grid layout from the specified string, using the specified settings.</para>
</summary>
<param name="layoutState">A <see cref="T:System.String"/> from which pivot grid settings are read.</param>
<param name="optionsLayout">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object that specifies which options should be restored.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.LockDataRefreshOnCustomCallback">
<summary>
<para>Gets or sets whether refreshing pivot grid data is locked while handling the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback"/> event.</para>
</summary>
<value>true to prevent pivot grid data from being refreshed while handling the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback"/> event; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OLAPConnectionString">
<summary>
<para>Specifies a connection string to a cube in an MS Analysis Services database.</para>
</summary>
<value>A connection string.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.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.Web.ASPxPivotGrid.ASPxPivotGrid.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.Web.ASPxPivotGrid.ASPxPivotGrid.OLAPQueryData">
<summary>
<para>Allows you to get a query used to obtain data in ASPxPivotGrid.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OLAPQueryTimeout">
<summary>
<para>Occurs when the query time-out has expired.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsBehavior">
<summary>
<para>Provides access to pivot grid behavior options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsBehavior"/> object that contains behavior options for ASPxPivotGrid.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsChartDataSource">
<summary>
<para>Provides access to the chart options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource"/> object that contains chart options.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsCustomization">
<summary>
<para>Provides access to the pivot grid&#39;s customization options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization"/> object, which contains customization options for an ASPxPivotGrid control.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsData">
<summary>
<para>Provides access to the pivot grid&#39;s data specific options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsData"/> object that contains the pivot grid&#39;s data specific options.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsDataField">
<summary>
<para>Provides access to options, which control the presentation of data fields in the ASPxPivotGrid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> object that provides options, which control the data fields presentation in the ASPxPivotGrid.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsFilter">
<summary>
<para>Provides access to options that specify the appearance and behavior of filter windows.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter"/> object that specifies the appearance and behavior of filter windows.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsLayout">
<summary>
<para>Provides access to options that control how the pivot grid layout is stored to/restored from a storage (a stream or string).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object that provides options for controlling how the layout is stored and restored.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsLoadingPanel">
<summary>
<para>Provides access to the loading panel&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel"/> object that contains the loading panel&#39;s settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsOLAP">
<summary>
<para>Provides access to the pivot grid&#39;s OLAP mode specific options.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridOptionsOLAP"/> object which contains the pivot grid&#39;s OLAP mode specific options.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsPager">
<summary>
<para>Provides access to the pivot grid&#39;s pager options</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager"/> object containing the pager settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OptionsView">
<summary>
<para>Provides access to the ASPxPivotGrid control&#39;s view options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView"/> object that provides view options for ASPxPivotGrid controls.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.PageIndexChanged">
<summary>
<para>Fires after the selected page has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.PopupMenuCreated">
<summary>
<para>Enables you to create custom menu items.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Prefilter">
<summary>
<para>Gets the Prefilter&#39;s settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter"/> object that contains the Prefilter&#39;s settings.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.PrefilterCriteriaChanged">
<summary>
<para>Occurs when the Prefilter&#39;s criteria are changed.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.PreRendered">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.QueryException">
<summary>
<para>Occurs when a query processing error occurs on a bound server providing data for the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ReloadData">
<summary>
<para>Reloads the ASPxPivotGrid&#39;s data.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.RetrieveFields">
<summary>
<para>Creates <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> objects for all the fields in the bound data source.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.RetrieveFields(DevExpress.XtraPivotGrid.PivotArea,System.Boolean)">
<summary>
<para>Creates <see cref="T:DevExpress.Web.ASPxPivotGrid.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">true if the created fields are made visible; otherwise, false.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.RowCount">
<summary>
<para>Gets the total number of rows displayed within the ASPxPivotGrid.</para>
</summary>
<value>An interger value that specifies the total number of rows.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.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.Web.ASPxPivotGrid.ASPxPivotGrid.SaveCollapsedStateToString">
<summary>
<para>Saves the collapsed state of field values to the specified string.</para>
</summary>
<returns>A string to which the collapsed state of field values is saved.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SaveLayoutToStream(System.IO.Stream)">
<summary>
<para>Saves the pivot grid layout to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the pivot grid layout is written.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SaveLayoutToStream(System.IO.Stream,DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout)">
<summary>
<para>Saves the pivot grid 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 pivot grid layout is written.</param>
<param name="optionsLayout">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object that specifies which options should be saved.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SaveLayoutToString">
<summary>
<para>Saves the pivot grid layout to the specified string.</para>
</summary>
<returns>A <see cref="T:System.String"/> that specifies the string to which the pivot grid layout is written.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SaveLayoutToString(DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout)">
<summary>
<para>Saves the pivot grid layout to the specified string, using the specified settings.</para>
</summary>
<param name="optionsLayout">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object that specifies which options should be saved.</param>
<returns>A <see cref="T:System.String"/> that specifies the string to which the pivot grid layout has been written.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SaveStateToCookies">
<summary>
<para>Gets or sets a value that specifies whether cookies are used to persist the information about the control.</para>
</summary>
<value>true if information is persisted in cookies; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SaveStateToCookiesID">
<summary>
<para>Gets or sets the name (identifier) of the cookie in which the ASPxPivotGrid&#39;s state is persisted.</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying a cookie&#39;s name.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Styles">
<summary>
<para>Provides access to the style settings that control the appearance of the pivot grid&#39;s elements.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridStyles"/> object that provides style settings for the grid&#39;s elements.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.StylesEditors">
<summary>
<para>Provides access to style settings that paint editors, used to edit filter values within the Filter Editor (Prefilter).</para>
</summary>
<value>An <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings used to paint editors.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.StylesFilterControl">
<summary>
<para>Provides access to the style settings used to paint the Filter Editor (Prefilter).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that contains style settings used to paint the Filter Editor.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.StylesPager">
<summary>
<para>Provides access to the style settings that control the appearance of the pager displayed within the pivot grid.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles"/> object that provides style settings used to paint a pager.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.StylesPrint">
<summary>
<para>Provides access to style settings that allow the export appearance of the pivot grid (and its visual elements) to be defined.</para>
</summary>
<value>A WebPrintAppearance object that contains export style settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.SummaryText">
<summary>
<para>Gets or sets a value that describes the ASPxPivotGrid&#39;s contents.</para>
</summary>
<value>A <see cref="T:System.String"/> value that describes the ASPxPivotGrid&#39;s contents.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ToolTip">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the tooltip.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.VisibleRowsOnPage">
<summary>
<para>Gets the number of rows displayed on the current page.</para>
</summary>
<value>An integer value that specifies the number of rows displayed on the current page.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.Width">
<summary>
<para>Gets or sets the ASPxPivotGrid width.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the ASPxPivotGrid width.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter">
<summary>
<para>Represents an ASPxPivotGridExporter control used to export the ASPxPivotGrid control&#39;s data.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ASPxPivotGridID">
<summary>
<para>Gets or sets the programmatic identifier of the associated ASPxPivotGrid control.</para>
</summary>
<value>The programmatic identifier assigned to the ASPxPivotGrid control.</value>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.CustomExportCell">
<summary>
<para>Enables you to render a different content for individual cells, if the PivotGrid is exported in the WYSIWYG mode.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.CustomExportFieldValue">
<summary>
<para>Enables you to render a different content for individual field values, if the PivotGrid is exported in the WYSIWYG mode.</para>
</summary>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.CustomExportHeader">
<summary>
<para>Enables you to render a different content for individual field headers, if the PivotGrid is exported in the WYSIWYG mode.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.Dispose">
<summary>
<para>Releases all resources used by the current object.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportCsvToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in CSV format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in CSV format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in CSV format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportCsvToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in CSV format with the specified settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportDocxToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in DOCX format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportDocxToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in DOCX format with the specified settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportFinished">
<summary>
<para>Occurs after the ASPxPivotGrid&#39;s export has been completed.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportHtmlToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportHtmlToResponse(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportHtmlToResponse(System.String,DevExpress.XtraPrinting.HtmlExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportHtmlToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportHtmlToResponse(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the exported file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created document.</param>
<param name="compressed">true if the exported data is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportHtmlToResponse(System.String,System.String,System.String,System.Boolean,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the exported file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created document.</param>
<param name="compressed">true if the exported data is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportImageToResponse(System.String)">
<summary>
<para>Exports the pivot grid to the specified file in PNG format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportImageToResponse(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports the pivot grid to the specified file in an image format using the specified options, and writes the file to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportImageToResponse(System.String,DevExpress.XtraPrinting.ImageExportOptions,System.Boolean)">
<summary>
<para>Exports the pivot grid to the specified file in an image format using the specified options, and writes the file to the response in the binary format. Allows you to specify whether to display the Save As dialog.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportImageToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the pivot grid to the specified file in PNG format, and writes it to the response in the binary format. Allows you to specify whether to display the Save As dialog.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportMhtToResponse(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportMhtToResponse(System.String,DevExpress.XtraPrinting.MhtExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportMhtToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportMhtToResponse(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the exported file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created document.</param>
<param name="compressed">true if the exported data is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportMhtToResponse(System.String,System.String,System.String,System.Boolean,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the exported file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created document.</param>
<param name="compressed">true if the exported data is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportPdfToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in PDF format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportPdfToResponse(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in PDF format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportPdfToResponse(System.String,DevExpress.XtraPrinting.PdfExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in PDF format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportPdfToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in PDF format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportRtfToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in RTF format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportRtfToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in RTF format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportStarted">
<summary>
<para>Occurs after the ASPxPivotGrid&#39;s export has been started.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportTextToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in TXT format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportTextToResponse(System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in TXT format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportTextToResponse(System.String,DevExpress.XtraPrinting.TextExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in TXT format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportTextToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in TXT format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportTextToResponse(System.String,System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in TXT format with the specified separator, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="separator">A <see cref="T:System.String"/> containing symbols which will be used to separate the document&#39;s text elements in the created text file.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportTextToResponse(System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in TXT format with the specified settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="separator">A <see cref="T:System.String"/> containing symbols which will be used to separate the document&#39;s text elements in the created text file.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToCsv(System.IO.Stream)">
<summary>
<para>Exports the control&#39;s data to the specified stream in CSV 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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the control&#39;s data to the specified stream in CSV 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.CsvExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToCsv(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in CSV format.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the full path to the file the grid&#39;s data will be exported to.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToCsv(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
<summary>
<para>Exports the control&#39;s data to the specified file in CSV 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.CsvExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToDocx(System.IO.Stream)">
<summary>
<para>Exports the control&#39;s data to the specified stream in DOCX 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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control&#39;s data to the specified stream in DOCX format using the specified options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToDocx(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in DOCX format.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the full path to the file the grid&#39;s data will be exported to.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified stream in HTML format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the grid&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified stream in HTML format with the specified title, using the specified character encoding. 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, to which the created document is exported.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the name of the character encoding (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created HTML document.</param>
<param name="compressed">true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the path to the file, to which the grid&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.String,System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in HTML format using the specified character encoding.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the path to the file, to which the grid&#39;s data is exported.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the name of the character encoding (e.g. &quot;UTF-8&quot;).</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToHtml(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified HTML file with the specified title, using the specified character encoding. 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"/> 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. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created HTML document.</param>
<param name="compressed">true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToImage(System.IO.Stream)">
<summary>
<para>Exports the pivot grid to the specified stream in PNG 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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports the pivot grid to the specified stream in an image 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.ImageExportOptions"/> object that specifies export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToImage(System.String)">
<summary>
<para>Exports the pivot grid to the specified file in PNG format.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the path to the file, to which the grid&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
<summary>
<para>Exports the pivot grid to the specified file in an image format using the specified options.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the path to the file, to which the grid&#39;s data is exported.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.ImageExportOptions"/> object that specifies export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.IO.Stream)">
<summary>
<para>Exports the control&#39;s data to the specified stream in MHT 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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a stream in MHT format using the specified character encoding, with the specified title. 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, to which the data is exported.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the MHT file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created MHT document.</param>
<param name="compressed">true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file the grid&#39;s data will be exported to.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.String,System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format using the specified character encoding.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file the grid&#39;s data will be exported to.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the MHT file (e.g. &quot;UTF-8&quot;).</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToMht(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file the grid&#39;s data will be exported to.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> representing the encoding name set in the MHT file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> containing the name shown as the title of the created MHT document.</param>
<param name="compressed">true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a stream in PDF format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object, which the data is exported to.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToPdf(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in PDF format.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file the grid&#39;s data will be exported to.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a stream in RTF format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports pivot grid data to a stream in RTF 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.RtfExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToRtf(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a file in RTF format.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file the grid&#39;s data will be exported to.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.IO.Stream)">
<summary>
<para>Exports the default ASPxPivotGrid&#39;s data to a stream in TXT format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created text file should be sent.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the control&#39;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 text file should be sent.</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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.IO.Stream,System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a stream in TXT format using the specified separator string.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created text file should be sent.</param>
<param name="separator">A <see cref="T:System.String"/> containing symbols which will be used to separate the document&#39;s text elements in the created text file.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.IO.Stream,System.String,System.Text.Encoding)">
<summary>
<para>Exports the default ASPxPivotGrid&#39;s data to a stream in TXT format using the specified separator string and encoding settings.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created text file should be sent.</param>
<param name="separator">A <see cref="T:System.String"/> containing symbols which will be used to separate the document&#39;s text elements in the created text file.</param>
<param name="encoding">A <see cref="T:System.Text.Encoding"/> descendant which encodes the created text document.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.String)">
<summary>
<para>Exports the default ASPxPivotGrid&#39;s data to the specified file in TXT format.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file to which the grid&#39;s data will be exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.String,System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a file in TXT format using the specified separator string.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file to which the grid&#39;s data will be exported.</param>
<param name="separator">A <see cref="T:System.String"/> containing symbols which will be used to separate the document&#39;s text elements in the created text file.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToText(System.String,System.String,System.Text.Encoding)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a file in TXT format using the specified separator string and encoding settings.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that specifies the full path to the file to which the grid&#39;s data will be exported.</param>
<param name="separator">A <see cref="T:System.String"/> containing symbols which will be used to separate the document&#39;s text elements in the created text file.</param>
<param name="encoding">A <see cref="T:System.Text.Encoding"/> descendant which encodes the created text document.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXls(System.IO.Stream)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a stream in XLS 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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXls(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to a file in XLS 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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXls(System.String,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control&#39;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="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXlsx(System.String)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXlsx(System.String,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the control&#39;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.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLS format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLS format with the specified export setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="textExportMode">A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object that specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS document.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.TextExportMode,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLS format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="textExportMode">A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object that specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS document.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLS format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLS format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLS format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsxToResponse(System.String)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLSX format, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLSX format with the specified export setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="textExportMode">A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object that specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS document.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.TextExportMode,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLSX format with the specified settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="textExportMode">A <see cref="T:DevExpress.XtraPrinting.TextExportMode"/> object that specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS document.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLSX format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLSX format with the specified export settings, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object which specifies the export options to be applied when the control&#39;s data is exported.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.ExportXlsxToResponse(System.String,System.Boolean)">
<summary>
<para>Exports the ASPxPivotGrid&#39;s data to the specified file in XLSX format with the specified setting, and writes it to the response in the binary format.</para>
</summary>
<param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
<param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.OptionsPrint">
<summary>
<para>Provides access to the export options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.WebPivotGridOptionsPrint"/> object that contains the pivot grid&#39;s export options.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.PivotGrid">
<summary>
<para>Gets the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control to which the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter"/> is assigned.</para>
</summary>
<value>The <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.RenderControl(System.Web.UI.HtmlTextWriter)">
<summary>
<para>Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.</para>
</summary>
<param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPager">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPager.#ctor(DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridHtmlTable,DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid)">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<param name="htmlTable"></param>
<param name="pivotGrid"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPager.ItemCount">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPager.ItemsPerPage">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPager.PageCount">
<summary>
<para>Gets the number of pages displayed within the ASPxPivotGrid.</para>
</summary>
<value>An integer value that specifies the number of pages displayed within the ASPxPivotGrid.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPager.PageIndex">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu">
<summary>
<para>Represents a popup menu displayed within the ASPxPivotGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid,DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu"/> class within the specified settings.</para>
</summary>
<param name="pivotGrid">A <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object identifying the control to which the context belongs.</param>
<param name="menuType">One of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType"/> enumeration values.</param>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.ClearSortID">
<summary>
<para>Identifies the &#39;Clear Sorting&#39; field header context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.CollapseAllID">
<summary>
<para>Identifies the &#39;Collapse All&#39; field value context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.CollapseValueID">
<summary>
<para>Identifies the &#39;Collapse&#39; field value context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.ExpandAllID">
<summary>
<para>Identifies the &#39;Expand All&#39; field value context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.ExpandValueID">
<summary>
<para>Identifies the &#39;Expand&#39; field value context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.HideFieldID">
<summary>
<para>Identifies the &#39;Hide&#39; field header context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.HideFieldListID">
<summary>
<para>Identifies the &#39;Hide Field List&#39; header area context menu item.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.MenuType">
<summary>
<para>Gets the context menu&#39;s type.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType"/> enumeration values.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.RefreshID">
<summary>
<para>Identifies the &#39;Reload Data&#39; header area context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.ShowFieldListID">
<summary>
<para>Identifies the &#39;Show Field List&#39; header area context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.ShowPrefilterID">
<summary>
<para>Identifies the &#39;Show Prefilter&#39; header area context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.SortAZID">
<summary>
<para>Identifies the &#39;Sort A-Z&#39; field header context menu item.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.SortByID">
<summary>
<para>Identifies the field value context menu item used to apply Sorting by Summary.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.SortGroupID">
<summary>
<para>Identifies a context menu group that includes items used to sort field values in the OLAP mode.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu.SortZAID">
<summary>
<para>Identifies the &#39;Sort Z-A&#39; field header context menu item.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridResLocalizer">
<summary>
<para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/>&#39;s UI elements at runtime.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridResLocalizer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridResLocalizer"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.CustomCustomizationFormSortEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCustomizationFormSort"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.CustomCustomizationFormSortEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomCustomizationFormSortEventArgs"/> class.</para>
</summary>
<param name="data"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomUnboundFieldData"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs"/> class.</para>
</summary>
<param name="data">A DevExpress.XtraPivotGrid.Data.PivotGridData object.</param>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the unbound field currently being processed.</param>
<param name="listSourceRow">An integer value which identifies the current row&#39;s index in the data source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.ListSourceRowIndex"/> property.</param>
<param name="_value">An object which represents the processed cell&#39;s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.Value"/> property.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.GetListSourceColumnValue(System.Int32,System.String)">
<summary>
<para>Gets the specified field&#39;s value in the specified row in the control&#39;s underlying data source.</para>
</summary>
<param name="listSourceRowIndex">An integer value which identifies the required row&#39;s index in the data source.</param>
<param name="columnName">A string which represents the required field name.</param>
<returns>An object which represents the field&#39;s value in the control&#39;s data source.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.GetListSourceColumnValue(System.String)">
<summary>
<para>Gets the specified cell&#39;s value within the current row in the control&#39;s underlying data source.</para>
</summary>
<param name="columnName">A string which represents the required field name.</param>
<returns>An object which represents a value from the control&#39;s data source.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.ListSourceRowIndex">
<summary>
<para>Gets the current row&#39;s index in the data source.</para>
</summary>
<value>An integer value which identifies the current row&#39;s index in the data source.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs.Value">
<summary>
<para>Sets the cell&#39;s value.</para>
</summary>
<value>An object which represents the processed cell&#39;s value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomUnboundFieldData"/> event.</para>
</summary>
<param name="sender">The event source. Identifies the ASPxPivotGrid control that raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomFieldDataEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.CustomizeCell"/> and <see cref="E:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions.CustomizeCell"/> events.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.CellItemInfo">
<summary>
<para>Gets additional information about a PivotGrid control&#39;s cell, whose value should be customized in the exported document.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs"/> object.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.ColumnType">
<summary>
<para>Gets a value that identifies the column containing the cell in the exported document.</para>
</summary>
<value>The type of the column containing the cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.ExportArea">
<summary>
<para>Gets the PivotGrid field area to which the current cell corresponds.</para>
</summary>
<value>The PivotGrid field area of the current cell in the export document.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.Formatting">
<summary>
<para>Gets or sets the object that defines the cell&#39;s formatting settings (font, alignment, background color, format string, etc.)</para>
</summary>
<value>The object that defines the cell&#39;s formatting settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.Handled">
<summary>
<para>Gets or sets a value indicating whether the <see cref="E:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.CustomizeCell"/> or <see cref="E:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.CustomizeCell"/> events were handled.</para>
</summary>
<value>true if the event is handled; otherwise, false</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.RowType">
<summary>
<para>Gets a value that identifies the row containing the cell in the exported document.</para>
</summary>
<value>The type of the row containing the cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.Value">
<summary>
<para>Specifies the value of the cell currently being processed.</para>
</summary>
<value>An object which represents the processed cell&#39;s value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs.ValueItemInfo">
<summary>
<para>Gets the information on the field value to which the current cell corresponds.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object which contains information on the field value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventHandler">
<summary>
<para>A method that handles the <see cref="E:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.CustomizeCell"/> and the <see cref="E:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions.CustomizeCell"/> events.</para>
</summary>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomizePivotCellEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.CustomServerModeSortEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomServerModeSort"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.CustomServerModeSortEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.CustomServerModeSortEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents a pivot grid field.</param>
</member>
<member name="N:DevExpress.Web.ASPxPivotGrid.Data">
<summary>
<para>Contains classes which provide the functionality for working with data in the ASPxPivotGrid control.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.Data.WebFilter">
<summary>
<para>A class that provides settings for complex filters.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.Data.WebFilter.#ctor(DevExpress.PivotGrid.Filtering.IFilterOwnerBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.Data.WebFilter"/> class with specified settings.</para>
</summary>
<param name="owner"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.Data.WebFilter.Assign(DevExpress.XtraPivotGrid.BaseFilter)">
<summary>
<para>Copies settings of the specified object to the current object.</para>
</summary>
<param name="prefilter">An object that contains filter settings.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.Data.WebFilter.Criteria">
<summary>
<para>Gets or sets the filter expression.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that represents the filter expression.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.Data.WebFilter.CriteriaString">
<summary>
<para>Gets or sets the filter expression as a string.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the filter expression as a string.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.Data.WebFilter.MaxComboBoxItems">
<summary>
<para>Gets or sets a maximum number of unique values in the Filter Panel&#39;s combo box.</para>
</summary>
<value>An integer value that specifies the maximum number of unique values in the Filter Panel&#39;s combo box.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter">
<summary>
<para>Represents an ASPxPivotGrid&#39;s Prefilter.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter.#ctor(DevExpress.PivotGrid.Filtering.IFilterOwnerBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter"/> class.</para>
</summary>
<param name="owner"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter.Assign(DevExpress.XtraPivotGrid.BaseFilter)">
<summary>
<para>Copies settings of the specified object to the current object.</para>
</summary>
<param name="prefilter">An object that contains filter settings.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter.Criteria">
<summary>
<para>Gets or sets the Prefilter&#39;s expression.</para>
</summary>
<value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> descendant that represents the Prefilter&#39;s expression.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter.CriteriaString">
<summary>
<para>Gets or sets the Prefilter&#39;s filter string.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the Prefilter&#39;s filter string.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.Data.WebPrefilter.MaxComboBoxItems">
<summary>
<para>Gets or sets a maximum number of unique values in a Prefilter&#39;s combo box.</para>
</summary>
<value>An integer value that specifies the maximum number of unique values in a Prefilter&#39;s combo box.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding">
<summary>
<para>Defines a data binding to a source data column.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding"/> class with specified settings.</para>
</summary>
<param name="columnName"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding.#ctor(System.String,DevExpress.XtraPivotGrid.PivotGroupInterval)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding"/> class with specified settings.</para>
</summary>
<param name="columnName"></param>
<param name="groupInterval"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding.#ctor(System.String,DevExpress.XtraPivotGrid.PivotGroupInterval,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding"/> class with specified settings.</para>
</summary>
<param name="columnName"></param>
<param name="groupInterval"></param>
<param name="groupIntervalNumericRange"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.DataSourceColumnBinding.ColumnName">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.DifferenceBinding">
<summary>
<para>Defines the difference calculation between values across a window.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.DifferenceBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.XtraPivotGrid.CalculationDirection,DevExpress.XtraPivotGrid.DifferenceTarget,DevExpress.XtraPivotGrid.DifferenceType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.DifferenceBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="direction"></param>
<param name="target"></param>
<param name="type"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.DifferenceBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.XtraPivotGrid.DifferenceTarget,DevExpress.XtraPivotGrid.DifferenceType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.DifferenceBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="target"></param>
<param name="type"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.ExpressionDataBinding">
<summary>
<para>Defines a calculation based on a string expression.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.ExpressionDataBinding.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ExpressionDataBinding"/> class with specified settings.</para>
</summary>
<param name="expression"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.FieldValueCell">
<summary>
<para>Represents a field value cell.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.FieldValueCell.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.FieldValueCell"/> class.</para>
</summary>
<param name="item">A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.FieldValueCell.DataField">
<summary>
<para>Gets the data field which identifies the cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the data field which identifies the cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.FieldValueCell.Field">
<summary>
<para>Gets the field whose value the cell represents.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the field whose value the cell represents.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.FieldValueCell.Parent">
<summary>
<para>Gets the parent of the current cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.FieldValueCell"/> object that represents the parent cell.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.FilterPanelMode">
<summary>
<para>Lists values that specify the Pivot Grid&#39;s Filter Panel mode.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.FilterPanelMode.Default">
<summary>
<para>A default mode. For v<span id="macro" data-macro-template="xx.x">20.1</span>, the default mode is Prefilter.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.FilterPanelMode.Filter">
<summary>
<para>The field filter values are displayed in the filter panel.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.FilterPanelMode.Prefilter">
<summary>
<para>The field filter values are not displayed in the filter panel.</para>
</summary>
</member>
<member name="N:DevExpress.Web.ASPxPivotGrid.HtmlControls">
<summary>
<para>Contains classes which provide the functionality for the ASPxPivotGrid control&#39;s rendering.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridDataAreaPopup">
<summary>
<para>Represents a popup panel that contains hidden field headers when the ASPxPivotGrid&#39;s display mode is <see cref="F:DevExpress.Web.ASPxPivotGrid.PivotDataHeadersDisplayMode.Popup"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridDataAreaPopup.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridDataAreaPopup"/> class with the specified owner.</para>
</summary>
<param name="pivotGrid">A <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object representing the owner of the created object.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.MenuItemEnum">
<summary>
<para>Lists values that identify menu items displayed within the Field Value Popup Menu and Field Header Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.FieldValueExpand">
<summary>
<para>Corresponds to the menu item used to expand/collapse individual field values. This menu item is displayed within the Field Value Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.FieldValueExpandAll">
<summary>
<para>Corresponds to the menu item used to expand/collapse all field values displayed within the row header area or column header area. This menu item is displayed within the Field Value Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.FieldValueSortBySummaryFields">
<summary>
<para>Corresponds to the menu item used to sort row or column field values by column or row summary value, respectively. This menu item is displayed within the Field Value Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderClearSorting">
<summary>
<para>Corresponds to the menu item used to clear sorting.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderHide">
<summary>
<para>Corresponds to the menu item used to hide individual field headers. This menu item is displayed within the Field Header Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderRefresh">
<summary>
<para>Corresponds to the menu item used to refresh the ASPxPivotGrid&#39;s data. This menu item is displayed within the Field Header Popup Menu.To refresh the control&#39;s data in code, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.ReloadData"/> method.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderShowFilter">
<summary>
<para></para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderShowList">
<summary>
<para>Corresponds to the menu item used to invoke the Customization Window that displays hidden fields. This menu item is displayed within the Field Header Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderShowPrefilter">
<summary>
<para>Corresponds to the menu item used to invoke the Prefilter Editor used to build complex filter expressions. This menu item is displayed within the Field Header Popup Menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderSortAscending">
<summary>
<para>Corresponds to the menu item used to apply sorting in ascending order.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.MenuItemEnum.HeaderSortDescending">
<summary>
<para>Corresponds to the menu item used to apply sorting in descending order.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.MovingCalculationBinding">
<summary>
<para>Defines aggregations across a specified number of values before and/or after the current value.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.MovingCalculationBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.Data.PivotGrid.PivotSummaryType,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.MovingCalculationBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="summaryType"></param>
<param name="prevCount"></param>
<param name="nextCount"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.MovingCalculationBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.XtraPivotGrid.CalculationDirection,DevExpress.Data.PivotGrid.PivotSummaryType,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.MovingCalculationBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="direction"></param>
<param name="summaryType"></param>
<param name="prevCount"></param>
<param name="nextCount"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PagerAlign">
<summary>
<para>Specifies the pager&#39;s position within the pivot grid.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PagerAlign.Center">
<summary>
<para>The pager is centered.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PagerAlign.Justify">
<summary>
<para>The pager is justified.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PagerAlign.Left">
<summary>
<para>The pager is left aligned.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PagerAlign.Right">
<summary>
<para>The pager is right aligned.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PercentOfTotalBinding">
<summary>
<para>Defines the calculation of a percentage of all values in the window.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PercentOfTotalBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PercentOfTotalBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.AddPopupMenuItem"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.MenuItemEnum)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs"/> class.</para>
</summary>
<param name="menuItem">A <see cref="T:DevExpress.Web.ASPxPivotGrid.MenuItemEnum"/> enumeration value that identifies the processed menu item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs.MenuItem"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs.Add">
<summary>
<para>Gets or sets whether the processed menu item should be displayed within the menu.</para>
</summary>
<value>true to show the menu item; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs.MenuItem">
<summary>
<para>Gets which menu item is currently being processed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.MenuItemEnum"/> enumeration value that identifies the menu item currently being processed.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.AddPopupMenuItem"/> event.</para>
</summary>
<param name="sender">The event sender.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAddPopupMenuItemEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldAreaChanging"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotArea,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotAreaChangingEventArgs.NewArea"/> property.</param>
<param name="newAreaIndex">A zero-based integer which specifies the field&#39;s index amongst the other fields displayed within the same area. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventArgs.NewAreaIndex"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventArgs.Allow">
<summary>
<para>Gets or sets whether the dragged field header can be dropped on the area it&#39;s currently located over.</para>
</summary>
<value>true to allow the operation; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotAreaChangingEventArgs.NewAreaIndex">
<summary>
<para>Gets the index of the field which is being dragged for the area it&#39;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&#39;s currently located.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldAreaChanging"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the pivot grid which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaChangingEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle">
<summary>
<para>Provides style settings for header areas.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs">
<summary>
<para>Provides data for events which are invoked for particular cells.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs"/> class.</para>
</summary>
<param name="cellItem">The <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCellItem"/> object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs.GetAbsoluteColumnIndex(System.Int32)">
<summary>
<para>Returns the column&#39;s absolute index by its visible index within the current page.</para>
</summary>
<param name="pageColumnVisibleIndex">An integer value that specifies the column&#39;s visible position within the current page.</param>
<returns>An integer value that specifies the column&#39;s absolute index.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCellBaseEventArgs.GetAbsoluteRowIndex(System.Int32)">
<summary>
<para>Returns the row&#39;s absolute index by its visible index within the current page.</para>
</summary>
<param name="pageRowVisibleIndex">An integer value that specifies the row&#39;s visible position within the current page.</param>
<returns>An integer value that specifies the row&#39;s absolute index.</returns>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCellDisplayTextEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellDisplayText"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCellDisplayTextEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellDisplayTextEventArgs"/> class.</para>
</summary>
<param name="cellItem">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCellItem"/> object which provides information on the processed cell.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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&#39;s display text.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCellDisplayTextEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellDisplayText"/> event.</para>
</summary>
<param name="sender">The event source. Identifies the ASPxPivotGrid control that raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellDisplayTextEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle">
<summary>
<para>Provides style settings for cells.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCellStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCellValueEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellValue"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCellValueEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellValueEventArgs"/> class with the specified setting.</para>
</summary>
<param name="cellItem">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCellItem"/> object which provides information on the processed cell.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCellValueEventArgs.Value">
<summary>
<para>Gets or sets the processed cell&#39;s value.</para>
</summary>
<value>An object which represents the processed cell&#39;s value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow">
<summary>
<para>A row in the datasource passed to the chart control.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotCellBaseEventArgs"/> object that contains information about a pivot grid cell that corresponds to the current datasource row.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object that contains information about the column field value that corresponds to the current datasource row.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object that contains information about the row field value that corresponds to the current datasource row.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCollapsedStateStoreMode">
<summary>
<para>Contains values that specify how the grid stores information about the collapsed rows/columns.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotCollapsedStateStoreMode.Indexes">
<summary>
<para>Collapsed rows/columns are identified by storing their indexes.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotCollapsedStateStoreMode.Values">
<summary>
<para>Collapsed rows/columns are identified by storing their corresponding field values.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomCallbackEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback"/> event.</para>
</summary>
<param name="sender">The event sender.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomCallbackEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellStyle"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.Web.ASPxPivotGrid.PivotCellStyle)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventArgs"/> class.</para>
</summary>
<param name="cellItem">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCellItem"/> object that represents the processed cell.</param>
<param name="cellStyle">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object that contains the style settings used to paint the processed cell. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventArgs.CellStyle"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventArgs.CellStyle">
<summary>
<para>Gets the style settings used to paint the processed cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object that contains the style settings used to paint the processed cell.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCellStyle"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomCellStyleEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomChartDataSourceData"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.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 <see cref="T:DevExpress.Web.ASPxPivotGrid.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&#39;s item to be represented in a ChartControl. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.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 pivot grid item. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemDataMember"/> property.</param>
<param name="fieldValueItem">A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.</param>
<param name="cellItem">A DevExpress.XtraPivotGrid.Data.PivotGridCellItem 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.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.Value"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.CellInfo">
<summary>
<para>Gets an object which contains information about a ASPxPivotGrid control&#39;s cell, whose value should be displayed in a WebChartControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellValueEventArgs"/> object.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.FieldValueInfo">
<summary>
<para>Gets an object which contains information about a field value to be displayed in a WebChartControl.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemDataMember">
<summary>
<para>Gets the type of a chart data member that will represent the current pivot grid item.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotChartItemDataMember"/> enumeration member that specifies the type of a chart data member that will represent the current pivot grid item.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.ItemType">
<summary>
<para>Gets a value representing the type of an ASPxPivotGrid control&#39;s item to be represented in a WebChartControl.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotChartItemType"/> enumeration value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs.Value">
<summary>
<para>Gets or sets a value to be displayed in a WebChartControl.</para>
</summary>
<value>A <see cref="T:System.Object"/> class descendant representing the value to be displayed.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomChartDataSourceData"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the pivot grid which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceDataEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceRowsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomChartDataSourceRows"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceRowsEventArgs.CreateRow(System.Object,System.Object,System.Object)">
<summary>
<para>Creates a <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow"/> instance that specifies a chart&#39;s series point with the specified argument, series and value.</para>
</summary>
<param name="series">The point&#39;s series. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Series"/> property of the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow"/> object.</param>
<param name="argument">The point&#39;s argument. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Argument"/> property of the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow"/> object.</param>
<param name="value">The point&#39;s value. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotChartDataSourceRowBase.Value"/> property of the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow"/> object.</param>
<returns>The created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow"/> instance that specifies a chart&#39;s series point.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceRowsEventArgs.Rows">
<summary>
<para>Gets the collection of chart datasource rows.</para>
</summary>
<value>A list of <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotChartDataSourceRow"/> objects that specify chart datasource rows.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceRowsEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomChartDataSourceRows"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomChartDataSourceRowsEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFieldValueCells"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.FindAllCells(System.Boolean,System.Predicate{System.Object[]})">
<summary>
<para></para>
</summary>
<param name="isColumn"></param>
<param name="match"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.FindCell(System.Boolean,System.Predicate{System.Object[]})">
<summary>
<para>Returns the header of the column/row whose summary values match the specified condition.</para>
</summary>
<param name="isColumn">true to locate a column; false to locate a row.</param>
<param name="match">A System.Predicate that specifies the condition used to locate the column/row.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.FieldValueCell"/> object, representing the header of the column/row whose summary values match the specified predicate; null if no columns/rows match the predicate.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.GetCell(System.Boolean,System.Int32)">
<summary>
<para>Returns the field value cell by its index.</para>
</summary>
<param name="isColumn">true to obtain the column field value cell; false to obtain the row field value cell.</param>
<param name="index">An integer value that specifies the zero-based index of the cell.</param>
<returns>A <see cref="T:DevExpress.Web.ASPxPivotGrid.FieldValueCell"/> object that represents the required cell; null if the index is out of bounds.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Web.ASPxPivotGrid.FieldValueCell},DevExpress.XtraPivotGrid.Data.FieldValueSplitData[])">
<summary>
<para>Splits all field value cells that match the specified condition.</para>
</summary>
<param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
<param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
<param name="cells">The <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Web.ASPxPivotGrid.FieldValueCell},System.Boolean,DevExpress.XtraPivotGrid.Data.FieldValueSplitData[])">
<summary>
<para>Splits all field value cells that match the specified condition, or only the first matching cell.</para>
</summary>
<param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
<param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
<param name="firstCellOnly">true to split only the first cell that matches the specified condition; false to split all cells that match the condition.</param>
<param name="cells">The <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Web.ASPxPivotGrid.FieldValueCell},System.Boolean,System.Collections.Generic.IList{DevExpress.XtraPivotGrid.Data.FieldValueSplitData})">
<summary>
<para>Splits all field value cells that match the specified condition, or only the first matching cell.</para>
</summary>
<param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
<param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
<param name="firstCellOnly">true to split only the first cell that matches the specified condition; false to split all cells that match the condition.</param>
<param name="cells">A list of <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFieldValueCellsEventArgs.Split(System.Boolean,System.Predicate{DevExpress.Web.ASPxPivotGrid.FieldValueCell},System.Collections.Generic.IList{DevExpress.XtraPivotGrid.Data.FieldValueSplitData})">
<summary>
<para>Splits all field value cells that match the specified condition.</para>
</summary>
<param name="isColumn">true to process column field value cells; false to process row field value cells.</param>
<param name="match">A System.Predicate that represents the condition used to define which cells should be split.</param>
<param name="cells">A list of <see cref="T:DevExpress.XtraPivotGrid.Data.FieldValueSplitData"/> objects that define how to split the cells.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFilterPopupItems"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridFilterItems)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs"/> class.</para>
</summary>
<param name="items">A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter drop-down items. This collection is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs.Items"/> property.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs.CheckAllItems(System.Boolean)">
<summary>
<para>Checks or unchecks all filter items in the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs.Items"/> collection.</para>
</summary>
<param name="isChecked">true to check the filter items; false to uncheck them.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs.Field">
<summary>
<para>Gets the field for which the event has been raised.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object, representing the field for which the event was raised.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotCustomFilterPopupItemsEventArgs.ShowBlanksItem">
<summary>
<para>Gets the &#39;Show Blanks&#39; filter item.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridFilterItem"/> object representing the &#39;Show Blanks&#39; filter item.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomGroupInterval"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the processed field. This value is assigned to the <see cref="P:DevExpress.XtraPivotGrid.PivotFieldEventArgsBase`1.Field"/> property.</param>
<param name="value">An object that represents a group value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs.GroupValue"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs.GroupValue">
<summary>
<para>Gets or sets a group value.</para>
</summary>
<value>An object that represents the group value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs.Value">
<summary>
<para>Gets the processed field value.</para>
</summary>
<value>An object that represents the processed field value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages">
<summary>
<para>Contains the settings that define images displayed in Customization Forms and <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotCustomizationControl"/> controls.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages"/> class.</para>
</summary>
<param name="owner">An object that implements the DevExpress.Web.Internal.ISkinOwner interface, representing the pivot grid or pivot customization control that owns the images.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.BottomPanelOnly1by4Layout">
<summary>
<para>Gets the settings that define the image displayed within the &#39;Areas Section Only (1 by 4)&#39; item of the Customization Form Layout context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.BottomPanelOnly2by2Layout">
<summary>
<para>Gets the settings that define the image displayed within the &#39;Areas Section Only (2 by 2)&#39; item of the Customization Form Layout context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.ColumnAreaHeaders">
<summary>
<para>Gets the settings that define the image displayed above the Column Area section of the Customization Form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.DataAreaHeaders">
<summary>
<para>Gets the settings that define the image displayed above the Data Area section of the Customization Form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.FieldListHeaders">
<summary>
<para>Gets the settings that define the image displayed above the Hidden Fields section of the Customization Form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.FilterAreaHeaders">
<summary>
<para>Gets the settings that define the image displayed above the Filter Area section of the Customization Form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.RowAreaHeaders">
<summary>
<para>Gets the settings that define the image displayed above the Row Area section of the Customization Form.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.StackedDefaultLayout">
<summary>
<para>Gets the settings that define the image displayed within the &#39;Fields Section and Areas Section Stacked&#39; item of the Customization Form Layout context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.StackedSideBySideLayout">
<summary>
<para>Gets the settings that define the image displayed within the &#39;Fields Section and Areas Section Side-By-Side&#39; item of the Customization Form Layout context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotCustomizationFormImages.TopPanelOnlyLayout">
<summary>
<para>Gets the settings that define the image displayed within the &#39;Fields Section Only&#39; item of the Customization Form Layout context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that represents the image settings.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotDataAreaPopupCreatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.DataAreaPopupCreated"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotDataAreaPopupCreatedEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridDataAreaPopup)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotDataAreaPopupCreatedEventArgs"/> class with the specified setting.</para>
</summary>
<param name="popup">A <see cref="T:DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridDataAreaPopup"/> object representing the popup panel containing hidden field headers.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotDataAreaPopupCreatedEventArgs.Popup">
<summary>
<para>Gets the popup panel displaying hidden field headers.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridDataAreaPopup"/> object representing the popup panel containing hidden field headers.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotDataHeadersDisplayMode">
<summary>
<para>Lists values that specify how data headers are displayed within the Data Header Area.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotDataHeadersDisplayMode.Default">
<summary>
<para>Data headers are displayed within the Data Header Area.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotDataHeadersDisplayMode.Popup">
<summary>
<para>The ASPxPivotGrid automatically hides data fields if there are three or more data fields. The minimum number of data fields, required to activate this feature, is specified by the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.DataHeadersPopupMinCount"/> property.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueDisplayText"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs.#ctor(DevExpress.PivotGrid.Utils.IFieldFormattableValue,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs"/> class with specified settings.</para>
</summary>
<param name="formattable"></param>
<param name="defaultText"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs.DisplayText">
<summary>
<para>Gets or sets the item&#39;s display text.</para>
</summary>
<value>A string value that specifies the item&#39;s display text.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs.IsPopulatingFilterDropdown">
<summary>
<para>Gets whether this event is raised to populate the filter dropdown.</para>
</summary>
<value>true if the event is raised to populate the filter dropdown; false if the event is raised to customize the display text of column and row headers.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs.Value">
<summary>
<para>Gets the processed item&#39;s value.</para>
</summary>
<value>An object which represents the item&#39;s value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueDisplayText"/> event.</para>
</summary>
<param name="sender">The event source. Identifies the ASPxPivotGrid control that raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldDisplayTextEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldEventArgs">
<summary>
<para>Provides data for all field handling events.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldEventHandler">
<summary>
<para>A method that will handle field events.</para>
</summary>
<param name="sender">The event source. Identifies the ASPxPivotGrid control that raised an event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldFilterChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldFilterChanging"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldFilterChangingEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotFilterType,System.Boolean,System.Collections.Generic.IList{System.Object})">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldFilterChangingEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.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">true if records that contain NULL values in the current field are processed by the control; false if these records are ignored.</param>
<param name="values">A collection of filter values.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldFilterChangingEventArgs.Cancel">
<summary>
<para>Gets or sets whether to cancel changing the filter condition.</para>
</summary>
<value>true to cancel changing the filter condition; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldFilterChangingEventArgs.Values">
<summary>
<para>Gets the collection of filter values about to be assigned to the filter.</para>
</summary>
<value>A list of objects representing field filter values.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldFilterChangingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldFilterChanging"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldFilterChangingEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldPropertyChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldPropertyChanged"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldPropertyChangedEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.PivotFieldPropertyName)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldPropertyChangedEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldPropertyChangedEventArgs.PropertyName"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldPropertyChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldPropertyChanged"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldPropertyChangedEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedCancelEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueCollapsing"/> and <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueExpanding"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedCancelEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedCancelEventArgs"/> class.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotFieldValueItem"/> object which represents the item currently being processed.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedCancelEventArgs.Cancel">
<summary>
<para>Gets or sets whether the field value can be expanded/collapsed.</para>
</summary>
<value>true to cancel the operation; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedCancelEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueCollapsing"/> and <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueExpanding"/> events.</para>
</summary>
<param name="sender">The event source. This parameter identifies the ASPxPivotGrid which raised an event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedCancelEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueCollapsed"/> and <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueExpanded"/> events.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object, which is 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.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs"/> class.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotFieldValueItem"/> object which represents the item currently being processed.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.CreateDrillDownDataSource">
<summary>
<para>Returns data records associated with the current 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.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.CreateDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>Returns data records used to calculate a summary value for the current field. Allows you to specify the columns and limit the number of records to return.</para>
</summary>
<param name="maxRowCount">An integer value that specifies the maximum number of data rows to return. Set it to &#0045;1 to retrieve all rows.</param>
<param name="customColumns">A list of columns in a data source to return.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.CreateOLAPDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>In OLAP mode, returns a list of records used to calculate a summary value for the current field. 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. &#0045;1 to retrieve all rows.</param>
<param name="customColumns">A list of columns in a data source, to be returned.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.CreateServerModeDrillDownDataSource(System.Int32,System.Collections.Generic.List{System.String})">
<summary>
<para>In server mode, returns a list of records used to calculate a summary value for the current field. 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. &#0045;1 to retrieve all rows.</param>
<param name="customColumns">A list of columns in a data source, to be returned.</param>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains the underlying data.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.CustomTotal">
<summary>
<para>Gets a custom total to which the processed field value corresponds.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotal"/> object that represents the custom total to which the processed field value corresponds. null (Nothing in Visual Basic) if the field value doesn&#39;t correspond to a custom total.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.DataField">
<summary>
<para>Gets the data field which identifies the field value.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents the data field which identifies the field value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.FieldIndex">
<summary>
<para>Gets the position of the processed field in the header area.</para>
</summary>
<value>A zero-based integer value that specifies the position of the processed field in the header area.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.GetCellValue(System.Int32,System.Int32)">
<summary>
<para>Returns the specified cell&#39;s value.</para>
</summary>
<param name="columnIndex">An integer value that identifies the column that contains the cell.</param>
<param name="rowIndex">An integer value that identifies the absolute index of the row that owns the cell. To obtain the absolute row index by its index within the current page, use the <see cref="M:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GetAbsoluteRowIndex(System.Int32)"/> method.</param>
<returns>An object that represents the specified cell&#39;s value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.GetFieldValue(DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Int32)">
<summary>
<para>Returns the specified field value.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents 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.</param>
<returns>An object that represents the field value.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.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.Web.ASPxPivotGrid.PivotGridField"/> objects that represent parent fields for the field value currently being processed.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.GetHigherLevelFieldValue(DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.IsCollapsed">
<summary>
<para>Indicates whether the processed field value is collapsed.</para>
</summary>
<value>true if the field value is collapsed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.IsColumn">
<summary>
<para>Gets whether the processed field value belongs to a column or row field.</para>
</summary>
<value>true if the processed field value belongs to a column field; false if the processed field value belongs to a row field.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.IsOthersValue">
<summary>
<para>Gets whether the current header corresponds to the &quot;Others&quot; row/column.</para>
</summary>
<value>true if the current header corresponds to the &quot;Others&quot; row/column; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.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.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.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.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.Value">
<summary>
<para>Gets the column field or row field value to which the currently processed column/row header corresponds.</para>
</summary>
<value>An object which represents the field value currently being processed.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.Values">
<summary>
<para>Gets the outer field values in the processed row/column.</para>
</summary>
<value>An array of objects that represent outer field values in the processed row/column.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs.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.Web.ASPxPivotGrid.PivotFieldStateChangedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueCollapsed"/> and <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.FieldValueExpanded"/> events.</para>
</summary>
<param name="sender">The event source. This parameter identifies the ASPxPivotGrid which raised an event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldStateChangedEventArgs"/> object which contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs">
<summary>
<para>Serves as a base for classes that provide data for events used to customize field values.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> class with the specified field.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotFieldValueEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> class.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotFieldValueItem"/> object that contains information used to initialize a new object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> class with specified settings.</para>
</summary>
<param name="item"></param>
<param name="field"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridCustomTotal"/> object that is the custom total which the processed header corresponds to.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs.Data">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventHandler">
<summary>
<para>A method that will handle events used to customize field values.</para>
</summary>
<param name="sender">The event source. Identifies the ASPxPivotGrid control that raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle">
<summary>
<para>Provides style settings for field values.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle.CopyFrom(System.Web.UI.WebControls.Style)">
<summary>
<para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> class.</para>
</summary>
<param name="source">A <see cref="T:System.Web.UI.WebControls.Style"/> object from which the settings will be copied.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle.TopAlignedRowValues">
<summary>
<para>Gets or sets whether row values are top-aligned.</para>
</summary>
<value>true if row values are top-aligned; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonPanelStyle">
<summary>
<para>Provides style settings used to paint filter button panel.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonPanelStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonPanelStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonStyle">
<summary>
<para>Provides style settings for filter buttons.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFilterItemStyle">
<summary>
<para>Provides style settings used to paint filter items within the filter dropdown.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFilterItemStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterItemStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotFilterStyle">
<summary>
<para>Provides style settings used to paint the filter dropdown.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotFilterStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventArgs">
<summary>
<para>Provides data for the events related to saving/loading the pivot grid&#39;s callback state.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventArgs.#ctor(System.String)">
<summary>
<para>Initializes a new <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventArgs"/> object with the specified setting.</para>
</summary>
<param name="callbackState">A string value specifying the callback state containing &#39;property name&#39; / &#39;value&#39; pairs.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventArgs.CallbackState">
<summary>
<para>Gets or sets the ASPxPivotGrid&#39;s callback state.</para>
</summary>
<value>A string value specifying the pivot grid&#39;s callback state.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventArgs.Handled">
<summary>
<para>Gets or sets whether a callback state saving/loading operation is handled manually, so no default processing is required.</para>
</summary>
<value>true, to use the custom callback state saving/loading mechanism; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventHandler">
<summary>
<para>A method that will handle events related to storing and loading the pivot grid&#39;s callback state.</para>
</summary>
<param name="sender">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control that raised the event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCallbackStateEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer">
<summary>
<para>Represents a container for a template that is used to render cells.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer"/> class.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem"/> object that contains the necessary information on the rendered cell.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.ColumnField">
<summary>
<para>Gets the innermost column field to which the rendered cell corresponds.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents the column field.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.DataField">
<summary>
<para>Gets the data field that identifies the column to which the rendered cell belongs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that identifies the column to which the rendered cell belongs.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.GetFieldValue(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Returns the value of the specified column or row field which identifies the column/row in which the rendered cell resides.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.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 rendered cell resides. null (Nothing in Visual Basic) if the specified field isn&#39;t a column or row field.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.Item">
<summary>
<para>Gets an object that contains the necessary information on the rendered cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem"/> object containing the necessary information on the rendered cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.RowField">
<summary>
<para>Gets the innermost row field which corresponds to the rendered cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents the row field.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.Text">
<summary>
<para>Gets the display text of the cell currently being rendered.</para>
</summary>
<value>A string that represents the cell&#39;s display text.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateContainer.Value">
<summary>
<para>Gets the data value calculated for the cell currently being rendered.</para>
</summary>
<value>An object that represents the rendered cell&#39;s data value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem">
<summary>
<para>Contains data that can be used for data binding of a cell template&#39;s child controls.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridCellItem,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem"/> class.</para>
</summary>
<param name="cellItem">A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotGridCellItem"/> object which provides information on the processed cell.</param>
<param name="text">A string that represents the cell&#39;s display text.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.ColumnField">
<summary>
<para>Gets the innermost column field to which the processed cell corresponds.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents the column field.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.ColumnFieldIndex">
<summary>
<para>Gets the index of the field to which the templated cell belongs.</para>
</summary>
<value>An integer value representing the corresponding field&#39;s index.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.ColumnIndex">
<summary>
<para>Gets the visual index of the column that contains the processed cell.</para>
</summary>
<value>An integer value which specifies the visual index of the column that contains the processed cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.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.Web.ASPxPivotGrid.PivotGridCellTemplateItem.CreateDrillDownDataSource">
<summary>
<para>Returns data records associated with the current field value.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraPivotGrid.PivotDrillDownDataSource"/> object that contains data records associated with the processed field value.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.DataField">
<summary>
<para>Gets the data field that identifies the column to which the processed cell belongs.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that identifies the column to which the processed cell belongs.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetCellValue(DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridField"/> object that specifies the data field, against which the required cell value is calculated.</param>
<returns>Value displayed in the specified cell; null (Nothing in Visual Basic) if the cell has not been found.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetCellValue(System.Object[],System.Object[],DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetColumnFields">
<summary>
<para>Returns an array of column fields which correspond to the processed cell.</para>
</summary>
<returns>An array of column fields.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetColumnGrandTotal(DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetColumnGrandTotal(System.Object[],DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridField"/> object that specifies the data field, against which the required Column Grand Total is calculated.</param>
<returns>The column grand total value calculated against the specified data field and from the specified row values.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetFieldValue(DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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. null (Nothing in Visual Basic) if the specified field is not a column or row field.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetGrandTotal(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Gets the grand total for the specified field.</para>
</summary>
<param name="dataField">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents the field whose Grand Total is returned.</param>
<returns>An object which represents the Grand Total.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetRowFields">
<summary>
<para>Returns an array of row fields that correspond to the processed cell.</para>
</summary>
<returns>An array of row fields.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetRowGrandTotal(DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridCellTemplateItem.GetRowGrandTotal(System.Object[],DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridCellTemplateItem.IsFieldValueExpanded(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Indicates whether the specified field&#39;s value that represents a row or column header of the processed cell is expanded.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents a field in a pivot grid.</param>
<returns>true if the field value is expanded; otherwise, false.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.IsFieldValueRetrievable(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>For internal use only.</para>
</summary>
<param name="field"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.IsOthersFieldValue(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Indicates whether the processed data cell resides within the &quot;Others&quot; row/column when the Top N Value feature is enabled.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that represents a field.</param>
<returns>true if the data cell resides within the &quot;Others&quot; row/column; otherwise, false.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.RowField">
<summary>
<para>Gets the innermost row field which corresponds to the processed cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents the row field.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.RowFieldIndex">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value>An integer value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.RowIndex">
<summary>
<para>Gets the visual index of the row that contains the processed cell.</para>
</summary>
<value>An integer value which specifies the visual index of the row that contains the processed cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.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.Web.ASPxPivotGrid.PivotGridCellTemplateItem.SummaryValue">
<summary>
<para>Gets the summary value currently being processed.</para>
</summary>
<value>The summary value currently being processed.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.Text">
<summary>
<para>Gets the display text of the cell currently being rendered.</para>
</summary>
<value>A string that represents the cell&#39;s display text.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCellTemplateItem.Value">
<summary>
<para>Gets the value of the cell currently being rendered.</para>
</summary>
<value>An object that represents the cell&#39;s value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents">
<summary>
<para>Contains a list of the client-side events available for the pivot grid control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents"/> class. For internal use only.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.AfterCallback">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="P:js-ASPxClientPivotGrid.AfterCallback"/> event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.BeforeCallback">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="P:js-ASPxClientPivotGrid.BeforeCallback"/> event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.BeginCallback">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code that will handle the client BeginCallback event.</para>
</summary>
<value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.CallbackError">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client pivot grid&#39;s <see cref="P:js-ASPxClientPivotGrid.CallbackError"/> event.</para>
</summary>
<value>A <see cref="T:System.String"/> that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.CellClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientPivotGrid.CellClick"/> client event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.CellDblClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the <see cref="P:js-ASPxClientPivotGrid.CellDblClick"/> client event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.CustomizationFieldsVisibleChanged">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client pivot grid&#39;s <see cref="P:js-ASPxClientPivotGrid.CustomizationFieldsVisibleChanged"/> event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.EndCallback">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code that will handle the client EndCallback event.</para>
</summary>
<value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.Init">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client Init event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridClientSideEvents.PopupMenuItemClick">
<summary>
<para>Gets or sets the name of the JavaScript function or the entire code which will handle a client pivot grid&#39;s <see cref="P:js-ASPxClientPivotGrid.PopupMenuItemClick"/> event.</para>
</summary>
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomCallbackEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomCallbackEventArgs.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomCallbackEventArgs"/> class.</para>
</summary>
<param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomCallbackEventArgs.Parameters"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomCallbackEventArgs.Parameters">
<summary>
<para>Gets a string that contains specific information (if any) passed from the client-side.</para>
</summary>
<value>A string value that contains specific information collected on the client side and passed to the event for further server-side processing.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFieldSort"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs"/> class with specified settings.</para>
</summary>
<param name="data"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.Field">
<summary>
<para>Gets the field whose values are being compared.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents the field whose values are being compared.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.GetListSourceColumnValue(System.Int32,System.String)">
<summary>
<para>Gets the specified field&#39;s value in the specified row in the control&#39;s underlying data source.</para>
</summary>
<param name="listSourceRowIndex">An integer value which identifies the row in the data source.</param>
<param name="columnName">A string which specifies the required field name.</param>
<returns>An object which represents the field&#39;s value in the control&#39;s data source.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.Handled">
<summary>
<para>Gets or sets whether a comparison operation is being handled and therefore no default processing is required.</para>
</summary>
<value>true if a comparison operation is being handled; otherwise false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.ListSourceRowIndex1">
<summary>
<para>Gets the index in the data source of the first of the two rows being compared.</para>
</summary>
<value>An integer value that specifies the index of the first row in the data source.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.ListSourceRowIndex2">
<summary>
<para>Gets the index in the data source of the second of the two rows being compared.</para>
</summary>
<value>An integer value that specifies the index of the second row in the data source.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.Result">
<summary>
<para>Gets or sets the result of a custom comparison.</para>
</summary>
<value>An integer value that specifies the custom comparison&#39;s result.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.SortLocation">
<summary>
<para>Gets a target UI element to whose values sorting is applied.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortLocation"/> enumeration value that specifies a target UI element.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.SortOrder">
<summary>
<para>Gets the sort order applied to the field.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotSortOrder"/> value that represents the field&#39;s sort order.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.Value1">
<summary>
<para>Gets the first value being compared.</para>
</summary>
<value>An object that represents the first value being compared.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs.Value2">
<summary>
<para>Gets the second value being compared.</para>
</summary>
<value>An object that represents the second value being compared.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomFieldSort"/> event.</para>
</summary>
<param name="sender">The event sender. Identifies the ASPxPivotGrid control that raised an event.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomFieldSortEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomGroupIntervalEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomGroupInterval"/> event.</para>
</summary>
<param name="sender">The event sender.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCustomGroupIntervalEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomSummaryEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomSummary"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomSummaryEventArgs.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.Data.PivotGrid.NativeCustomSummaryInfoCore)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomSummaryEventArgs"/> class with specified settings.</para>
</summary>
<param name="data"></param>
<param name="field"></param>
<param name="customSummaryInfo"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomSummaryEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomSummary"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomSummaryEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.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.Web.ASPxPivotGrid.PivotGridCustomTotal.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotal"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotal.#ctor(DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotal"/> class.</para>
</summary>
<param name="summaryType">A <see cref="T:DevExpress.Data.PivotGrid.PivotSummaryType"/> enumeration value that specifies the summary function type.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection">
<summary>
<para>Represents a collection of custom totals for a field.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection.#ctor(DevExpress.XtraPivotGrid.PivotGridCustomTotalBase[])">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection"/> class.</para>
</summary>
<param name="totals">An array of the <see cref="T:DevExpress.XtraPivotGrid.PivotGridCustomTotalBase"/> objects representing collections of a field&#39;s custom totals.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection.#ctor(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection"/> class.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> object representing a field to which the current collection belongs.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection"/>.</para>
</summary>
<param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotal"/> object representing the item located at the specified index within the collection.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridEmptyAreaTemplateContainer">
<summary>
<para>Represents a container for a template that is used to render the empty area.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridEmptyAreaTemplateContainer.#ctor(DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridEmptyAreaTemplateContainer"/> class.</para>
</summary>
<param name="area">One of the <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration values representing the area for which the current container is being instantiated.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridEmptyAreaTemplateContainer.Area">
<summary>
<para>Gets the area for which the template&#39;s content is being instantiated.</para>
</summary>
<value>One of the <see cref="T:DevExpress.XtraPivotGrid.PivotArea"/> enumeration values.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridField">
<summary>
<para>Represents a field within the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridField.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> class.</para>
</summary>
<param name="data">A DevExpress.XtraPivotGrid.Data.PivotGridData object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridField.#ctor(System.String,DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> class with the specified field name and location.</para>
</summary>
<param name="fieldName">A string that identifies the name of the database field that will be assigned to the new PivotGridField object.</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.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.AllowedAreas">
<summary>
<para>Gets or sets the areas within which the field can be positioned.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridAllowedAreas"/> value that specifies which areas the field can be positioned in.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridField.Assign(DevExpress.XtraPivotGrid.PivotGridFieldBase)">
<summary>
<para>Copies the public properties from the specified object to the current one.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridFieldBase"/> descendant whose properties are copied to the current object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.CellFormat">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.CellStyle">
<summary>
<para>Gets style settings for cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object which contains style settings used to paint cells.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.CustomTotals">
<summary>
<para>Gets the current field&#39;s custom total collection.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotalCollection"/> object which represent the custom totals&#39; collection.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.ExportBestFit">
<summary>
<para>Gets or sets whether the columns corresponding to the current field should be resized to the minimum width required to completely display their contents when exporting the pivot grid.</para>
</summary>
<value>true to apply the Best-Fit feature to the field when exporting the pivot grid; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.FieldName">
<summary>
<para>Gets or sets the name of the database field that is assigned to the current <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object.</para>
</summary>
<value>A <see cref="T:System.String"/> value which is the name of the data field.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.GrandTotalCellFormat">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.GroupIndex">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.HeaderStyle">
<summary>
<para>Gets the field&#39;s style settings.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle"/> object which contains style settings used to paint the field&#39;s header.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.HeaderTemplate">
<summary>
<para>Gets or sets a template used to display the content of the field&#39;s header.</para>
</summary>
<value>An object that supports the System.Web.UI.ITemplate interface and contains the custom content for the field&#39;s header.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.ID">
<summary>
<para>Gets or sets the field&#39;s unique identifier name.</para>
</summary>
<value>A string which specifies the field&#39;s unique identifier.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.InnerGroupIndex">
<summary>
<para>This member supports the .NET Framework infrastructure and cannot be used directly from your code.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.Name">
<summary>
<para>Gets or sets the field&#39;s unique name.</para>
</summary>
<value>A string value that specifies the field&#39;s unique name.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.Options">
<summary>
<para>Contains the field&#39;s options.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptions"/> object which contains the field&#39;s options.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.OptionsFilter">
<summary>
<para>Provides access to options specifying the filter popup appearance and behavior for the current field.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptionsFilter"/> value containing filter popup options.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.SortBySummaryInfo">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.TotalCellFormat">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.TotalValueFormat">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.ValueFormat">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.ValueStyle">
<summary>
<para>Gets style settings used to paint field values.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> object that contains style settings used to paint field values.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.ValueTemplate">
<summary>
<para>Gets or sets a template to display the content of the field&#39;s value cells.</para>
</summary>
<value>An object supporting the System.Web.UI.ITemplate interface that contains the custom content for the field&#39;s values.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.ValueTotalStyle">
<summary>
<para>Gets style settings used to paint totals.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> object that contains style settings used to paint totals.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridField.Width">
<summary>
<para>Gets or sets the width of columns that correspond to the current field when the pivot grid is exported.</para>
</summary>
<value>An integer value specifying the width of columns that correspond to the current field when the pivot grid is exported.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection">
<summary>
<para>Represents a field collection for the ASPxPivotGrid control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection"/> class.</para>
</summary>
<param name="data">A DevExpress.XtraPivotGrid.Data.PivotGridData object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection.Add(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Appends the specified field to the collection.</para>
</summary>
<param name="field">The <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that will be added to the collection.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.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.</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.</param>
<returns>The <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that has been added to the collection.</returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection.AddDataSourceColumn(System.String,DevExpress.XtraPivotGrid.PivotArea)">
<summary>
<para></para>
</summary>
<param name="columnName"></param>
<param name="area"></param>
<returns></returns>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection.AddField(DevExpress.Web.ASPxPivotGrid.PivotGridField)">
<summary>
<para>Adds the specified field to the end of the collection.</para>
</summary>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object representing the field to add to the collection.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection.GetFieldByClientID(System.String)">
<summary>
<para>This member supports the internal infrastructure and cannot be used directly from your code.</para>
</summary>
<param name="clientID"></param>
<returns></returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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&#39;s position within the collection. If negative or exceeds the last available index, an exception is raised.</param>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents a field at the specified position.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldCollection.Item(System.String)">
<summary>
<para>Gets the field with the specified id, name of the bound database field or caption.</para>
</summary>
<param name="id_fieldName_Caption">A string value which specified the field&#39;s id, name of the bound database field or the field&#39;s caption.</param>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents a field with the specified id, name of the bound database field or caption.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer">
<summary>
<para>Represents a container for the templates used to render field value cells.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer"/> class.</para>
</summary>
<param name="item">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem"/> object that contains the necessary information on the rendered field value.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.CreateFieldValue">
<summary>
<para>Creates the content of the processed field value cell.</para>
</summary>
<returns>A PivotGridFieldValueHtmlCell object representing the field value cell.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.Field">
<summary>
<para>Gets a field for which the template&#39;s content is being instantiated.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object representing the field being rendered.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.HtmlText">
<summary>
<para>Gets the display text of the field value currently being rendered.</para>
</summary>
<value>A string that represents the field value&#39;s display text. &#39; &#39; if the field&#39;s value is an empty string.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.Item">
<summary>
<para>Gets an object that contains the necessary information on the rendered field value.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem"/> object containing the necessary information on the rendered cell.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.MaxIndex">
<summary>
<para>Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the rendered field value.</para>
</summary>
<value>An integer value that specifies the maximum row or column index that corresponds to the rendered field value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.MinIndex">
<summary>
<para>Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the rendered field value.</para>
</summary>
<value>An integer value that specifies the minimum row or column index that corresponds to the rendered field value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.Text">
<summary>
<para>Gets the display text of the field value currently being rendered.</para>
</summary>
<value>A string that represents the field value&#39;s display text.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.Value">
<summary>
<para>Gets the data value of the field value currently being rendered.</para>
</summary>
<value>An object that represents the rendered field value&#39;s data value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateContainer.ValueItem">
<summary>
<para>Gets an object that contains the necessary information on the rendered field value.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotFieldValueItem"/> object containing the necessary information on the rendered field value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem">
<summary>
<para>Contains data that can be used for data binding of a field value template&#39;s child controls.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.#ctor(System.String,DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.XtraPivotGrid.Data.PivotFieldValueItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem"/> class with the specified settings.</para>
</summary>
<param name="id"></param>
<param name="field"></param>
<param name="item"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.CollapsedImage">
<summary>
<para>Gets the settings which define the image within the field&#39;s expand button when the field is collapsed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object which contains settings that define the image which corresponds to the field&#39;s collapsed state.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.CollaspedImage">
<summary>
<para>Gets the settings, which define the image displayed within the corresponding field value in the collapsed state.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object which contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.Field">
<summary>
<para>Gets the field being processed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object which represents a field currently being processed.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.ImageOnClick">
<summary>
<para>Gets the java script code that realizes a field value&#39;s expanding/collapsing functionality.</para>
</summary>
<value>A string value representing the script that expands or collapses the related field value.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.IsAnyFieldSortedByThisValue">
<summary>
<para>Gets whether any field is sorted by the processed field value.</para>
</summary>
<value>true if any field is sorted by the value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueTemplateItem.ValueItem">
<summary>
<para>Gets an object that contains the necessary information on the processed field value.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.Data.PivotFieldValueItem"/> object containing the necessary information on the processed field value.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderFilterListBoxSearchUIVisibility">
<summary>
<para>Lists values that specify whether a search control in the popup filter is visible or hidden.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderFilterListBoxSearchUIVisibility.Auto">
<summary>
<para>The search control visibility is determined by the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter.ShowListBoxSearchUI"/> setting.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderFilterListBoxSearchUIVisibility.Hidden">
<summary>
<para>The search control in the popup filter is hidden.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderFilterListBoxSearchUIVisibility.Visible">
<summary>
<para>The search control in the popup filter is visible.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer">
<summary>
<para>Represents a container for the templates used to render field headers.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer"/> class.</para>
</summary>
<param name="item">An object containing the necessary information on the rendered field header.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer.CreateHeader">
<summary>
<para>Creates the content of the processed field&#39;s header.</para>
</summary>
<returns>A PivotGridHeaderHtmlTable object representing the field&#39;s header table.</returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridHeaderTemplateContainer.Field">
<summary>
<para>Gets a field for which the template&#39;s content is being instantiated.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object representing a field whose header is being rendered.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties">
<summary>
<para>Contains the settings which define the image that can be displayed within the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> class with default parameters.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> class with the specified owner.</para>
</summary>
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface, representing the owner of the created object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> class with an image with the specified URL.</para>
</summary>
<param name="url">A <see cref="T:System.String"/> that represents the URL of the image that will be represented by the created object. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url"/> property.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridImages">
<summary>
<para>Contains the settings that define images displayed within the pivot grid&#39;s elements.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridImages.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImages"/> class with the specified owner.</para>
</summary>
<param name="owner">An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object that represents the owner of the created object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.CustomizationFieldsBackground">
<summary>
<para>Gets the settings which define the image displayed as the Customization window&#39;s background.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.CustomizationFieldsClose">
<summary>
<para>Gets the settings which define the image displayed within the Customization window&#39;s Close button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.DataHeadersPopup">
<summary>
<para>Gets the settings that define the image displayed within the Data Header Area when data fields are temporarily hidden.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.DragArrowDown">
<summary>
<para>Gets the settings which define the arrow down image displayed during drag operations.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.DragArrowLeft">
<summary>
<para>Gets the settings which define the left arrow image displayed during drag operations.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.DragArrowRight">
<summary>
<para>Gets the settings which define the right arrow image displayed during drag operations.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.DragArrowUp">
<summary>
<para>Gets the settings which define the arrow up image displayed during drag operations.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.DragHideField">
<summary>
<para>Gets the settings which define the hide field image displayed during drag operations.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.FieldValueCollapsed">
<summary>
<para>Gets the settings which define the image displayed within the field&#39;s expand button when the field is collapsed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.FieldValueExpanded">
<summary>
<para>Gets the settings which define the image displayed within the field&#39;s expand button when the field is expanded.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.FilterWindowSizeGrip">
<summary>
<para>Gets the settings that define the size grip image within the Filter Window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.GroupSeparator">
<summary>
<para>Gets the settings that define the image displayed between fields in a group.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.HeaderActiveFilter">
<summary>
<para>Gets the settings that define the image displayed within the filter button when filtering is applied.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.HeaderFilter">
<summary>
<para>Gets the settings that define the image displayed within the filter button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.HeaderSortDown">
<summary>
<para>Gets the settings that define the image that indicates the descending sort order of fields.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.HeaderSortUp">
<summary>
<para>Gets the settings that define the image that indicates the ascending sort order of fields.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.PrefilterButton">
<summary>
<para>Gets the settings of an image displayed within the prefilter button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.SortByColumn">
<summary>
<para>Gets the settings that define the image displayed within column or row headers. This image indicates that column or row field values are sorted by this column/row summary&#39;s values.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridImages.TreeViewNodeLoadingPanel">
<summary>
<para>Gets the settings that define the image displayed near the group filter node while it is expanding.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridImageProperties"/> object that contains image settings.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridMenuItemStyle">
<summary>
<para></para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridMenuItemStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridMenuItemStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridMenuStyle">
<summary>
<para></para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridMenuStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridMenuStyle"/> class.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles">
<summary>
<para>Provides the style settings used to paint the pivot grid&#39;s pager.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid)">
<summary>
<para>Initializes a new instnace of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles"/> class with the specified owner.</para>
</summary>
<param name="grid">An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object that represents the owner of the created object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles.ToString">
<summary>
<para>Returns the textual representation of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPagerStyles"/> object.</para>
</summary>
<returns>A <see cref="F:System.String.Empty"/> value.</returns>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType">
<summary>
<para>Lists values that identify a popup menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType.FieldListMenu">
<summary>
<para>Corresponds to the Customization Form Layout popup menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType.FieldValueMenu">
<summary>
<para>Corresponds to the Field Value popup menu.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType.HeaderMenu">
<summary>
<para>Corresponds to the Field Header popup menu.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions">
<summary>
<para>Lists values that specify which options are reset before loading the layout.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.All">
<summary>
<para>All options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.None">
<summary>
<para>No options reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsBehavior">
<summary>
<para>Behavior options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsChartDataSource">
<summary>
<para>Options related to the Chart control integration are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsCustomization">
<summary>
<para>Customization options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsData">
<summary>
<para>Data options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsDataField">
<summary>
<para>Options related to the presentation of data fields are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsFilterPopup">
<summary>
<para>Filter drop-down options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsLoadingPanel">
<summary>
<para>Loading Panel options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsOLAP">
<summary>
<para>OLAP options are reset.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions.OptionsPager">
<summary>
<para>Pager options are reset.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridStyles">
<summary>
<para>Provides the style settings used to paint the elements within the pivot grid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridStyles"/> class with the specified owner.</para>
</summary>
<param name="pivotGrid">An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object to which the created object belongs.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.AreaStyle">
<summary>
<para>Gets the style settings used to paint all pivot grid header areas, including the column header area, row header area, data header area, and filter header area.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.AreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CellsAreaStyle">
<summary>
<para>Gets the style settings used to paint a data cell area.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.SerializableStyle object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CellsAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CellsSCContentTableName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CellStyle">
<summary>
<para>Gets the style settings used to paint cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ColumnAreaStyle">
<summary>
<para>Gets the style settings used to paint the column header area.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ColumnAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ColumnFieldValuesAreaStyle">
<summary>
<para>Gets the style settings used to paint a column field value area.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.SerializableStyle object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ColumnFieldValuesAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ColumnSCContentTableName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsCloseButtonStyle">
<summary>
<para>Gets the style settings used to paint the close button within the Customization Fields window.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPopupWindowButtonStyle object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsCloseButtonStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsContentStyle">
<summary>
<para>Gets the style settings used to paint the Customization Fields window&#39;s content.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPopupWindowContentStyle object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsContentStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsHeaderStyle">
<summary>
<para>Gets the style settings used to paint the Customization Fields window&#39;s header.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPopupWindowStyle object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsHeaderStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsStyle">
<summary>
<para>Gets the style settings used to paint the Customization Fields window.</para>
</summary>
<value>An object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomizationFieldsStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomTotalCellStyle">
<summary>
<para>Gets the style settings used to paint cells within custom totals.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.CustomTotalCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.DataAreaStyle">
<summary>
<para>Gets the style settings used to paint the data header area.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.DataAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.EmptyAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FieldValueGrandTotalStyle">
<summary>
<para>Gets the style settings used to paint field values corresponding to grand totals .</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FieldValueGrandTotalStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FieldValueStyle">
<summary>
<para>Gets the style settings used to paint field values.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FieldValueStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FieldValueTotalStyle">
<summary>
<para>Gets the style settings used to paint field values corresponding to totals.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFieldValueStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FieldValueTotalStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterAreaStyle">
<summary>
<para>Gets the style settings used to paint the filter header area.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterButtonPanelStyle">
<summary>
<para>Gets the style settings used to paint filter button panels.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonPanelStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterButtonPanelStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterButtonStyle">
<summary>
<para>Gets the style settings used to paint the filter buttons.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterButtonStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterButtonStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterItemsAreaStyle">
<summary>
<para>Gets the style settings used to paint the items area within the filter window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterItemsAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterItemStyle">
<summary>
<para>Gets the style settings used to paint items within the filter window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterItemStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterItemStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterWindowStyle">
<summary>
<para>Gets the style settings used to paint the filter window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotFilterStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.FilterWindowStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.GrandTotalCellStyle">
<summary>
<para>Gets the style settings used to paint grand total cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.GrandTotalCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.HeaderStyle">
<summary>
<para>Gets the style settings used to paint the grid&#39;s headers (column header area, row header area, data header area).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.HeaderStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.HorizontalScrollBarEmptyCellStyle">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.HorizontalScrollBarEmptyCellStyleName">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.HorzScrollBarContainerCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.HorzScrollBarRowAreaCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.KPICellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.LoadingDiv">
<summary>
<para>Gets the style settings used to paint a rectangle displayed above the ASPxPivotGrid while waiting for a callback response.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridLoadingDivStyle object that contains style settings used to paint a rectangle displayed above the ASPxPivotGrid while waiting for a callback response.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.LoadingPanel">
<summary>
<para>Gets the style settings used to paint the Loading Panel.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridLoadingPanelStyle object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.MenuItemStyle">
<summary>
<para>Gets the style settings used to paint the context menu&#39;s items.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridMenuItemStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.MenuItemStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.MenuStyle">
<summary>
<para>Gets the style settings used to paint the context menu.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridMenuStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.MenuStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PivotTableContainerDivName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderButtonAreaStyle">
<summary>
<para>Gets the style settings used to paint a prefilter&#39;s footer that displays buttons.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.SerializableStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderButtonAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderCloseButtonStyle">
<summary>
<para>Gets the style settings used to paint the prefilter&#39;s Close button.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderCloseButtonStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderHeaderStyle">
<summary>
<para>Gets the style settings used to paint the prefilter&#39;s header.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderHeaderStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderMainAreaStyle">
<summary>
<para>Gets the style settings used to paint the prefilter&#39;s content area.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.SerializableStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderMainAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderModalBackgroundStyle">
<summary>
<para>Gets style settings that define the appearance of the page displayed behind the invoked Prefilter window.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.PopupControlModalBackgroundStyle"/> object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterBuilderModalBackgroundStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelCheckBoxCellStyle">
<summary>
<para>Gets the style settings used to paint the Prefilter panel&#39;s cell which displays the check box.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelCheckBoxCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelClearButtonCellStyle">
<summary>
<para>Gets the style settings used to paint the Prefilter panel&#39;s cell that displays the Clear button.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelClearButtonCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelContainerStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelExpressionCellStyle">
<summary>
<para>Gets the style settings used to paint the Prefilter panel&#39;s cell which displays the current filter expression.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelExpressionCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelImageCellStyle">
<summary>
<para>Gets the style settings used to paint the Prefilter panel&#39;s cell which displays the filter image.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelImageCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelLinkStyle">
<summary>
<para>Gets the style settings used to paint links (filter expression, clear filter command) displayed within the Prefilter panel.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelLinkStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelStyle">
<summary>
<para>Gets the style settings used to paint the Prefilter panel.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridPrefilterPanelStyle object that contains style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.PrefilterPanelStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.RowAreaStyle">
<summary>
<para>Gets the style settings used to paint the row header area.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotAreaStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.RowAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.RowFieldValuesAreaStyle">
<summary>
<para>Gets the style settings used to paint a row field value area.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.SerializableStyle object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.RowFieldValuesAreaStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.RowSCContentTableName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ScrollBarEdgeCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ScrollBarsIntersectionEmptyCellStyle">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.ScrollBarsIntersectionEmptyCellStyleName">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.TotalCellStyle">
<summary>
<para>Gets the style settings used to paint total cells.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotCellStyle"/> object that contains the style settings.</value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.TotalCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.VerticalScrollBarEmptyCellStyle">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.VerticalScrollBarEmptyCellStyleName">
<summary>
<para>For internal use.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.VertScrollBarColumnAreaCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotGridStyles.VertScrollBarContainerCellStyleName">
<summary>
<para>For internal use only.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptions">
<summary>
<para>Provides options for pivot grid fields.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptions.#ctor(DevExpress.XtraPivotGrid.PivotOptionsChangedEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptions"/> 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="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptionsFilter">
<summary>
<para>Contains options that define the filter popup appearance and behavior for the current field.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptionsFilter.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptionsFilter"/> class with the specified settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebFieldOptionsFilter.OptionsListBoxSearchUI">
<summary>
<para>Provides access to options that define the search string appearance and behavior in the filter popup for the current field.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridFilterListBoxSearchUIWebOptions object containing the filter popup options.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroup">
<summary>
<para>Represents a group of fields.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroup.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroup"/> class with default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroup.Fields">
<summary>
<para>Provides access to the group&#39;s field collection.</para>
</summary>
<value>An object which implements the <see cref="T:System.Collections.IList"/> interface.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroupCollection">
<summary>
<para>Represents the ASPxPivotGrid&#39;s group collection.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroupCollection.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroupCollection"/> class.</para>
</summary>
<param name="data">A DevExpress.XtraPivotGrid.Data.PivotGridData object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroupCollection.Item(System.Int32)">
<summary>
<para>Provides indexed access to the groups in the collection.</para>
</summary>
<param name="index">An integer value specifying the zero-based index of the required group. If it&#39;s negative or exceeds the maximum available index, an exception is raised.</param>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebGroup"/> object which represents the group in the collection.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsBehavior">
<summary>
<para>Provides behavior options for ASPxPivotGrid.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsBehavior.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsBehavior"/> class with the specified change notifications delegate.</para>
</summary>
<param name="optionsChanged">A <see cref="T:System.EventHandler"/> delegate that will receive change notifications.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource">
<summary>
<para>Contains chart options.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource.#ctor(DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource"/> class.</para>
</summary>
<param name="data">A DevExpress.Web.ASPxPivotGrid.Data.PivotGridWebData object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all settings from the options object passed as the parameter to the current object.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings should be assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsChartDataSource.CurrentPageOnly">
<summary>
<para>Gets or sets whether data from the current page only is passed to the chart control.</para>
</summary>
<value>true if data from the current page only is passed to the chart control; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization">
<summary>
<para>Provides customization options for an ASPxPivotGrid control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.OptionsCustomizationChangedEventHandler,System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization"/> class.</para>
</summary>
<param name="webOptionsChanged">An OptionsCustomizationChangedEventHandler delegate that will receive change notifications.</param>
<param name="optionsChanged">An EventHandler delegate that will receive change notifications.</param>
<param name="viewBagOwner">An object that implements the IViewBagOwner interface.</param>
<param name="objectPath">A string value.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.AllowCustomizationWindowResizing">
<summary>
<para>Gets or sets whether to allow end-users to resize the Customization Form.</para>
</summary>
<value>true to allow end-users to resize the Customization Form; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.CustomizationExcelWindowHeight">
<summary>
<para>Gets or sets the height of the Customization Form, when it is painted in the Excel2007 style.</para>
</summary>
<value>An integer value that specifies the height of the Customization Form, when it is painted in the Excel2007 style, in pixels.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.CustomizationExcelWindowWidth">
<summary>
<para>Gets or sets the width of the Customization Form, when it is painted in the Excel2007 style.</para>
</summary>
<value>An integer value that specifies the width of the Customization Form, when it is painted in the Excel2007 style, in pixels.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.CustomizationWindowHeight">
<summary>
<para>Gets or sets the height of the Customization Form, when it is painted in the Simple style.</para>
</summary>
<value>An integer value that specifies the height of the Customization Form, when it is painted in the Simple style, in pixels.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.CustomizationWindowWidth">
<summary>
<para>Gets or sets the width of the Customization Form, when it is painted in the Simple style.</para>
</summary>
<value>An integer value that specifies the width of the Customization Form, when it is painted in the Simple style, in pixels.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.FilterPopupWindowHeight">
<summary>
<para>Gets or sets the filter window&#39;s height.</para>
</summary>
<value>An integer value that specifies the window&#39;s height.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.FilterPopupWindowMinHeight">
<summary>
<para>Gets or sets the minimum allowed filter window height.</para>
</summary>
<value>An integer value that specifies the minimum allowed filter window height.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.FilterPopupWindowMinWidth">
<summary>
<para>Gets or sets the minimum allowed filter window width.</para>
</summary>
<value>An integer value that specifies the minimum allowed filter window width.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.FilterPopupWindowResizeMode">
<summary>
<para>Gets or sets how a filter popup window visually responds to resizing operations.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ResizingMode"/> enumeration member that specifies how a filter popup window visually responds to resizing operations.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsCustomization.FilterPopupWindowWidth">
<summary>
<para>Gets or sets the filter window width.</para>
</summary>
<value>An integer value that specifies the window width.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsData">
<summary>
<para>Provides data specific options for <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/>.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsData.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsData"/> class.</para>
</summary>
<param name="data">A PivotGridData object that contains information required to initialize the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsData"/> object.</param>
<param name="optionsChanged">A method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsBase.OptionsChanged"/> event.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsData.LockDataRefreshOnCustomCallback">
<summary>
<para>Gets or sets whether refreshing pivot grid data is locked while handling the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback"/> event.</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether to prevent pivot grid data from being refreshed while handling the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.CustomCallback"/> event.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField">
<summary>
<para>Provides options which control data fields presentation in the ASPxPivotGrid control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> class with the specified settings.</para>
</summary>
<param name="data">A PivotGridData object which contains the information required to initialize the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> class with the specified settings.</para>
</summary>
<param name="data">A PivotGridData object which contains the information required to initialize the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> object.</param>
<param name="owner">An IViewBagOwner object that is used to initialize the created object.</param>
<param name="objectPath">A string value that is used to initialize the created object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField.#ctor(DevExpress.XtraPivotGrid.Data.PivotGridData,System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> class with the specified settings.</para>
</summary>
<param name="data">A PivotGridData object that contains information required to initialize the created <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsDataField"/> object.</param>
<param name="optionsChanged">A method that will handle the <see cref="E:DevExpress.XtraPivotGrid.PivotGridOptionsBase.OptionsChanged"/> event.</param>
<param name="owner">An IViewBagOwner object used to initialize the created object.</param>
<param name="objectPath">A string value used to initialize the created object.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter">
<summary>
<para>Contains options that affect the appearance and behavior of filter windows.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter.#ctor(DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter"/> class.</para>
</summary>
<param name="optionsChanged">A <see cref="T:DevExpress.XtraPivotGrid.PivotOptionsFilterEventHandler"/> delegate that will receive change notifications.</param>
<param name="viewBagOwner">An object that implements the IViewBagOwner interface.</param>
<param name="projectPath">A string value.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter.FilterPanelMode">
<summary>
<para>Gets or sets whether to synchronize filters applied in the field filter and Filter Editor.</para>
</summary>
<value>An enumeration value that specifies the filter panel mode.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter.GroupFilterMode">
<summary>
<para>Gets or sets the filtering mode used for field groups.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGroupFilterMode"/> enumeration member that specifies the filtering mode used for field groups.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter.ShowListBoxSearchUI">
<summary>
<para>Gets or sets whether to enable the search control to locate items displayed within the filter dialog.</para>
</summary>
<value>True, if the search control is shown; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsFilter.ShowOnlyAvailableItems">
<summary>
<para>Gets or sets whether filter items that cannot be displayed because of filtering applied to other fields should be hidden.</para>
</summary>
<value>true to hide filter items that cannot be displayed because of filtering applied to other fields; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout">
<summary>
<para>Contains options that specify how a control layout is stored to, and restored from a storage (a stream or string).</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies settings from the options object passed as the parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout.DefaultLayout">
<summary>
<para>Returns a <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object whose settings indicate that fields should be overridden when saving or restoring the control layout.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object whose settings indicate that fields should be overridden when saving or restoring the control layout.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout.FullLayout">
<summary>
<para>Returns a <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object whose settings indicate that the full layout of the control should be stored to, and restored from a storage (a stream or a string).</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout"/> object whose settings indicate that the full layout of the control should be stored to/restored from a storage.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout.ResetOptions">
<summary>
<para>Gets or sets which options are reset before loading the layout.</para>
</summary>
<value>A combination of <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridResetOptions"/> flags, specifying which options are reset before loading the layout.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLayout.StoreClientSideEvents">
<summary>
<para>Gets or sets whether the control client-side event handlers are stored when the layout is saved to a storage, and restored when the layout is restored from a storage.</para>
</summary>
<value>true if the control client-side event handlers are included in the layout when it is saved to a storage, and these settings are restored when the layout is restored from a storage; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel">
<summary>
<para>Provides settings that affect the Loading Panel&#39;s appearance and functionality.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel"/> class.</para>
</summary>
<param name="owner">An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/> object that owns the current object.</param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies settings from the options object passed as the parameter.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.Enabled">
<summary>
<para>Gets or sets a value that specifies whether a specific loading panel is displayed during callback processing.</para>
</summary>
<value>true, if the loading panel should be displayed; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.Image">
<summary>
<para>Gets the settings of an image displayed within a Loading Panel.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.ImagePosition">
<summary>
<para>Gets or sets the position of the image displayed within a Loading Panel with respect to the panel&#39;s text content.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ImagePosition"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.Style">
<summary>
<para>Gets the style settings used to paint the Loading Panel.</para>
</summary>
<value>A DevExpress.Web.ASPxPivotGrid.PivotGridLoadingPanelStyle object that contains the style settings.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsLoadingPanel.Text">
<summary>
<para>Gets or sets the text displayed within a loading panel.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the panel&#39;s text.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager">
<summary>
<para>Contains the pivot grid&#39;s pager settings.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.#ctor(DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.OptionsPagerChangedEventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager"/> class.</para>
</summary>
<param name="optionsChanged">A delegate that will receive change notifications.</param>
<param name="viewBagOwner"></param>
<param name="objectPath"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.AlwaysShowPager">
<summary>
<para>Gets or sets whether the Pager is displayed within the ASPxPivotGrid when there is only one page.</para>
</summary>
<value>true, to display the Pager within the ASPxPivotGrid when there is only one page; otherwise, false.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.Assign(DevExpress.Web.PropertiesBase)">
<summary>
<para>Copies settings from the options object passed as the parameter.</para>
</summary>
<param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> descendant whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.ColumnPageIndex">
<summary>
<para>Gets or sets the index of the active column page in the virtual scrolling mode.</para>
</summary>
<value>An integer value that specifies the active column page index in the virtual scrolling mode.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.ColumnsPerPage">
<summary>
<para>Gets or sets the maximum number of columns displayed on a page in the virtual scrolling mode.</para>
</summary>
<value>An integer value that specifies the maximum number of columns on a page in the virtual scrolling mode.</value>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.HasPager(System.Boolean)">
<summary>
<para>For internal use only.</para>
</summary>
<param name="isColumn"></param>
<returns></returns>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.PageIndex">
<summary>
<para>Gets or sets the index of the page currently being selected.</para>
</summary>
<value>An integer value that specifies the active page&#39;s index.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.PagerAlign">
<summary>
<para>Gets or sets the pager&#39;s horizontal alignment within the pivot grid.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PagerAlign"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsPager.RowsPerPage">
<summary>
<para>Gets or sets the maximum number of rows displayed within a page. Setting this property to 0 hides the Pager.</para>
</summary>
<value>An integer value that specifies the maximum number of rows within a page.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView">
<summary>
<para>Provides view options for ASPxPivotGrid controls.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.#ctor(System.EventHandler,DevExpress.WebUtils.IViewBagOwner,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView"/> class with specified settings.</para>
</summary>
<param name="optionsChanged"></param>
<param name="viewBagOwner"></param>
<param name="objectPath"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies settings from the options object passed as the parameter.</para>
</summary>
<param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.DataHeadersDisplayMode">
<summary>
<para>Gets or sets a value that specifies how data headers are displayed.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotDataHeadersDisplayMode"/> enumeration value that specifies how data headers are displayed.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.DataHeadersPopupMaxColumnCount">
<summary>
<para>Gets or sets a value limiting the number of data field headers displayed in a row (line) of the field headers popup.</para>
</summary>
<value>An integer value specifying the maximum number of data fields in a row.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.DataHeadersPopupMinCount">
<summary>
<para>Gets or sets the minimum number of data fields required to temporarily hide data field headers within a hidden panel.</para>
</summary>
<value>An integer value that specifies the minimum number of data fields required to temporarily hide data field headers within a hidden panel.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.EnableContextMenuScrolling">
<summary>
<para>Gets or sets whether to enable context menu scrolling.</para>
</summary>
<value>true to enable context menu scrolling; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.EnableFilterControlPopupMenuScrolling">
<summary>
<para>Gets or sets whether scrolling popup menus invoked in the Prefilter window is allowed.</para>
</summary>
<value>true to allow end-users to scroll popup menus invoked in the Prefilter window; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.HorizontalScrollBarMode">
<summary>
<para>Gets or sets a value specifying the horizontal scroll bar&#39;s display mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.HorizontalScrollingMode">
<summary>
<para>Gets or sets a value specifying the horizontal scrolling mode.</para>
</summary>
<value>The <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotScrollingMode"/> object, that specifies the horizontal scrolling mode.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.ShowContextMenus">
<summary>
<para>Gets or sets whether end-users can invoke the context menus.</para>
</summary>
<value>true to enable context menus; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.ShowHorizontalScrollBar">
<summary>
<para>Gets or sets whether the horizontal scrollbar is displayed.</para>
</summary>
<value>true to display the horizontal scrollbar; otherwise, false.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.VerticalScrollBarMode">
<summary>
<para>Gets or sets a value specifying the vertical scroll bar&#39;s display mode.</para>
</summary>
<value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotGridWebOptionsView.VerticalScrollingMode">
<summary>
<para>Gets or sets a value specifying the vertical scrolling mode.</para>
</summary>
<value>The <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotScrollingMode"/> object that specifies the vertical scrolling mode.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGroupEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GroupFilterChanged"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotGroupEventArgs.#ctor(DevExpress.XtraPivotGrid.PivotGridGroup)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGroupEventArgs"/> class.</para>
</summary>
<param name="group">A <see cref="T:DevExpress.XtraPivotGrid.PivotGridGroup"/> object that specifies the group for which the event has been raised. This value is assigned to the <see cref="P:DevExpress.Web.ASPxPivotGrid.PivotGroupEventArgs.Group"/> property.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.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 specifies the group for which the event has been raised.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotGroupEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.GroupFilterChanged"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGroupEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle">
<summary>
<para>Provides style settings for field headers.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle"/> class.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle.FilterImageSpacing">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle"/> class.</para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle.SortingImageSpacing">
<summary>
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHeaderStyle"/> class.</para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HtmlCellPrepared"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridHtmlDataCell)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventArgs"/> class with the specified setting.</para>
</summary>
<param name="cell">A PivotGridHtmlDataCell object representing the related cell.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventArgs.Cell">
<summary>
<para>Gets the processed data cell.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that represents the processed data cell.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HtmlCellPrepared"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlCellPreparedEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HtmlFieldValuePrepared"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.HtmlControls.PivotGridHtmlFieldValueCellBase)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventArgs"/> class with the specified setting.</para>
</summary>
<param name="cell">A PivotGridHtmlFieldValueCellBase object representing the related cell.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventArgs.Cell">
<summary>
<para>Gets the processed data cell.</para>
</summary>
<value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that represents the processed data cell.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.HtmlFieldValuePrepared"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotHtmlFieldValuePreparedEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotOlapExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OLAPException"/> event.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotOlapExceptionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OLAPException"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotOlapExceptionEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotOlapQueryDataEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.OLAPQueryData"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotOlapQueryDataEventArgs.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotOlapQueryDataEventArgs"/> class with specified settings.</para>
</summary>
<param name="query"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotOlapQueryDataEventArgs.MDXQuery">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotPopupMenuCreatedEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.PopupMenuCreated"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotPopupMenuCreatedEventArgs.#ctor(DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotPopupMenuCreatedEventArgs"/> class within the specified setting.</para>
</summary>
<param name="menu">An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu"/> object identifying the created context menu.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotPopupMenuCreatedEventArgs.Menu">
<summary>
<para>Gets the context menu.</para>
</summary>
<value>An <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridPopupMenu"/> object that represents the context menu.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotPopupMenuCreatedEventArgs.MenuType">
<summary>
<para>Gets the context menu&#39;s type.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridPopupMenuType"/> enumeration value that identifies the context menu.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotQueryExceptionEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.QueryException"/> event.</para>
</summary>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotQueryExceptionEventArgs.Exception">
<summary>
<para>Gets the exception that has been thrown.</para>
</summary>
<value>The <see cref="T:System.Exception"/> that has been thrown.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.PivotQueryExceptionEventArgs.Handled">
<summary>
<para>Gets or sets whether the default exception handling actions should be performed.</para>
</summary>
<value>true, to perform the default exception handling actions; otherwise, false.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotQueryExceptionEventHandler">
<summary>
<para>References a method that will handle the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid.QueryException"/> event.</para>
</summary>
<param name="sender">The event source.</param>
<param name="e">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotQueryExceptionEventArgs"/> object that contains event data.</param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotScrollingMode">
<summary>
<para>Lists values that specify the scrolling mode of the <see cref="T:DevExpress.Web.ASPxPivotGrid.ASPxPivotGrid"/>.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotScrollingMode.Standard">
<summary>
<para>Allows end-users to scroll data rows/columns displayed within the current page.</para>
</summary>
</member>
<member name="F:DevExpress.Web.ASPxPivotGrid.PivotScrollingMode.Virtual">
<summary>
<para>Allows end-users to navigate through pivot grid pages using a scrollbar.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions">
<summary>
<para>Contains options that define how a Pivot Grid control is exported to XLS format in the data-aware export mode.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions"/> class.</para>
</summary>
<param name="mode"></param>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.PivotXlsExportOptions.CustomizeCell">
<summary>
<para>Allows you to specify cell formatting when exporting a Pivot Grid control to XLSX format in data-aware mode.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions">
<summary>
<para>Contains options that define how a Pivot Grid control is exported to XLSX format in the data-aware export mode.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions.#ctor(DevExpress.XtraPrinting.TextExportMode)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions"/> class.</para>
</summary>
<param name="mode"></param>
</member>
<member name="E:DevExpress.Web.ASPxPivotGrid.PivotXlsxExportOptions.CustomizeCell">
<summary>
<para>Allows you to specify cell formatting when exporting a Pivot Grid control to XLSX format in data-aware mode.</para>
</summary>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.RankBinding">
<summary>
<para>Defines the calculation of a ranking in the window.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.RankBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.XtraPivotGrid.RankType,DevExpress.XtraPivotGrid.PivotSortOrder)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.RankBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="rankType"></param>
<param name="order"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.RunningTotalBinding">
<summary>
<para>Defines the calculation that aggregates values cumulatively in the window.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.RunningTotalBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.RunningTotalBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="summaryType"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.RunningTotalBinding.#ctor(DevExpress.XtraPivotGrid.DataBindingBase,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.XtraPivotGrid.CalculationDirection,DevExpress.Data.PivotGrid.PivotSummaryType)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.RunningTotalBinding"/> class with specified settings.</para>
</summary>
<param name="source"></param>
<param name="mode"></param>
<param name="direction"></param>
<param name="summaryType"></param>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.CustomExportCell"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotGridCellItem,DevExpress.PivotGrid.Printing.WebPrintAppearanceObject,DevExpress.XtraPivotGrid.Data.PivotGridData,DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.Web.ASPxPivotGrid.PivotGridField,DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Drawing.GraphicsUnit,DevExpress.PivotGrid.Printing.PivotGridPrinterBase,System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs"/> class.</para>
</summary>
<param name="brick"></param>
<param name="cellItem"></param>
<param name="appearance"></param>
<param name="data"></param>
<param name="columnField">A column field.</param>
<param name="rowField">A row field.</param>
<param name="dataField">A data field.</param>
<param name="graphicsUnit"></param>
<param name="printer"></param>
<param name="rect">A System.Drawing.Rectangle object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance settings used to paint the cell currently being exported.</para>
</summary>
<value>A DevExpress.PivotGrid.Printing.WebPrintAppearanceObject object that contains appearance settings used to paint the cell currently being exported.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs.ColumnField">
<summary>
<para>Gets the column field that corresponds to the current cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that specifies the column field. null (Nothing in Visual Basic) if a column grand total cell is being processed.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs.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.Web.ASPxPivotGrid.PivotGridField"/> object that identifies the column where the processed cell resides.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportCellEventArgs.RowField">
<summary>
<para>Gets the row field that corresponds to the current cell.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that specifies the row field. null (Nothing in Visual Basic) if a row grand total cell is being processed.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.WebCustomExportFieldValueEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.CustomExportFieldValue"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.WebCustomExportFieldValueEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotFieldValueItem,DevExpress.PivotGrid.Printing.WebPrintAppearanceObject,System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.WebCustomExportFieldValueEventArgs"/> class.</para>
</summary>
<param name="brick"></param>
<param name="fieldValueItem"></param>
<param name="appearance"></param>
<param name="rect"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportFieldValueEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance object used to paint the field value currently being exported.</para>
</summary>
<value>A DevExpress.PivotGrid.Printing.WebPrintAppearanceObject object that contains appearance settings used to paint the field value currently being exported.
.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportFieldValueEventArgs.CustomTotal">
<summary>
<para>Gets a custom total to which the processed field value corresponds.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridCustomTotal"/> object that represents the custom total to which the processed field value corresponds. null (Nothing in Visual Basic) if the field value does not correspond to a custom total.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.WebCustomExportHeaderEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxPivotGrid.ASPxPivotGridExporter.CustomExportHeader"/> event.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.WebCustomExportHeaderEventArgs.#ctor(DevExpress.XtraPrinting.IVisualBrick,DevExpress.XtraPivotGrid.Data.PivotFieldItemBase,DevExpress.PivotGrid.Printing.WebPrintAppearanceObject,DevExpress.Web.ASPxPivotGrid.PivotGridField,System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.WebCustomExportHeaderEventArgs"/> class.</para>
</summary>
<param name="brick"></param>
<param name="fieldItem"></param>
<param name="appearance"></param>
<param name="field">A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object.</param>
<param name="rect">A Sytem.Drawing.Rectangle object.</param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportHeaderEventArgs.Appearance">
<summary>
<para>Gets or sets the appearance object used to paint the header currently being exported.</para>
</summary>
<value>A DevExpress.PivotGrid.Printing.WebPrintAppearanceObject object that contains appearance settings used to paint the header currently being exported.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportHeaderEventArgs.Caption">
<summary>
<para>Gets the field header caption.</para>
</summary>
<value>A <see cref="T:System.String"/> that represents the field header caption.</value>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebCustomExportHeaderEventArgs.Field">
<summary>
<para>Gets the processed field.</para>
</summary>
<value>A <see cref="T:DevExpress.Web.ASPxPivotGrid.PivotGridField"/> object that specifies the processed field.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.WebPivotGridOptionsPrint">
<summary>
<para>Provides export options for the ASPxPivotGrid control.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.WebPivotGridOptionsPrint.#ctor(System.EventHandler)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.WebPivotGridOptionsPrint"/> class.</para>
</summary>
<param name="optionsChanged"></param>
</member>
<member name="P:DevExpress.Web.ASPxPivotGrid.WebPivotGridOptionsPrint.PageSettings">
<summary>
<para>Provides access to the page settings to print the PivotGrid control.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraPivotGrid.PivotGridPageSettings"/> object representing a PivotGrid control&#39;s page settings.</value>
</member>
<member name="T:DevExpress.Web.ASPxPivotGrid.WindowExpressionBinding">
<summary>
<para>Defines the calculation that uses a custom string expression with window functions.</para>
</summary>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.WindowExpressionBinding.#ctor(System.String,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.WindowExpressionBinding"/> class with specified settings.</para>
</summary>
<param name="expression"></param>
<param name="mode"></param>
</member>
<member name="M:DevExpress.Web.ASPxPivotGrid.WindowExpressionBinding.#ctor(System.String,DevExpress.XtraPivotGrid.CalculationPartitioningCriteria,DevExpress.XtraPivotGrid.CalculationDirection)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPivotGrid.WindowExpressionBinding"/> class with specified settings.</para>
</summary>
<param name="expression"></param>
<param name="mode"></param>
<param name="direction"></param>
</member>
</members>
</doc>