DevExpress.XtraPivotGrid.v21.2
Contains classes which implement the main functionality of the PivotGridControl.
Provides data for the event.
Initializes a new instance of the class with the specified settings.
A PivotCellViewInfo object used to initialize the created object.
A descendant that specifies the in-place editor for the current cell.
Gets or sets whether the event must be canceled.
true if the event must be canceled; otherwise, false
Gets the repository item which identifies the settings of the in-place editor for the cell.
A descendant that represents the in-place editor’s settings.
Provides data for the event.
Initializes a new instance of the class.
Provides data for the event.
Gets or sets the edit value of the processed cell.
The edit value of the processed cell.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets the appearance settings used to paint the cell currently being exported.
An ExportAppearanceObject object that contains corresponding appearance settings.
Gets the column field which corresponds to the current cell.
A object that represents the column field. null (Nothing in Visual Basic) if a column grand total cell is being processed.
Gets the data field which identifies the column where the processed cell resides.
A object that represents the data field which identifies the column where the processed cell resides.
Gets whether the processed cell is focused.
true if the processed cell is focused; otherwise, false.
Gets the row field which corresponds to the current cell.
A object that represents the row field. null (Nothing in Visual Basic) if a row grand total cell is being processed.
Gets whether the processed cell is selected.
true if the processed cell is selected; otherwise, false.
Provides data for the event.
Gets or sets the appearance object used to paint the current field value.
An ExportAppearanceObject object that contains the corresponding settings.
Gets a custom total to which the processed field value corresponds.
A object that represents the custom total to which the processed value corresponds. null (Nothing in Visual Basic) if the field value doesn’t correspond to a custom total.
Provides data for the event.
Initializes a new instance of the class.
A System.Drawing.Rectangle object.
Gets or sets the appearance object used to paint the current header.
An ExportAppearanceObject object that contains the corresponding settings.
Provides data for the event.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised the event.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
A descendant which represents the Customization Form. This value is assigned to the property.
A descendant (pivot grid) which owns the Customization Form. This value is assigned to the property.
Gets or sets whether the standard Customization Form should be canceled.
true if the standard Customization Form should be canceled; false if the form should be displayed after the current event handler completes.
Provides access to the Customization Form.
A descendant which represents the Customization Form.
Gets or sets whether the standard Customization Form should be canceled.
true if the standard Customization Form should be canceled; otherwise, false.
Gets or sets the control to which the Customization Form belongs.
A descendant (pivot grid) which owns the Customization Form.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised an event.
A object that contains event data.
Provides data for the and events.
Gets additional information about a PivotGrid control’s cell whose value should be customized in the exported document.
A DevExpress.XtraPivotGrid.PivotCellValueExportEventArgs object.
Gets a value that identifies the column containing the cell in the exported document.
The type of the column containing the cell.
Gets the PivotGrid field area to which the current cell corresponds.
The PivotGrid field area of the current cell in the export document.
Gets or sets the object that defines the cell’s formatting settings (font, alignment, background color, format string, etc.)
The object that defines the cell’s formatting settings.
Gets or sets a value indicating whether the or events were handled.
true if the event is handled; otherwise, false
Gets a value that identifies the row containing the cell in the exported document.
The type of the row containing the cell.
Specifies the value of the cell currently being processed.
An object which represents the processed cell’s value.
Gets the information on the field value to which the current cell corresponds.
A PivotFieldValueExportEventArgs object which contains information on the field value.
Represents a method that will handle the and events.
A object that contains event data.
Provides data for the event
Contains classes that encapsulate data processing operations.
A row in the datasource passed to the chart control.
Gets information about a pivot grid cell that corresponds to the current datasource row.
A object that contains information about a pivot grid cell that corresponds to the current datasource row.
Gets information about the column field value that corresponds to the current datasource row.
A object that contains information about the column field value that corresponds to the current datasource row.
Gets information about the row field value that corresponds to the current datasource row.
A object that contains information about the row field value that corresponds to the current datasource row.
Defines a data binding to a source data column.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
The data source column name.
Initializes a new instance of the class with specified settings.
The data source column name.
A enumeration that specifies how the values are combined into groups.
Initializes a new instance of the class with specified settings.
The data source column name.
A enumeration that specifies how the values are combined into groups.’
The length of group intervals.
Lists possible DateTime group interval combinations.
Basic DateTime group intervals:
Displays basic and additional DateTime group intervals. Additional group intervals are:
Hides the DateTime group intervals.
Defines the difference calculation between values across a window.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the direction in which the values are retrieved.
A enumeration member that specifies the location of a value in a window.
A enumeration member that specifies the type of difference to calculate.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the location of a value in a window.
A enumeration member that specifies the type of difference to calculate.
Provides data for the event.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo object.
A object representing an editor that was used to change the processed cell value. This value is assigned to the property.
Gets the editor that was used to change the processed cell value.
A object, which is the editor that was used to change the processed cell value.
Represents a method that will handle the event.
The event source.
An object that contains event data.
Lists values that specify the type of filtering UI used to create filters in the Values tab in the Excel-style Filter popup (if the current field contains date-time values).
The ‘Values’ tab displays a default filtering UI (Tree).
The ‘Values’ tab displays date-time values as a list.
The ‘Values’ tab displays date-time values as a tree.
Lists values that specify the default tab in the Excel-style filter popup.
A default tab is opened by default.
The ‘Filters’ tab is opened by default.
The ‘Values’ tab is opened by default.
Lists values that specify a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains enumeration data).
The ‘Filters’ tab includes all available operators, including the inequality operators (GreaterThan, GreaterThanOrEqualTo, LessThan, LessThanOrEqualTo, Between).
The ‘Filters’ tab contains a default set of operators.
The ‘Filters’ tab includes only the equality relational operators (Equals, DoesNotEqual).
Lists values that specify the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains numeric data).
The ‘Values’ tab displays a default filtering UI (Range).
The ‘Values’ tab displays numeric values as a list.
The ‘Values’ tab displays a range track bar.
Lists values that specify a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains text data).
The ‘Filters’ tab includes all available operators, including the inequality operators (GreaterThan, GreaterThanOrEqualTo, LessThan, LessThanOrEqualTo, Between).
The ‘Filters’ tab contains a default set of operators.
The ‘Filters’ tab includes only the equality relational operators (Equals, DoesNotEqual).
Defines a calculation based on a string expression.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A string expression.
Lists values that specify the field’s filter popup mode.
A Classic filter popup.
A default filter popup type.
An Excel-style filter popup.
Represents a field value cell.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.
Gets the parent of the current cell.
A object that specifies the parent cell.
Provides data for the event.
Initializes a new instance of the class.
A object that is a Pivot Grid field.
A object that is a filter popup’s template.
Gets the Pivot Grid field for which the event is raised.
A object that is the Pivot Grid field.
References a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
A object that is a Pivot Grid field.
An array of objects that are filter values.
An array of values that are display texts.
Gets a Pivot Grid field for which the event is raised.
A object that is a Pivot Grid field.
References a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets or sets the filter operator selected by default in the Filters tab.
A CustomUIFilterType enumeration value that specifies the filter operator used by default.
Get the Pivot Grid field being processed.
A object that is the Pivot Grid field being processed.
Gets or sets whether single (the radio mode) or multiple filter values can be selected simultaneously.
true, to enable the radio mode; otherwise, false. Default is false.
For internal use.
Gets or sets whether to show the ‘Is Blank’ and ‘Is Not Blank’ filter conditions.
true, to show the ‘Is Blank’ and ‘Is Not Blank’ filter conditions; otherwise, false.
Gets or sets whether to show comparison filter conditions (Greater Than, Less Than, etc.).
true, to show comparison filter conditions; otherwise, false.
Gets or sets whether to show the ‘Custom Filter’.
true, to show the ‘Custom Filter’; otherwise, false.
Gets or sets whether to show the Filters tab.
true, to show the Filters tab; otherwise, false.
Gets or sets whether to show the pattern-matching (Is Like, Is Not Like) operators for string values.
true to show the pattern-matching operators; otherwise, false.
Gets or sets whether to show the ‘Is Null’ and ‘Is Not Null’ filter conditions.
true, to show the ‘Is Null’ and ‘Is Not Null’ filter conditions; otherwise, false.
Gets or sets whether to show the ‘Predefined Filters’.
true, to show the ‘Predefined Filters’; otherwise, false.
For internal use.
References a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets the processed field.
An object that specifies the processed field.
Gets the pivot grid that raised the event.
An object that specifies the pivot grid that raised the event.
Provides data for the event.
Initializes a new instance of the class.
A object that is a Pivot Grid field.
A object that is a filter popup’s template.
Gets the Pivot Grid field for which the event is raised.
A object that is the Pivot Grid field.
References a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets the Pivot Grid field for which the event is raised.
A object that is the Pivot Grid field.
Get the that raised the event.
A .
References a method that will handle the event.
The event source.
A object that contains event data.
Contains format rule settings used to apply conditional formatting to data cells placed at the intersection of specified column and row fields.
Initializes a new instance of the class.
Gets or sets a column field to which values the property is applied.
The object from column header area to which the property is applied.
For internal use.
Gets or sets a row field to which values the property is applied.
The object from row header area to which the property is applied.
For internal use.
For internal use only.
Serves as the base class for classes that provide format rule settings used to apply conditional formatting to data cells.
Contains format rule settings used to apply conditional formatting to various types of data cells (data cells, custom total cells, grand total cells, and total cells).
Initializes a new instance of the class.
Specifies if data cells are involved in conditional formatting.
true if data cells are involved in conditional formatting; otherwise, false.
Specifies if custom total cells are involved in conditional formatting.
true if custom total cells are involved in conditional formatting; otherwise, false.
Specifies if grand total cells are involved in conditional formatting.
true if grand total cells are involved in conditional formatting; otherwise, false.
Specifies if total cells are involved in conditional formatting.
true if total cells are involved in conditional formatting; otherwise, false.
For internal use only.
Defines aggregations across a specified number of values before and/or after the current value.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the summary function type.
The number of values before the current value.
The number of values after the current value.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the direction in which the values are retrieved.
A enumeration member that specifies the summary function type.
The number of values before the current value.
The number of values after the current value.
Defines the calculation of a percentage of all values in the window.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
Provides data for the event.
Initializes a new instance of the class.
A object which represents the field whose location is being changed. This value is assigned to the property.
A enumeration value which indicates the current position of the field being dragged. This value is assigned to the property.
A zero-based integer which specifies the field’s index amongst the other fields displayed within the same area. This value is assigned to the property.
Gets or sets whether the dragged field header can be dropped on the area it’s currently located over.
true to allow the operation; otherwise, false.
Gets the current position of the field being dragged.
A enumeration value which specifies the current position of the field being dragged.
Gets the index of the field which is being dragged for the area it’s currently located over among the other fields displayed within the area.
A zero-based integer which specifies the index of the dragged field among the other fields displayed within the area over which it’s currently located.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object which contains event data.
Provides data for the events which are invoked for particular data cells.
Provides data for the event.
Gets or sets the display text for the cell currently being processed.
A string that represents the cell’s display text.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised the event.
A object that contains event data.
Provides data for the and events.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.ViewInfo.PivotCellViewInfo object.
A object, which is the editor that has been invoked or closed. This value is assigned to the property.
Gets the editor that has been invoked or closed.
A object that is the editor that has been invoked or closed.
Provides data for the and events.
Gets the cell’s bounds.
A value that specifies the cell’s bounds.
Gets the display text of the cell currently being processed.
A string representing the cell’s display text.
Gets whether the processed cell is the focused cell.
true if the processed cell is the focused cell; otherwise, false.
Gets whether the processed cell is selected.
true if the processed cell is selected; otherwise, false.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised the event.
A object which contains event data.
Provides data for the event.
Gets or sets the processed cell’s value.
An object which represents the processed cell’s value.
Lists IDs that identify context menu items.
The Best Fit context menu item.
The Expand/Collapse context menu item.
The Clear Sorting context menu item.
The Collapse All context menu item.
The Fix Column context menu item.
The Fix Column context menu item.
The Hide Field Menu context menu item.
The Hide Field on Customization Form context menu item.
The Move Left context menu item.
The Move Right context menu item.
The Move to End context menu item.
The Move to End context menu item.
The Order Menu context menu item.
The Reload Data context menu item.
The Remove Sort by Summary context menu item.
The Show Header Expression context menu item.
The Show/Hide Field List context menu item.
The Show Prefilter context menu item.
The Show Value Expression context menu item.
The Sort Ascending context menu item.
The Sort by Summary context menu item.
The Sort Descending context menu item.
Provides data for the event.
Gets or sets the appearance settings of the currently processed cell.
An object containing appearance settings for the processed cell.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised the event.
A object that contains event data.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets or sets the appearance settings of the currently processed cell.
An object containing appearance settings for the processed cell.
Provides data for the event.
Gets or sets the in-place editor for the current cell.
A descendant that specifies the in-place editor for the current cell.
Gets the processed cell’s value.
An object that is the processed cell’s value.
Provides data for the event.
Gets an object which contains information about a PivotGrid control’s cell, whose value should be displayed in a ChartControl.
A object.
Gets an object which contains information about a field value to be displayed in a ChartControl.
A object.
Gets the type of a chart data member that will represent the current Pivot Grid Control item.
A enumeration member that specifies the type of a chart data member that will represent the current Pivot Grid Control item.
Gets a value representing the type of a PivotGrid control’s item to be represented in a ChartControl.
A enumeration value.
Gets or sets a value to be displayed in a ChartControl.
A class descendant representing the value to be displayed.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object that contains event data.
Provides data for the event.
Creates a instance that specifies a chart’s series point with the specified argument, series and value.
The point’s series. This value is assigned to the property of the created object.
The point’s argument. This value is assigned to the property of the created object.
The point’s value. This value is assigned to the property of the created object.
The created instance that specifies a chart’s series point.
Gets the collection of chart datasource rows.
A list of objects that specify chart datasource rows.
References a method that will handle the event.
The event source.
A event that contains event data.
Provides data for the event.
Gets the number of columns in the data area.
An integer value that specifies the number of columns in the data area.
Gets the column zero-based index for fields located in the data area.
An integer value that specifies the column index.
Gets the height of the column field values located in the column header area, in text lines.
An integer value that specifies the height of the current column field values, in text lines.
Gets or sets a width for the data area columns.
An integer value that specifies the width of the data area columns.
Returns the specified column field value for the cell addressed by its zero-based index in the data area.
An integer value that specifies a zero-based index of a column field’s cell in the data area.
The value of the specified cell.
Gets a number of rows in the data area.
An integer value that specifies the number of rows in the data area.
Provides thread-safe access to custom painting events data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
Gets the number of columns displayed in the pivot grid.
An integer value that specifies the number of columns displayed in the pivot grid.
Provides thread safe access to a pivot grid field collection.
An object that implements the interface. Provides thread safe read-only access to the collection of fields.
Returns the text displayed in the specified cell.
A zero-based integer value that specifies the index of the column where the cell resides.
A zero-based integer value that specifies the index of the row where the cell resides.
A that specifies the text displayed in the specified cell.
Returns a field located at the specified visual position in the specified area.
A value that identifies the area containing the required field.
An integer value that specifies the visible index of the field within the specified area.
An object that implements the interface. Provides thread safe read-only access to basic field settings.
Returns a list of fields displayed in the specified area.
A enumeration member that identifies a pivot grid area.
A list of visible fields displayed in the specified area.
Returns the display representation of the specified field value.
An object that implements the interface. Identifies a field that owns the value whose display representation should be returned.
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.
A that specifies the display representation of the specified field value.
Provides thread safe access to a pivot grid group collection.
An object that implements the interface. Provides thread safe read-only access to the collection of field groups.
Gets the number of rows displayed in the pivot grid.
An integer value that specifies the number of rows displayed in the pivot grid.
Provides data for custom painting events invoked for particular data cells.
Gets the cell bounds.
A value that specifies the cell bounds.
Gets the column custom total that contains the current cell.
A object, which specifies the column custom total that contains the current cell.
Gets the innermost column field that corresponds to the current cell.
A object that specifies the column field.
For internal use.
Gets the visual index of the column that contains the current cell.
A zero-based integer value that specifies the visual index of the column that contains the current cell.
Gets the type of column that contains the current cell.
A enumeration value that specifies the type of column in which the current cell resides.
Returns data records used to calculate a summary value for the current cell.
A object that contains records used to calculate a summary value for the current cell.
Returns data records used to calculate a summary value for the current cell. Allows you to specify the columns to return.
A list of columns to return.
A object that contains the underlying data.
Returns data records used to calculate a summary value for the current cell. Allows you to limit the number of records to return.
An integer value that specifies the maximum number of data rows to return. Set it to -1 to retrieve all rows.
A object that contains the underlying data.
Returns data records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return.
An integer value that specifies the maximum number of data rows to return. Set it to -1 to retrieve all rows.
A list of columns to return.
A object that contains the underlying data.
In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.
A list of columns to be returned.
A object that contains the underlying data.
In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.
A list of columns to be returned.
A object that contains the underlying data.
In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
Returns a summary data source.
A object that is the summary data source.
Gets the data field that identifies the current cell.
A object, which specifies the data field that identifies the current cell.
Gets the display text of the current cell.
A that specifies the cell’s display text.
Gets whether the current cell is focused.
true if the processed cell is the focused cell; otherwise, false.
Returns a cell value calculated for the current column and row field values, against the specified data field.
A object that specifies the data field, against which the required cell value is calculated.
Value displayed in the specified cell; null (Nothing in Visual Basic) if the cell has not been found.
Returns a cell value by the column and row indexes.
A zero-based integer value that specifies the index of a column where the cell resides.
A zero-based integer value that specifies the index of a row where the cell resides.
A value displayed in the specified cell.
Returns a cell value calculated for the specified column and row field values, against the specified data field.
An array of column values.
An array of row values.
A object that specifies the data field, against which the required cell value is calculated.
A summary value calculated for the specified column and row field values, against the specified data field.
Returns an array of column fields that correspond to the current cell.
An array of column fields.
Returns a Column Grand Total value calculated for the current row field values, against the specified data field.
A object that specifies the data field, against which the required Column Grand Total is calculated.
The Column Grand Total value calculated for the current row field values, against the specified data field.
Returns a Column Grand Total value calculated for the specified row field values, against the specified data field.
An array of row field values for which the required Column Grand Total is calculated.
A object that specifies the data field, against which the required Column Grand Total is calculated.
The Column Grand Total value calculated for the specified row field values, against the specified data field.
Returns a field value that belongs to the specified field and corresponds to the current data cell.
A object that specifies a column or row field, whose value should be obtained.
The field value that belongs to the specified field and corresponds to the current data cell; null (Nothing in Visual Basic) if the specified field is not a column or row field.
Returns a field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
A object that specifies a column or row field, whose value should be obtained.
A zero-based index of a cell that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields.
The field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
Returns the Grand Total value calculated against the specified data field.
A object that specifies the data field, against which the required Grand Total value is calculated.
The Grand Total value calculated against the specified data field.
Returns the value of the cell located in the next column of the current row.
A object that specifies the data field against which the required cell value is calculated.
The value of the cell located in the next column of the current row.
Returns the value of the cell located in the next row of the current column.
A object that specifies the data field against which the required cell value is calculated.
An object that is the value of the cell located in the next row of the current column.
Returns the value of the cell located in the previous column of the current row.
A object that specifies the data field against which the required cell value is calculated.
The value of the cell located in the previous column of the current row.
Returns the value of the cell located in the previous row of the current column.
A object that specifies the data field against which the required cell value is calculated.
The value of the cell located in the previous row of the current column.
Returns an array of row fields that correspond to the current cell.
An array of row fields.
Returns a Row Grand Total value calculated for the current column field values, against the specified data field.
A object that specifies the data field, against which the required Row Grand Total is calculated.
The Row Grand Total value calculated for the current column field values, against the specified data field.
Returns a Row Grand Total value calculated for the specified column field values, against the specified data field.
An array of column field values for which the required Row Grand Total is calculated.
A object that specifies the data field, against which the required Row Grand Total is calculated.
The Row Grand Total value calculated for the specified column field values, against the specified data field.
Indicates whether a field value that belongs to the specified field and corresponds to the current cell is expanded.
A object that is the field in a pivot grid.
true if the field value is expanded; otherwise, false.
Gets whether the value of the specified column or row field can be retrieved for the current cell by the PivotCustomDrawCellBaseEventArgs.GetFieldValue method.
A object which identifies the column or row field.
true if the specified field’s value can be retrieved via the PivotCustomDrawCellBaseEventArgs.GetFieldValue method; otherwise, false.
Indicates whether the current data cell resides within the “Others” row/column when the Top X Value feature is enabled.
A object that is the field.
true if the data cell resides within the “Others” row/column; otherwise, false.
Gets the row custom total that contains the current cell.
A object, which specifies the row custom total that contains the current cell.
Gets the innermost row field that corresponds to the current cell.
A object that specifies the row field.
For internal use.
Gets the visual index of the row that contains the current cell.
An integer that specifies the visual index of the row that contains the current cell.
Gets the type of row that contains the current cell.
A enumeration value that specifies the type of row in which the current cell resides.
Gets whether the current cell is selected.
true if the processed cell is selected; otherwise, false.
Gets the type of summary calculated in the current cell.
A enumeration value that specifies the summary type for the current cell.
Gets values of the predefined summaries calculated for the current cell.
A object that contains values of the predefined summaries calculated for the current cell.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Gets the current cell’s value.
An object which is the current cell’s value.
Provides thread-safe access to data for custom painting events invoked for particular data cells.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets the cell bounds.
A value that specifies the cell bounds.
Gets the column custom total that contains the current cell.
A object, which specifies the column custom total that contains the current cell.
Gets the innermost column field that corresponds to the current cell.
An object that implements the interface. Specifies the innermost column field that corresponds to the current cell.
For internal use.
Gets the visual index of the column that contains the current cell.
A zero-based integer value that specifies the visual index of the column that contains the current cell.
Gets the type of column that contains the current cell.
A enumeration value that specifies the type of column in which the current cell resides.
Gets the data field that identifies the current cell.
An object that implements the interface. Specifies the data field that identifies the current cell.
Gets the display text of the current cell.
A that specifies the cell’s display text.
Gets whether the current cell is focused.
true if the processed cell is the focused cell; otherwise, false.
Gets the row custom total that contains the current cell.
A object, which specifies the row custom total that contains the current cell.
Gets the innermost row field that corresponds to the current cell.
An object that implements the interface. Specifies the innermost row field that corresponds to the current cell.
For internal use.
Gets the visual index of the row that contains the current cell.
An integer that specifies the visual index of the row that contains the current cell.
Gets the type of row that contains the current cell.
A enumeration value that specifies the type of row in which the current cell resides.
Gets whether the current cell is selected.
true if the processed cell is selected; otherwise, false.
Gets the type of summary calculated in the current cell.
A enumeration value that specifies the summary type for the current cell.
Gets the current cell’s value.
An object that is the current cell’s value.
Provides data for the event.
Gets the painted cell’s appearance settings.
A object which provides the painted cell’s appearance settings.
Performs default painting of an element.
Gets the object used to paint a cell.
A object.
Gets an object which specifies the storage for the most used pens, fonts and brushes.
A object.
Gets or sets whether an event was handled, if it was handled the default actions are not required.
true if default painting isn’t required; otherwise, false.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object that contains event data.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets or sets the painted element’s appearance settings.
A object that provides the painted element’s appearance settings.
Gets an object used to paint an element.
A object used to paint an element.
Gets an object that specifies the storage for the most frequently used pens, fonts and brushes.
A object that stores the most frequently used pens, fonts and brushes.
Gets or sets whether the event has been handled.
true if the event has been handled and default painting is not required; otherwise, false.
Provides data for the event.
Initializes a new instance of the class.
An object that implements the interface.
An IPivotCustomDrawAppearanceOwner object.
A ViewInfoPaintArgs object.
A System.Drawing.Rectangle structure that specifies the drawing area.
A MethodInvoker object.
Gets the painted element’s appearance settings.
A object which provides the painted element’s appearance settings.
Gets the bounding rectangle of the painted element.
A structure which specifies the element’s boundaries.
Performs default painting of an element.
Gets an object used to paint an element.
A object.
Gets an object which specifies the storage for the most used pens, fonts and brushes.
A object.
Gets or sets whether an event was handled, if it was handled the default actions are not required.
true if default painting isn’t required; otherwise, false.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
An object that implements the interface.
A PivotHeaderViewInfoBase object.
A ViewInfoPaintArgs object.
A DevExpress.Utils.Drawing.ObjectPainter object that provides default painting facilities.
A MethodInvoker object.
Gets the field whose header is to be painted.
A object which represents the field whose header is to be painted.
Gets an object which provides the information required to paint a field header.
A DevExpress.Utils.Drawing.HeaderObjectInfoArgs object which provides information about the painted field header.
Gets the painter object that provides the default element painting mechanism.
A HeaderObjectPainter object.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object which contains event data.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets the field whose header is to be painted.
An object that implements the interface. Specifies the field whose header is to be painted.
Provides information required to paint a field header.
A DevExpress.Utils.Drawing.HeaderObjectInfoArgs object that provides information about the painted field header.
Gets the painter object that provides the default element painting mechanism.
A HeaderObjectPainter object.
Provides data for the event.
Initializes a new instance of the class.
An object that implements the interface.
An object that contains information on the processed cell.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value.
A ViewInfoPaintArgs object.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter object.
A MethodInvoker object.
Gets the header area where the field is displayed.
A enumeration value that specifies the header area in which the field is displayed.
Gets the custom total which the currently processed column/row header corresponds to.
A object which represents the custom total which the processed header corresponds to. null (Nothing in Visual Basic) if the processed header doesn’t correspond to a custom total.
Gets the display text of the header currently being painted.
A string value representing the header’s display text.
Gets the field whose value is to be painted.
A object which represents the field whose value is to be painted.
Gets the field’s position among the visible fields within the header area.
An integer value that specifies the field’s position among the visible fields.
Returns a value displayed in the specified cell.
A zero-based integer which identifies the visible index of the column.
A zero-based integer which identifies the visible index of the row.
A value displayed in the specified cell.
Returns the specified column or row field’s value for the cell addressed by its zero-based index in the Data Area.
A object representing a column or row field, whose value is to be obtained.
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.
An object representing the field’s value.
Returns the parent field(s) for the field value being currently processed.
An array of objects that represent parent fields for the field value currently being processed.
Returns the value of a specific parent field corresponding to the field value currently being processed.
A object that represents the parent field whose value is returned.
An object that represents the value of the specified parent (higher level) field.
Gets an object which provides the information required to paint a field value.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value.
Gets whether the current header corresponds to the “Others” row/column.
true if the current header corresponds to the “Others” row/column.
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the maximum row or column index that corresponds to the processed field value.
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the minimum row or column index that corresponds to the processed field value.
Gets the painter object that provides the default element painting mechanism.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter object.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Gets the value of the column field or row field which the currently processed column/row header corresponds to.
An object which represents the value of the corresponding column field or row field.
Gets the type of the currently processed column/row header.
A enumeration value which identifies the type of the currently processed column or row header.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object which contains event data.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets the header area where the field is displayed.
A enumeration value that specifies the header area in which the field is displayed.
Gets the custom total that corresponds to the currently processed column/row header.
A object that specifies the custom total that corresponds to the currently processed column/row header; null (Nothing in Visual Basic) if the processed header does not correspond to a custom total.
Gets the display text of the header currently being painted.
A that specifies the header’s display text.
Gets the field whose value is to be painted.
A object, which is the field whose value is to be painted.
Gets the field’s position among the visible fields within the header area.
An integer value that specifies the field’s position among the visible fields.
Returns the parent field(s) for the field value being currently processed.
An array of objects that implement the interface. These objects specify parent fields for the field value currently being processed.
Gets an object which provides the information required to paint a field value.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value.
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the maximum row or column index that corresponds to the processed field value.
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the minimum row or column index that corresponds to the processed field value.
Gets the painter object that provides the default element painting mechanism.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter object.
Gets the type of the currently processed column/row header.
A enumeration value that identifies the type of the currently processed column or row header.
Provides data for the event.
Initializes a new instance of the class.
An object that implements the interface.
A PivotHeaderViewInfoBase object.
A ViewInfoPaintArgs object.
A System.Drawing.Rectangle structure that specifies the drawing area.
A MethodInvoker object.
Gets a value which specifies the header area currently being painted.
A enumeration value which specifies the header area currently being painted.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Represents a method that will handle the event.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object which contains event data.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets a value that specifies the header area currently being painted.
A enumeration value that specifies the header area currently being painted.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets the painted element’s appearance settings.
A object that provides the painted element’s appearance settings.
Gets the bounding rectangle of the painted element.
A structure that specifies the element’s boundaries.
Gets an object used to paint an element.
A object used to paint an element.
Gets an object that specifies the storage for the most frequently used pens, fonts and brushes.
A object that stores the most frequently used pens, fonts and brushes.
Gets or sets whether the event has been handled.
true if the event has been handled and default painting is not required; otherwise, false.
Provides data for the event.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter drop-down items. This collection is assigned to the property.
Checks or unchecks all filter items in the collection.
true to check the filter items; false to uncheck them.
Gets the field for which the event has been raised.
A object, representing the field for which the event has been raised.
Gets the collection of filter items.
A list of objects that represent the filter items.
Gets the ‘Show Blanks’ filter item.
A object representing the ‘Show Blanks’ filter item.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets a number of columns in the data area.
An integer value that specifies a number of columns in the data area.
Returns the specified row field value for the cell addressed by its zero-based index in the data area.
An integer value that specifies a zero-based index of a row field cell in the data area.
The value of specified cell.
Gets the number of rows in the data area.
An integer value that specifies the number of rows in the data area.
Gets or sets a height for the data area rows.
An integer value that specifies the height of the data area rows.
Gets the row zero-based index for fields located in the data area.
An integer value that specifies the row index.
Lists values that specify whether the Pivot Grid Control is immediately redrawn after calling the method.
The Pivot Grid Control will not be redrawn until the owner window is redrawn.
The Pivot Grid Control will be immediately redrawn after calling the method.
Provides data for the event.
This member supports the internal infrastructure and is not intended to be used directly from your code.
A string value that specifies the item’s display text.
Gets or sets the item’s display text.
A string value that specifies the item’s display text.
Gets whether the current event is called to populate the filter dropdown.
true if the event is called to populate the filter dropdown; false if the event is called to customize the display text of column and row headers.
Gets the processed item’s value.
An object which represents the item’s value.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised the event.
A object that contains event data.
Provides data for all field handling events.
Represents a method that will handle the , and events.
The event source. Identifies the PivotGrid control that raised an event.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
A object that represents the field for which the event has been raised.
A enumeration member that specifies the current filter type.
true if records that contain NULL values in the current field are processed by the control; false if these records are ignored.
A collection of filter values.
Gets or sets whether to cancel changing the filter condition.
true to cancel changing the filter condition; otherwise, false.
Gets the current filter type.
A enumeration member that specifies the filter type currently set for the field filter.
Gets whether records that contain NULL values in the current field are processed by the control.
true if records that contain NULL values in the current field are processed by the control; false if these records are ignored.
Gets the collection of filter values that is about to be assigned to the filter.
A list of objects representing field filter values.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Changes the expanded state of the current field value.
Returns data records associated with the processed field value.
A object that contains records associated with the processed field value.
Returns data records used to calculate a summary value for the current cell. Allows you to specify the columns to return.
A list of columns to return.
A object that contains the underlying data.
Returns data records used to calculate a summary value for the current cell. Allows you to limit the number of records to return.
An integer value that specifies the maximum number of data rows to return. Set it to -1 to retrieve all rows.
A object that contains the underlying data.
Returns data records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return.
An integer value that specifies the maximum number of data rows to return. Set it -1 to retrieve all rows.
A list of columns to return.
A object that contains the underlying data.
In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
Gets the custom total that corresponds to the currently processed column/row header.
A object that specifies the custom total that corresponds to the currently processed column/row header.
Gets the data field that identifies the processed value.
A object, which is the data field that identifies the processed value.
Gets the field being processed.
A object, which is the field currently being processed.
Gets the field position among the visible fields within the header area.
An integer value that specifies the field position among the visible fields.
Returns a value displayed in a cell with the specified column and row indexes.
A zero-based integer value that specifies the index of the column where the cell resides.
A zero-based integer value that specifies the index of the row where the cell resides.
A value displayed in the specified cell.
Returns a field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
A object that specifies a column or row field, whose value should be obtained.
A zero-based index of a cell that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields.
The field value that belongs to the specified field and corresponds to a data cell with the specified column or row index.
Returns the parent field(s) for the field value being currently processed.
An array of objects that are parent fields for the field value currently being processed.
Returns the value of a specific parent field corresponding to the field value currently being processed.
A object that is the parent field whose value is returned.
An object that is the value of the specified parent (higher level) field.
Gets or sets the index of the image to display within the currently processed column/row header.
An integer value specifying the zero-based index of the image within the source collection.
Gets whether the processed field value is collapsed.
true if the field value is collapsed; otherwise, false.
Gets whether the field is displayed within the Column Header Area.
true if the field is displayed within the Column Header Area; otherwise, false.
Gets whether the current header corresponds to the “Others” row/column.
true if the current header corresponds to the “Others” row/column.
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the maximum row or column index that corresponds to the processed field value.
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the minimum row or column index that corresponds to the processed field value.
Gets an event parameter that provides thread-safe access to event data.
A object that provides thread-safe access to event data.
Gets the column field or row field value that corresponds to the currently processed column/row header.
The field value currently being processed.
Gets the type of the currently processed column/row header.
A enumeration value which identifies the type of the currently processed column or row header.
Represents a method that will handle the event.
The event source. Identifies the Pivot Grid Control that raised the event.
A object that contains event data.
Provides thread-safe access to the event data.
Initializes a new instance of the class.
An object that implements the interface. Provides access to pivot grid data.
A object that owns the current event parameter.
Gets the custom total that corresponds to the currently processed column/row header.
A object that specifies the custom total that corresponds to the currently processed column/row header.
Gets the data field that identifies the processed value.
An object that implements the interface. Specifies the data field that identifies the processed value.
Gets the display text of the processed field value.
A that specifies the display text of the processed field value.
Gets the field being processed.
An object that implements the interface. Specifies the field currently being processed.
Gets the field position among the visible fields within the header area.
An integer value that specifies the field position among the visible fields.
Returns the parent field(s) for the field value being currently processed.
An array of objects that implement the interface. These objects specify parent fields for the field value currently being processed.
Gets or sets the index of the image to display within the currently processed column/row header.
An integer value specifying the zero-based index of the image within the source collection.
For internal use.
Gets whether the field is displayed within the Column Header Area.
true if the field is displayed within the Column Header Area; otherwise, false.
Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the maximum row or column index that corresponds to the processed field value.
Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed.
An integer value that specifies the minimum row or column index that corresponds to the processed field value.
Gets the type of the currently processed column/row header.
A enumeration value which identifies the type of the currently processed column or row header.
Provides data for the event.
Initializes a new instance of the class.
A object that represents the field whose property has been changed. This value is assigned to the property.
A enumeration member that specifies which property has been changed. This value is assigned to the property.
Gets which property has been changed.
A enumeration member that identifies the property that has been changed.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.ViewInfo.PivotGridViewInfo object.
A structure that represents the coordinates of the tooltip. This value is assigned to the property.
A that specifies the tooltip text. This value is assigned to the property.
Gets information about the point where the tooltip should be invoked.
A contains information about the point where the tooltip should be invoked.
Gets the coordinates of the point where the tooltip should be invoked.
A structure representing the coordinates of the point where the tooltip should be invoked.
Gets or sets whether to show the tooltip.
true to show the tooltip; otherwise, false.
Gets or sets the tooltip text.
A that represents the tooltip text.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the and events.
Gets or sets whether the field value can be expanded/collapsed.
true to cancel the operation; otherwise, false.
Represents a method that will handle the and events.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object which contains event data.
Serves as a base for the classes that provide data for the events which are used to customize column and row headers.
Gets the custom total which the currently processed column/row header corresponds to.
A object which represents the custom total which the processed header corresponds to.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData object.
Represents a method that will handle the and events.
The event source. This parameter identifies the Pivot Grid Control which raised the event.
A object which contains event data.
Contains information on the field value located under the test point.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo object.
A enumeration member that specifies which field value cell element is located under the test point.
Gets which field value cell element is located under the test point.
A enumeration member that specifies which field value cell element is located under the test point.
A filter applied to data displayed in the .
Toggles the Filter Editor visibility.
Gets or sets a filter criteria applied to data displayed in the .
A descendant that specifies a filter criteria applied to data displayed in the .
Closes the Filter Editor.
Gets whether or not the Filter Editor is currently displayed.
true if the Filter Editor is currently displayed; otherwise, false.
For internal use.
For internal use.
Opens the Filter Editor.
Gets or sets whether the operand’s value can be swapped.
true, to allow end-users to swap the operand’s value; otherwise, false.
Returns the string that represents the current object.
A that represents the current object.
Provides the appearance settings used to paint a PivotGridControl.
Initializes a new instance of the class. For internal use.
Gets the appearance settings used to paint the column header area.
A object which provides the appearance settings used to paint the column header area.
Gets or sets the appearance of the hint text displayed in an empty Customization Form.
An object that contains corresponding style settings.
Gets the appearance settings used to paint the data header area.
A object which provides the appearance settings used to paint the data header area.
Gets the appearance settings used to paint the Pivot Grid Control’s empty area.
A object which provides the appearance settings used to paint the Pivot Grid Control’s empty space.
Gets the appearance settings used to paint expand buttons.
A object that provides the appearance settings used to paint expand buttons.
Gets the appearance settings used to paint the filter header area.
A object which provides the appearance settings used to paint the filter header area.
Gets the appearance settings used to paint fixed lines.
An that contains the appearance settings used to paint fixed lines.
Gets the appearance settings used to paint the currently focused cell.
A object which provides the appearance settings used to paint the currently focused cell.
Gets the array of default appearances used to paint the Pivot Grid Control’s elements.
A object which provides the look and feel settings for a PivotGridControl.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the array of default appearances used to paint the elements of a Pivot Grid Control when it’s printed.
A object which provides the look and feel settings for a PivotGridControl.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the empty appearance settings used to paint the elements of a PivotGridControl.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the default appearance settings used to paint the elements of a Pivot Grid Control when it’s painted in the Flat style.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the default appearance settings used to paint the elements of a Pivot Grid Control when it’s painted in the Office2003 style.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the default appearance settings used to paint the elements of a Pivot Grid Control when it’s painted in the Skin style.
A object which provides the look and feel settings for a PivotGridControl.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the default appearance settings used to paint the elements of a Pivot Grid Control when it’s painted in the Skin style.
A object which provides the look and feel settings for a PivotGridControl.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the default appearance settings used to paint the elements of a Pivot Grid Control when it’s painted in the Windows XP style.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
Gets the appearance settings used to paint the header area.
A object which provides the appearance settings used to paint the header area.
Gets the appearance settings used to paint filter buttons.
A object which provides the appearance settings used to paint filter buttons.
Gets the appearance settings used to paint the filter buttons displayed within the field headers that are involved in filtering.
A object which provides the appearance settings used to paint the filter buttons that are displayed within the field headers involved in filtering.
Gets the appearance settings used to paint the panel displaying the Prefilter’s criteria (when the option is enabled).
A object that contains the appearance settings used to paint the Pivot Grid Control’s prefilter panel.
Gets the appearance settings used to paint the row header area.
A object which provides the appearance settings used to paint the row header area.
Gets the appearance settings used to paint the selected cells.
A object which provides the appearance settings used to paint the selected cells.
Gets or sets a glyph that is used to indicate that values of column/row fields are sorted by a specific row/column.
A object that specifies a corresponding glyph.
Represents the base class for classes that provide appearance settings for a PivotGridControl.
Initializes a new instance of the class. For internal use.
Gets the appearance settings used to paint data cells.
A object that provides the appearance settings used to paint data cells.
Gets the appearance settings used to paint custom total cells.
A object which provides the appearance settings used to paint custom total cells.
Gets the default appearance settings used to paint field headers.
A object that provides the appearance settings used to paint field headers.
Gets the appearance settings used to paint the values of fields and the default appearance settings used to paint grand totals and totals.
A object which provides the appearance settings used to paint field values.
Gets the appearance settings used to paint grand total headers.
A object which provides the appearance settings used to paint the grand total headers.
Gets the appearance settings used to paint the headers of Totals.
A object which provides the appearance settings used to paint the headers of Totals.
Gets the appearance settings used to paint the filter header area separator.
A object which provides the appearance settings used to paint the filter header area separator.
Gets the appearance settings used to paint Grand Total cells.
A object which provides the appearance settings used to paint Grand Total cells.
Gets the appearance settings used to paint connector lines between field headers combined in a field group.
An object which provides corresponding appearance settings.
For internal use.
Gets the appearance settings used to paint the horizontal and vertical lines.
A object which provides the appearance settings used to paint grid lines.
Gets the appearance settings used to paint automatic total cells.
A object which provides the appearance settings used to paint automatic total cells.
Provides the appearance settings used to paint the elements in a Pivot Grid Control when it’s printed.
Initializes a new instance of the class.
For internal use.
Gets an array of the default appearances used to paint the elements of a Pivot Grid Control when it’s printed.
An array of DevExpress.Utils.AppearanceDefaultInfo objects.
For internal use.
Stores information on the cells displayed within the PivotGrid control.
Initializes a new instance of the class with default settings.
A PivotGridViewInfoData object which contains the information required to initialize the created object.
Gets the number of columns in the PivotGrid control.
An integer which specifies the number of columns displayed within the PivotGrid control.
Copies the selected cells to the Clipboard.
Gets or sets the coordinates of the focused cell.
A structure that specifies the coordinates of the focused cell.
Returns an object that contains information on the specified cell.
A zero-based integer that identifies the visible index of the column.
A zero-based integer that identifies the visible index of the row.
A object that contains information on the specified cell.
Returns an object that contains information on the currently focused cell.
A object that contains information on the currently focused cell.
Invalidates the specified cell.
A object that identifies the cell.
Invalidates the cell which is located at the specified position.
A zero-based integer which identifies the visible index of the row that contains the cell.
A zero-based integer which identifies the visible index of the column that contains the cell.
Gets or sets the coordinates of the left top visible cell.
A structure that specifies the coordinates of the left top visible cell.
Gets the selected cells.
An object that implements the interface and represents the Pivot Grid Control’s selection.
Gets the number of rows in the PivotGrid control.
An integer which is the number of rows displayed within the PivotGrid control.
Gets or sets the coordinates of the selected cells.
A object which contains the coordinates of the selected cells.
Selects cells that reside within the specified column or row.
true to select cells within a column; false to select cells within a row.
An array of field values that identifies the column or row that should be selected.
Selects cells that reside within the specified column or row, identified by the specified data field.
true to select cells within a column; false to select cells within a row.
An array of field values that identifies the column or row that should be selected.
A descendant. Specifies a data field that identifies the column or row that should be selected.
Allows you to create a pivot table (cross-tabular format) for multi-dimensional analysis of large amounts of data.
Initializes a new instance of the class.
Activates the Pivot Grid Control’s About dialog box.
Gets the PivotGrid’s active editor.
A descendant that represents the currently active editor. null (Nothing in Visual Basic) if no cell is currently being edited.
Provides access to settings of the filter applied to the ‘s data.
A object that is a filter applied to data displayed in the .
Gets or sets the filter criteria applied to the ‘s data.
A descendant that specifies a filter criteria applied to data displayed in the .
Occurs when the filter criteria, currently applied to the PivotGridControl, is changed.
Gets or sets whether to apply the filter criteria specified using the or .
true, to apply a filter criteria; otherwise, false.
Gets or sets a string that specifies the filter criteria applied to the ‘s data.
A value that specifies a string that specifies a filter criteria applied to data displayed in the .
Provides access to the properties that control the appearance of the PivotGrid control’s elements.
A object which provides the appearance settings for the PivotGrid control’s elements.
Provides access to the properties that specify the appearances of the PivotGrid control’s elements when it’s printed.
A object which provides the appearance settings used to paint the Pivot Grid Control’s elements when it’s printed.
Occurs after an asynchronous operation has been completed.
Occurs before an asynchronous operation is started.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs before a layout is restored from storage (a stream, xml file or the system registry).
Occurs before the control’s data recalculation starts.
Locks the object by preventing visual updates of the object and its elements until the EndUpdate method is called.
Resizes all columns to fit their contents.
Resizes the column(s) related to the specified field to fit the longest text currently displayed in the column.
A object that is the field whose columns are resized.
Resizes columns in the Data Area to the minimum width required to display their contents.
Resizes the Data Header Area to the minimum width required to display data field headers.
true, to prevent the Row Header Area width from being decreased; otherwise, false.
Resizes columns that display row field values to the minimum width required to display their contents.
Gets or sets the border style for the PivotGridControl.
A enumeration value which specifies the border style of a PivotGridControl.
Returns information on the grid elements located at the specified point.
A structure which specifies the test point coordinates relative to the Pivot Grid Control’s top-left corner.
A object which contains information about the grid elements located at the test point.
Indicates whether the field can be resized.
A structure which represents the test point.
true if the field can be resized; otherwise, false.
Occurs when a cell is clicked.
Occurs when a cell is double-clicked.
Gets the object which contains information on the cells that are displayed by the control.
A object which contains information on the data cells.
Occurs when the cell selection is modified.
Expands or collapses all values of the specified field asynchronously.
A descendant that specifies the field whose values should be expanded/collapsed.
true to expand field values; false to collapse them.
Toggles the sort order of the specified field asynchronously.
A object that specifies a field whose sort order should be toggled.
Clears field sorting asynchronously in OLAP mode.
A object that specifies the field whose sort order should be changed.
Hides the active editor, saving changes made.
Collapses all the columns and rows in the PivotGridControl.
Collapses all columns and rows in a Pivot Grid Control asynchronously.
Collapses all columns.
Collapses all columns asynchronously.
Collapses all rows.
Collapses all rows asynchronously.
Collapses a specific column or row that is identified by the specified values.
true to collapse a column; false to collapse a row.
An array of values that identify the column/row to be collapsed.
Collapses the specified column or row asynchronously.
true to collapse a column; false to collapse a row.
An array of field values that identify the column/row to be collapsed.
Converts the object to the object.
Returns data records used to calculate summary values for all cells.
A object containing the underlying data records.
Returns a list of records used to calculate a summary value for the specified cell.
A zero-based integer which is the visible column index. Set it to -1 to obtain the column’s Grand Total.
A zero-based integer which identifies the visible index of the row. Pass -1 as a row index to obtain the row’s Grand Total.
A object containing the underlying data records.
Returns data records used to calculate a summary value for the specified cell. Allows you to specify the columns to return.
A zero-based visible column’s index. Set it to -1 to obtain the column’s Grand Total.
A zero-based visible row’s index. Set it to -1 to obtain the row’s Grand Total.
A list of columns to return.
A object that contains the underlying data.
Returns data records used to calculate a summary value for the specified cell. Allows you to limit the number of returned records.
A zero-based integer that is the column’s visible index. Set it to -1 to obtain the column’s Grand Total.
A zero-based integer that is the row’s visible index. Set it to -1 to obtain the row’s Grand Total.
An integer value that specifies the maximum number of data rows to return. -1 to retrieve all rows.
A object containing the underlying data records.
Returns data records used to calculate a summary value for the specified cell. Allows you to specify the columns and limit the number of records to return.
A zero-based visible column’s index of the column. Set it to -1 to obtain the column’s Grand Total.
A zero-based visible row’s index. Set it to -1 to obtain the row’s Grand Total.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
Creates a copy of the current pivot grid’s OLAP data source instance.
An descendant that represents an OLAP data source.
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.
A zero-based integer which identifies the visible index of the column.
A zero-based integer which identifies the visible index of the row.
A list of columns to be returned.
A object that contains the underlying data.
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.
A zero-based integer which identifies the visible index of the column.
A zero-based integer which identifies the visible index of the row.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
In server mode, returns a list of records used to calculate a summary value for the specified cell.
A zero-based integer which identifies the visible index of the column.
A zero-based integer which identifies the visible index of the row.
A list of columns to be returned.
A object that contains the underlying data for the processed cell.
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.
A zero-based integer which identifies the visible index of the column.
A zero-based integer which identifies the visible index of the row.
An integer value that specifies the maximum number of data rows to be returned. -1 to retrieve all rows.
A list of columns to be returned.
A object that contains the underlying data.
Returns a summary data source.
A object that represents the summary data source.
Allows the appearances of cells to be dynamically customized when the control is displayed on screen and in the print output.
Enables custom display text to be provided for the cells displayed within the Data Area.
Allows you to assign editors for particular cells. To avoid performance issues and increased memory consumption, assign repository items that already exist in the PivotGridControl.RepositoryItems collection. Do not create new repository items in this handler.
Allows you to assign a custom editor to a cell for in-place editing, and override the default cell editor, which is used in both display and edit modes, by default. To avoid performance issues and increased memory consumption, assign repository items that already exist in the PivotGridControl.RepositoryItems collection. Do not create new repository items in this handler.
Allows you to replace cell values with values calculated in the event handler.
Occurs when a prepares data to be displayed in a .
Allows you to customize pivot grid data before passing it to a chart control.
Enables the column width to be customized.
Allows you to change fields and folders order in the Customization Form.
Enables data cells to be painted manually.
Enables a Pivot Grid Control’s background to be custom painted.
Enables field headers to be painted manually.
Enables header areas to be painted manually.
Enables column and row headers to be painted manually.
Enables you to change cell values.
Enables you to render different content for individual cells in a printed or exported document, if the control is exported in the WYSIWYG mode.
Enables you to render different content for individual field values in a printed or exported document, if the PivotGrid is exported in the WYSIWYG mode.
Enables you to render different content for individual field headers in a printed or exported document, if the control is exported in the WYSIWYG mode.
Allows you to provide a custom sorting algorithm for the field values.
Allows you to customize field value cells.
Enables custom text to be displayed in the Filter Panel.
Allows you to customize items displayed in the Classic filter popup.
Allows you to custom group values of column and row fields.
Provides access to the Customization Form.
A descendant that represents the Customization Form.
Gets or sets the boundaries of the Customization Form.
A structure which represents the Customization Form’s boundaries.
Specifies the collection of images identifying nodes in the Customization Form used when the control is in OLAP mode.
An object that contains the corresponding images.
Gets or sets a vector image that identifies nodes in the Customization Form when the control is in OLAP mode.
A object that contains images from a project assembly.
Enables the rows height to be customized.
In OLAP and server mode, provides the capability to sort data using custom rules.
Allows you to calculate a custom summary.
Enables providing data to unbound fields.
Gets or sets the data source member which supplies data to the control.
A string value representing the data source member.
Gets or sets the object used as the data source for the current control.
The object used as the data source.
Fires when the Pivot Grid Control’s data source changes.
Gets or sets a default engine used to perform data processing in the pivot grid.
A enumeration value that specifies an engine used to perform data processing in the pivot grid.
Gets or sets the how an end-user can edit criteria in the Filter Editor.
A value that defines the Filter Editor view.
Gets or sets the active editor’s value.
An object that represents the active editor’s value.
Occurs when the cell value changes and allows you to save the changed value.
Occurs after the control’s data recalculation has been completed.
Unlocks the object after a call to the BeginUpdate method and causes an immediate visual update.
Unlocks the Pivot Grid Control after the method call, and starts an asynchronous update.
Gets or sets whether the PivotGrid will be immediately redrawn after calling the method.
A enumeration member that specifies whether the PivotGrid will be immediately redrawn after calling the method.
Ensures that the Pivot Grid Control’s view information has been calculated. If not, forces the Pivot Grid Control to calculate the view information.
Expands all the columns and rows in the PivotGridControl.
Expands all columns and rows in the Pivot Grid Control asynchronously.
Expands all columns.
Expands all columns asynchronously.
Expands all rows.
Expands all rows asynchronously.
Expands a specific column or row that is identified by the specified values.
true to expand a column; false to expand a row.
An array of values that identify the column/row to be expanded.
Expands the specified column or row asynchronously.
true to expand a column; false to expand a row.
An array of field values that identify the column/row to be expanded.
Occurs after the PivotGrid’s export has been completed.
Occurs after the PivotGrid’s export has been started.
Exports the control’s data to the specified stream in CSV.
A stream to which the control is exported.
Exports the control’s data to the specified stream in CSV format using the specified options.
A stream to which the control is exported.
A object which specifies the CSV export options to be applied when the control is exported.
Exports the control’s data to the specified file in CSV format.
A containing the full path to the file to which the control is exported.
Exports the control’s data to the specified file in CSV format using the specified options.
A containing the full path to the file to which the control is exported.
A object which specifies the CSV export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to a DOCX document and sends it to the specified stream.
A object which the created document is exported to.
Exports the control’s data to the specified stream in DOCX format using the specified options.
A object, to which the created document is exported.
A object which specifies the DOCX export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to the specified DOCX file.
A which specifies the full path (including the file name and extension) to where the DOCX file will be created.
Exports the control’s data to the specified file in DOCX format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the DOCX export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data as HTML and sends it to the specified stream.
A object which the created document is exported to.
Exports the control’s data to the specified stream in HTML format using the specified options.
A object, to which the created document is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to an HTML document with the specified encoding and title and sends it to the specified stream. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
A object which the created document is exported to.
A which specifies the encoding name set in the HTML document (e.g. “UTF-8”).
A which specifies the name shown as the title of the created HTML document.
true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false.
Exports the Pivot Grid Control’s data to the specified file as HTML.
A containing the full path (including the file name and extension) specifying where the HTML file will be created.
Exports the control’s data to the specified file in HTML format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to a HTML file with the specified encoding.
A containing the full path (including the file name and extension) specifying where the HTML file will be created.
A representing the encoding name set in the HTML file (e.g. “UTF-8”).
Exports the Pivot Grid Control’s data to an HTML file with the specified encoding and title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
A which contains the full path (including the file name and extension) specifying where the HTML file will be created.
A representing the encoding name set in the HTML file (e.g. “UTF-8”).
A specifying the name shown as the title of the created HTML document.
true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false.
Exports the control’s data to the specified stream in BMP format.
A object, to which the created document is exported.
Exports the control’s data to the specified stream in Image format using the specified Image-specific options.
A object, to which the created document is exported.
An object that contains the export options.
Exports the control’s data to the specified file in BMP format.
A which specifies the name (including the full path) of the file to which the control is exported.
Exports the control’s data to the specified file in Image format using the specified Image-specific options.
A which specifies the name (including the full path) of the file to which the control is exported.
An object that contains the export options.
Exports the control’s data to the specified stream in MHT format using the specified options.
A object, to which the created document is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to an MHT document (Web archive, single file) at the specified path and title and sends it to the specified stream. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
A object which the created MHT document is exported to.
A which specifies the encoding name set in the MHT document (e.g. “UTF-8”).
A which specifies the name shown as the title of the created MHT document.
true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false.
Exports the Pivot Grid Control’s data to an MHT file (Web archive, single file) at the specified path.
A which specifies the full path (including the file name and extension) to where the MHT file will be created.
Exports the control’s data to the specified file in MHT format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to an MHT file (Web archive, single file) at the specified path and with the specified encoding.
A which specifies the full path (including the file name and extension) to where the MHT file will be created.
A which specifies the encoding name set in the MHT document (e.g. “UTF-8”).
Exports the Pivot Grid Control’s data to an MHT file (Web archive, single file) with the specified path and title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
A which specifies the full path (including the file name and extension) to where the MHT file will be created.
A which specifies the encoding name set in the MHT file (e.g. “UTF-8”).
A which specifies the name shown as the title of the created MHT document.
true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false.
Exports the Pivot Grid Control’s data to a PDF document and sends it to the specified stream.
A object which the created document is exported to.
Exports the control’s data to the specified stream in PDF format using the specified options.
A object, to which the created document is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to the specified PDF file.
A which specifies the full path (including the file name and extension) to where the PDF file will be created.
Exports the control’s data to the specified file in PDF format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data as Rich Text and sends it to the specified stream.
A object which the created document is exported to.
Exports the Pivot Grid Control’s data to the specified RTF file.
A which specifies the full path (including the file name and extension) to where the RTF file will be created.
Exports the Pivot Grid Control’s data to a text document and sends it to the specified stream.
A object which the created document is exported to.
Exports the control’s data to the specified stream in Text format using the specified options.
A object, to which the created document is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to a text document with the specified separator string and sends it to the specified stream.
A object which the created document is exported to.
A which contains the symbols that will be used to separate the text elements. The default value is “\t”.
Exports the Pivot Grid Control’s data to a text document with the specified separator string, text encoding settings and sends it to the specified stream.
A object to which the created document is exported.
A which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is “\t”.
A descendant that specifies the encoding of the created text document.
Exports the Pivot Grid Control’s data to a text file at the specified path.
A which specifies the full path (including the file name and extension) to where the text file will be created.
Exports the control’s data to the specified file in Text format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to a text file at the specified path and with the specified separator string.
A which specifies the full path (including the file name and extension) to where the text file will be created.
A which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is “\t”.
Exports the Pivot Grid Control’s data to a text document with the specified separator string and text encoding settings, and sends it to the specified file.
A which specifies the full path (including the file name and extension) where the text file will be created.
A which contains the symbols that will be used to separate the text elements of the document in the created text file. The default value is “\t”.
A descendant that specifies the encoding of the created text document.
Exports the Pivot Grid Control’s data as XLS and sends it to the specified stream.
A object to which the created document is exported.
Exports the control’s data to the specified stream in XLS format using the specified options.
A object to which data is exported.
A value that specifies how values are exported.
Exports the control’s data to the specified stream in XLS format using the specified options.
A object, to which the created document is exported.
A object which specifies the XLS export options to be applied when the control is exported.
Exports the Pivot Grid Control’s data to the specified file as XLS.
A which specifies the full path (including the file name and extension) to where the XLS file will be created.
Exports the control’s data to the specified file in XLS format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A value that specifies how values are exported.
Exports the control’s data to the specified file in XLS format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A object which specifies the XLS export options to be applied when the control is exported.
Exports the control’s data to the specified stream in XLSX (MS Excel 2007) format.
A object to which data is exported.
Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
A object to which data is exported.
A value that specifies how values are exported.
Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
A object to which data is exported.
A object which specifies the XLSX export options to be applied when the control is exported.
Exports the control’s data to the specified file in XLSX (MS Excel 2007) format.
A string that specifies the full path to the file to which the data is exported.
Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
A which specifies the name (including the full path) of the file to which the control is exported.
A value that specifies how values are exported.
Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
A string that specifies the full path to the file to which the data is exported.
An object that contains export options.
Occurs after a field location or visibility has been changed.
Enables you to control whether the dragged field header can be dropped at the area it’s currently located over.
Occurs after a field has been moved.
Fires when the expansion status of fields combined into a field group is changed.
Occurs after a specific field’s filter criteria was changed.
Allows you to customize the filter that is being applied or cancel filtering.
Occurs after a field’s property has been changed.
Provides access to a PivotGrid control’s field collection.
A object which represents a collection of all the fields within a PivotGridControl.
Occurs before a tooltip is invoked.
Fires after the property’s value has been changed.
Fires after a field value has been collapsed.
Enables you to control whether field values can be collapsed.
Allows you to change the display text and display field’s data in a more user-friendly format.
Fires after a field value has been expanded.
Enables you to control whether field values can be expanded.
Enables images to be shown within column and row headers.
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.
Occurs after a field has been shown or hidden.
Provides a notification that the field’s width has been changed.
Allows you to customize the Filter Editor before it is displayed on-screen.
Allows you to customize templates used by Excel-style filter popups and external editors generated using Filtering UI Context.
Allows you to add, remove, and modify data values and customize predefined filters in the Excel style pop-up filter menus. Filter items added manually on this event must be unique and sorted.
Allows you to parse the filter criteria applied to data and select the corresponding values in the filter menu.
Allows you to replace templates used by Excel-style filter popups and external editors generated using Filtering UI Context.
Fires when a filter criteria is about to be applied to data and allows you to customize the filter criteria.
Provides access to the fixed columns collection.
A object that is a collection of fixed field values.
Gets or sets the width of pinned columns separators.
An integer value that specifies the width of vertical lines that separate pinned columns from others. The value is set in pixels.
Fires in response to cell focus changing.
Overrides the base class Font property.
A object to apply to the text displayed by the control.
Forces the Pivot Grid Control to finish its initialization.
Gets the collection of style format conditions.
The collection of style format conditions.
Gets the collection of style format rules for a PivotGridControl.
A object which is the collection of style format rules.
Returns a cell value by the column and row indexes.
A zero-based integer value that specifies the index of a column where the cell resides.
A zero-based integer value that specifies the index of a row where the cell resides.
A value displayed in the specified cell.
Returns a cell value calculated for the specified column and row field values.
An array of column field values that identify the column where the cell resides.
An array of row field values that identify the column where the cell resides.
A summary value calculated for the specified column and row field values.
Returns a cell value calculated for the specified column and row field values, against the specified data field.
An array of column field values that identify the column where the cell resides.
An array of row field values that identify the column where the cell resides.
A object that specifies the data field, against which the required cell value is calculated.
A summary value calculated for the specified column and row field values, against the specified data field.
Returns the index of the specified column.
An array of column field values that identify the column.
An integer value that specifies the column index. -1 if the specified column has not been not found.
Returns the index of the specified column.
An array of column field values that identify the column.
A object that is the Data Field whose values are displayed in the column.
An integer value that specifies the column index. -1 if the specified column has not been not found.
Returns the field whose header is displayed at the specified point.
A structure which represents the test point. The point is relative to the top left corner of the control.
A field whose header is displayed at the specified point; null if there is no field header located at the specified point.
Returns a field at the specified visual position in the specified area.
A value that identifies the area containing the required field.
An integer value that specifies the visible index of the field within the specified area.
A object at the specified visual position within the specified area.
Returns the list of fields that are available in the bound data source.
A list of fields in the bound data source.
Returns a list of fields displayed in the specified area.
A value that identifies the required area.
A list of visible fields displayed in the specified area.
Returns the specified column or row field’s value for the cell addressed by its zero-based index in the Data Area.
A object representing a column or row field whose value is to be obtained.
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.
An object representing the field’s value.
Returns an OLAP member for the specified field value.
A object that represents the Pivot Grid Control field.
An integer value that specifies the cell’s index.
An object that implements the interface. null (Nothing) if the specified summary cell doesn’t correspond to the specified field’s value.
Gets the type of a specific column/row field’s value.
A object that refers to the required field.
A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields.
A value that identifies the type of the required column/row field value.
Gets the type of a field value in the column or row area.
true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area.
A zero-based index of a column/row that identifies the required field value. Indexes are numbered starting from the left, for column fields, and from the top, for row fields.
A value that identifies the type of the required column/row field value.
Returns an image that corresponds to a specific KPI value.
A enumeration value that specifies the KPI graphic set.
An integer value that specifies the KPI value (-1, 0 or 1).
A Bitmap object that corresponds to the specified KPI value.
Gets the list of key performance indicators (KPI) in a cube.
The list of KPI names.
Returns the Measures dimension’s members used to calculate the value, goal, status and weight of the specified Key Performance Indicator (KPI).
A string value that specifies the KPI’s name.
A object that contains measures used to determine the KPI’s value.
Returns a graphic set defined on the server for the specified KPI’s trend and status.
A string value that specifies the KPI’s name.
A enumeration value that identifies the image set. Images can be obtained only for trend and status KPI types.
A enumeration value that specifies the KPI graphic set.
Returns the specified KPI’s value.
A string value that specifies the KPI’s name.
A object that represents the specified KPI’s value.
Returns the index of the specified row.
An array of row field values that identify a row.
An integer value that specifies the row index. -1 if the specified row has not been not found.
Returns the index of the specified row.
An array of row field values that identify a row.
A object that is the Data Field whose values are displayed in the row.
An integer value that specifies the row index. -1 if the specified row has not been not found.
Fires after the control’s layout has been changed.
Occurs after a group filter condition was changed.
Gets the collection of field groups.
A object which represents a collection of field groups.
Gets or sets the source of images available for display within field headers.
An object that is an image collection providing images for the ‘s field headers.
Fires after an in-place editor has been closed.
Closes the Customization Form.
Fires before the Customization Form is closed.
Hides the active editor discarding any changes made.
Gets or sets a collection of images which can be used in HTML string displayed in the field headers or values.
An image collection (DevExpress.Utils.ImageCollection or DevExpress.Utils.SvgImageCollection).
Enables you to provide a proper response to entering an invalid cell value.
Gets whether an asynchronous operation is in progress.
true if an asynchronous operation is in progress; otherwise, false.
Indicates whether a field header is being dragged by a user.
true if a user drags a field header; otherwise, false.
Returns whether the specified column field value or row field value is collapsed.
A object that identifies a column or row field.
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.
true if the specified column field value or row field value is collapsed; otherwise, false.
Returns whether the specified column field value or row field value is collapsed.
true if the field value corresponds to a column field; false if the field value corresponds to a row field.
A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields.
An integer value that specifies the nesting level of the field value.
true if the specified column field value or row field value is collapsed; otherwise, false.
Returns whether a connection string is specified via the property, and so the control is bound to a cube in an MS Analysis Services database.
true if a connection string is specified via the property; otherwise, false.
Indicates whether the Pivot Grid Control can be printed.
true if the Pivot Grid Control can be printed; otherwise, false.
Gets whether the PivotGridControl has been locked for updating.
true if the PivotGridControl is locked; otherwise, false.
Updates a PivotGridControl.
Occurs when a layout is restored from a data store (a stream, xml file or the system registry) and its version is different than that of the control’s current layout version.
Occurs after the Pivot Grid Control is scrolled.
Gets or sets the column and row indexes of the data cell displayed in the top left corner.
A structure that identifies the column and row indexes of the data cell displayed in the top left corner.
Gets the actual data source whose data is displayed within the control.
An object that represents the actual data source that provides data for the control.
Restores the collapsed state of field values from the specified file.
A value that specifies the path to the file from which the collapsed state of field values is read. If the specified file does not exist, an exception is raised.
Restores the collapsed state of field values from the specified stream.
A descendant from which the collapsed state of field values is read. If null (Nothing in Visual Basic), an exception is raised.
Gets or sets whether the animated loading panel that indicates the data load process is displayed.
true if the loading panel is displayed; otherwise, false.
Allows custom responses to be provided for clicks on context menu items.
Gets the recently applied filters list (see MRU Filter List article).
A list of recently applied filters.
Specifies a connection string to a cube in an MS Analysis Services database.
A that specifies a connection string to a cube in an MS Analysis Services database.
Gets or sets which data provider should be used to bind to an OLAP cube.
A enumeration member that specifies which data provider should be used to bind to an OLAP cube.
Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost.
Allows you to get a query used to obtain data in PivotGrid.
Fires after a specific interval of time has elapsed when sending a query to an OLAP server.
Provides access to the control’s behavior options.
A object containing the control’s behavior options.
Provides access to the options controlling the display of the PivotGrid control’s data in a chart control.
A object that contains corresponding options.
Provides access to the Pivot Grid Control’s customization options.
A object which contains the Pivot Grid Control’s customization options.
Provides access to the Pivot Grid Control’s data specific options.
A class that contains the Pivot Grid Control’s data specific options.
Provides access to the options which control the presentation of the data fields in the PivotGrid.
A object.
Provides access to the Pivot Grid’s filter options.
A object that specifies filter settings.
Provides access to options that define the Classic filter popup’s appearance and behavior.
A object that specifies the appearance and behavior of the Classic filter popup.
Provides access to the Pivot Grid Control’s hint options.
A object which contains the Pivot Grid Control’s hint options.
Provides options that control how the Pivot Grid Control layout is stored to/restored from a storage (a stream, XML file or system registry).
A object that provides options for controlling how the layout is stored and restored.
Provides access to the Pivot Grid Control’s menu options.
A object which contains the Pivot Grid Control’s menu options.
Provides access to the Pivot Grid Control’s OLAP mode specific options.
A object which contains the Pivot Grid Control’s OLAP mode specific options.
Provides access to the Pivot Grid’s appearance and layout options used when printing or exporting the control in WYSIWYG mode.
A object which contains the Pivot Grid control’s print options.
Provides access to the Pivot Grid Control’s selection options.
A object which contains the Pivot Grid Control’s selection options.
Provides access to the Pivot Grid Control’s display options.
A object which contains the Pivot Grid Control’s display options.
Provides access to the appearance settings currently used to paint the Pivot Grid Control’s elements.
A object which provides the appearance settings currently used to paint the Pivot Grid Control’s elements.
Provides access to the appearance settings used to paint the Pivot Grid Control’s elements when it’s printed.
A object which provides the appearance settings used to paint the Pivot Grid Control’s elements when it’s printed.
A DirectX-compatible method that replaces the standard Control.Paint method.
Allows you to customize context menus.
Posts the value being edited to the associated data source without closing the editor.
true if the value being edited has been successfully validated and saved to the associated data source; otherwise, false.
Gets the Prefilter’s settings.
A object that contains the Prefilter’s settings.
Fires when the Prefilter’s criteria are changed.
Prints the PivotGridControl.
Allows you to add custom-function-based filters (for example, ‘discount is more than 15%’) to Excel-style pop-up filter menus and/or the filter editor.
Occurs when a query processing error occurs on a bound server providing data for the .
Reloads data from the control’s data source and recalculates summaries.
Reloads data from the control data source and recalculates summaries asynchronously.
Restores the layout stored at the specified system registry path.
A string value which specifies the system registry path. If the specified path doesn’t exist, this method does nothing.
Restores the Pivot Grid Control’s layout stored at the specified system registry path, using the specified settings.
A string value specifying the system registry path. If the specified path doesn’t exist, calling this method does nothing.
A descendant which specifies which options should be restored.
Restores a Pivot Grid Control’s layout from the specified stream.
A descendant from which the Pivot Grid Control’s settings are read. If null (Nothing in Visual Basic), an exception is raised.
Restores a Pivot Grid Control’s layout from the specified stream, using the specified settings.
A descendant which contains the layout settings. If null (Nothing in Visual Basic), an exception is raised.
A descendant which specifies which options should be restored.
Restores a Pivot Grid Control’s layout from the specified XML file.
A string value specifying the path to the XML file from which Pivot Grid Control’s settings are read. If the specified file doesn’t exist, an exception is raised.
Restores a Pivot Grid Control’s layout using the specified settings from the specified XML file.
A string value specifying the path to the XML file from which the Pivot Grid Control’s settings are read. If the specified file doesn’t exist, an exception is raised.
A descendant that specifies which options should be restored.
Creates objects for all the fields in the bound data source.
Creates objects for all the fields in the bound data source, and moves the fields to the specified area, making them visible or hidden.
A value that specifies the area to which the created fields are moved.
true if the created fields are made visible; otherwise, false.
Creates objects for all fields in a data source asynchronously.
Creates objects for all fields in a data source, and moves them to the specified area, making them visible or hidden. Performs these actions asynchronously.
A enumeration value that specifies the area to which the created fields are moved.
true to show the created fields; otherwise, false.
Saves the collapsed state of field values to the specified file.
A value which specifies the path to the file to which the collapsed state of field values is saved. If the specified file doesn’t exist, it is created.
Saves the collapsed state of field values to the specified stream.
A descendant to which the collapsed state of field values is saved.
Saves a Pivot Grid Control’s layout to a system registry path.
A string value which specifies the system registry path to which the layout is saved.
Saves a Pivot Grid Control’s layout to the specified system registry path, using the specified settings.
A string value which specifies the system registry path to which the layout is saved.
A descendant that specifies which options should be saved.
Saves a Pivot Grid Control’s layout to the specified stream.
A descendant to which a Pivot Grid Control’s layout is written.
Saves a Pivot Grid Control’s layout to the specified stream, using the specified settings.
A descendant to which the Pivot Grid Control’s layout is written.
A descendant that specifies which options should be saved.
Saves a Pivot Grid Control’s layout to an XML file.
A string value specifying the path to the file where a Pivot Grid Control’s layout should be stored. If an empty string is specified, an exception is raised.
Saves a Pivot Grid Control’s layout to the specified XML file, using the specified settings.
A string value specifying the path to the file where the Pivot Grid Control’s layout settings should be stored. If an empty string is specified, an exception is raised.
A descendant that specifies which options should be saved.
Saves the Pivot Grid Control’s data and full layout to the specified file.
A string that specifies the path to the file in which the control’s data and layout will be saved.
Saves the Pivot Grid Control’s data and full layout to the specified file, and allows the data to be compressed.
A string that specifies the path to the file in which the control’s data and layout will be saved.
true to compress the output file; otherwise, false.
Saves the Pivot Grid Control’s data and full layout to the specified stream.
A descendant to which data is saved.
Saves the Pivot Grid Control’s data and full layout to the specified stream, and allows the data to be compressed.
A descendant to which data is saved.
true to compress the output stream; otherwise, false.
Sets a data source for Pivot Grid Control and loads data asynchronously.
An object that contains data for the PivotGridControl.
Sets the specified sort order for the specified field asynchronously.
A object that specifies a field whose sort order should be changed.
A enumeration member that specifies the sort order to be set for the field.
Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube asynchronously.
A that specifies the connection string to an OLAP cube.
Gets or sets whether to show custom function-based filters.
True to show custom function-based filters; False to not show them; Default to enable/disable custom function-based filters depending on the global setting.
Displays the Customization Form.
Displays the Customization Form at the specified point.
The Customization Form’s top-left corner, in screen coordinates.
Displays the Customization Form and assigns it to the specified parent.
A control that owns the created customization form.
Fires immediately after the Customization Form has been invoked.
Invokes the focused cell’s editor.
Invokes the in-place editor for the cell at the specified position.
The point where the target cell is located.
Allows you to customize the Excel-style filter popup (for instance, to hide specific filtering conditions from the “Filters” tab).
Occurs before the Customization Form is displayed.
Allows you to cancel editor activation.
Fires after a cell editor has been invoked.
Opens the Print Preview window with a toolbar-based interface.
Opens the Print Preview window with a Ribbon-based interface.
Invokes the Expression Editor that enables editing a specified unbound field’s expression.
A that represents an unbound field whose expression will be edited in the Expression Editor.
true if the OK button has been pressed when closing the editor; otherwise, false.
Gets or sets the string associated with the control.
A string associated with the control.
Fires after an Expression Editor is created for an unbound field.
Gets or sets whether the DirectX Hardware Acceleration is enabled for this Pivot Grid Control.
A DefaultBoolean enumerator value that specifies whether or not this control employs the DirectX Hardware Acceleration.
The DefaultBoolean.Default value is equivalent to DefaultBoolean.True if the static method was called, or to DefaultBoolean.False otherwise.
Gets or sets whether the control is painted grayed out, when in the disabled state.
true if the control is painted grayed out, when in the disabled state; otherwise, false
Gets the end-user action performed on the .
The object that is the end-user action performed on the .
Allows you to respond to end-user actions performed on the .
Validates the active editor.
true if the active editor’s value is valid; otherwise, false.
Enables you to manually validate cell values.
Gets or sets the source of images that are available for display within field values.
An object that is an image collection providing images for the ‘s field values.
For internal use.
Provides data for the event.
Represents a method that will handle the event.
The event sender. Identifies the PivotGrid control that raised the event.
A object that contains event data.
Provides data for the event.
Represents a method that will handle the event.
The event source. Identifies the PivotGrid control that raised the event.
A object that contains event data.
Represents a custom total which can be calculated for an outer column field or row field.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified summary function type.
A value that specifies the summary function type for the created custom total object. This value is assigned to the property.
Gets the appearance settings used to paint the custom total’s cells.
A object which provides the appearance settings used to paint the custom total’s cells.
Copies settings of the current object to the object passed as the parameter.
A object to which settings are copied from the current object.
Returns whether the settings of the current and specified objects match.
A object to be compared with the current object.
true if the settings of the objects match; otherwise, false.
Represents a collection of custom totals for a field.
Initializes a new instance of the class with default settings,
Initializes a new instance of the class and adds copies of the specified custom totals to the collection.
An array of objects whose copies will be added to the collection.
For internal use.
Appends a new item to the collection that represents a custom total of the specified summary function type.
A value that determines the type of the summary function used to calculate the current total. This value is assigned to the property.
A object which represents the created custom total.
Appends an array of custom totals to the current collection.
An array of objects which represent the custom totals to add to the collection.
Gets the field which owns the current collection.
A field which owns the current collection.
Provides indexed access to the elements in the collection.
A zero-based integer value which represents the desired custom total’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.
A object located at the specified index.
A field within the control.
Initializes a new instance of the class with default settings.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.Data.PivotGridData object.
Initializes a new instance of the class with the specified field name and location.
A string identifying the name of the database field. This value is assigned to the property.
A value that defines the location for the object within the control. This value is assigned to the property.
Gets or sets the Pivot Grid’s name used by accessibility client applications.
The Pivot Grid’s name used by accessibility client applications.
Provides access to the appearance settings used to paint the field’s header, values and value totals.
A collection that contains the appearance settings used to paint the field’s header, values and value totals.
Resizes the field’s column(s) to fit the longest text currently displayed in the column.
Returns whether cells of the current field can be edited.
true if cells of the current field can be edited; otherwise, false
Gets whether end-users are allowed to select only a single item in the field’s filter drop-down.
true if end-users are allowed to select only a single item in the field’s filter drop-down; otherwise, false.
For internal use.
Gets whether a menu used to open an Expression Editor for unbound fields is available.
true if a menu used to open an Expression Editor for unbound fields is available; otherwise, false.
Gets the current field’s custom total collection.
A object which represent the custom totals’ collection.
Gets the field’s data type.
The .
Gets or sets the width and height of the field’s filter dropdown.
A structure that specifies the width and height (in pixels) of the field’s filter dropdown.
Gets or sets the editor used to edit cells corresponding to the current data field.
A descendant that represents the field’s repository item.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets or sets the field’s display caption.
A object that is the field’s display caption.
Gets this field’s description, assigned using the [Display(Description = “. . .”)] data attribute.
A value that is the fields’s description.
Gets the source of images that can be displayed within field headers.
An object that is an image collection providing images for the ‘s field headers.
Gets or sets the index of the image which is displayed within the field’s header.
A zero-based integer that represents the index of the image which is displayed within the field’s header.
Provides access to settings that allow you to set up raster and vector icons for this .
A object containing settings that allow you to set up raster and vector icons for this .
Contains the field’s options.
A object which contains the field’s options.
Provides access to the field’s filtering options.
A object containing the field’s filtering options.
Gets the PivotGrid control that owns the current field.
A control that owns the current field.
Sets specific settings of the specified repository item (in-place editor) to default. This member supports the internal infrastructure and is not intended to be used directly from your code..
A descendant.
Invokes the Excel-style filter popup for the current field.
Invokes the Classic filter popup for the current field.
Occurs after the field’s summary type has been changed.
Gets the field’s hint settings.
A object which provides the hint settings for the field.
Returns the text representation of the object.
A value.
Gets or sets an expression used to evaluate values for the current unbound field.
A that specifies an expression used to evaluate values for the current field.
Provides the appearance settings used to paint the elements in a field.
Initializes a new instance of the class.
A object that represents the owner field.
Gets the appearance settings used to paint regular cells corresponding to the current data field.
An object that provides corresponding settings.
Gets the appearance settings used to paint grand total cells corresponding to the current data field.
An object that provides corresponding settings.
Gets the appearance settings used to paint total cells corresponding to the current data field.
An object that provides corresponding settings.
Gets the appearance settings used to paint the current field’s header.
A object which provides appearance settings used to paint the field header.
For internal use.
Gets the appearance settings used to paint the values of fields.
A object which provides the appearance settings used to paint the field’s values.
Gets the appearance settings used to paint the Grand Total headers.
A object which provides the appearance settings used to paint the Grand Total headers.
Gets the appearance settings used to paint the field’s totals.
A object which provides the appearance settings used to paint the field’s totals.
A collection of PivotGrid control fields.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.Data.PivotGridData object that implements data-aware operations on the data source.
Appends a new field to the collection.
The object added to the collection.
Appends the specified field to the collection.
The object that will be appended to the collection.
Adds a new field with the specified field name and location to the end of the collection.
A string that identifies the name of the database field that will be assigned to the new PivotGridField object. This value is assigned to the property.
A value that identifies the area in which the new PivotGridField object will be positioned. This value is assigned to the property.
The object that has been added to the collection.
Adds a field to the collection.
A value that specifies a column name.
A value that identifies the area in which the new PivotGridField object will be positioned.
The object that was added to the collection.
Adds an array of fields to the end of the collection.
An array of objects.
Returns the field by the name.
A that specifies the name of the required field.
A object representing the field whose name matches the specified string; null (Nothing in Visual Basic) if the field does not exist.
Provides indexed access to individual fields in the collection.
A zero-based integer specifying the desired field’s position within the collection. If negative or exceeds the last available index, an exception is raised.
A object which represents the field at the specified position.
Gets the object specified by the bound field name.
A string value specifying the bound field name of the required object.
The object bound to the specified field.
Removes the specified object from the collection.
A object representing the field to remove.
Contains settings that allow you to set up raster and vector icons for the current .
Initializes a new instance of the class.
A object that specifies the Pivot Grid field.
Contains options for a field.
Initializes a new instance of the class with the specified settings.
A delegate that will receive change notifications.
An IViewBagOwner object that is used to initialize the created object.
A string value that is used to initialize the created object.
Gets or sets whether data editing is allowed for the current field.
true to allow editing cell values that correspond to the current data field; otherwise, false.
Gets or sets whether or not an end-user can hide the current field.
A value that specifies whether or not an end-user can hide the current field.
Gets or sets the field’s pop-up filter mode.
A value that specifies the field’s pop-up filter mode. Default value is interpreted as .
Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down.
A value that specifies whether an end-user is allowed to select only a single item in the filter drop-down.
Gets or sets whether end-users can modify cell values.
true to prevent a cell value from being changed; otherwise, false.
Gets or sets which cells corresponding to the current field display editor buttons.
A value that specifies the current display mode for cell buttons.
Gets or sets whether the field is available for selection in the Filter Editor.
True if the field is available in the Filter Editor; otherwise, false.
Gets or sets whether an end-user can open an Expression Editor for the current unbound field using a context menu.
true if an end-user can open an Expression Editor for the current unbound field using a context menu; otherwise, false.
Contains the field’s filtering options.
Copies settings of the specified object to the current object.
An descendant whose settings are copied to the current object.
Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains date-time values).
A value that specifies the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup.
Gets or sets the default tab opened in the Excel-style filter popup.
An value that specifies the default tab opened in the Excel-style filter popup.
Gets or sets a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains enumeration data).
An value that specifies a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup.
Gets or sets whether filter conditions are applied to data immediately or only when the drop-down filter is closed. This property is in effect for the Excel-style Filter Dropdown.
True or Default if filter conditions immediately apply to data; otherwise, False.
Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup (if the current field contains numeric data).
An value that specifies the type of filtering UI used to create filters in the Values tab in the Excel-style filter popup.
Gets or sets whether or not filters applied to other fields affect filter values displayed for the current field in the Excel-style filter popup.
A value that specifies whether or not filters applied to other fields affect filter values displayed for the current field in the Excel-style filter popup.
Gets or sets whether or not the Excel-style pop-up filter shows NULL values from a current field.
A value that specifies whether or not the Excel-style filter popup shows NULL values from a current field.
Gets or sets a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup (if the current field contains text data).
An value that specifies a set of relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style filter popup.
Provides tooltip options for a Pivot Grid field.
Initializes a new instance of the class.
A object that is a PivotGrid field.
Returns the formatted text representation of the specified value according to the settings used to represent the field value tooltip.
An object which identifies the value to format.
A string that specifies the formatted text representation of the specified value.
Gets or sets a field header tooltip.
A string value that is a field header tooltip.
Resets the tooltip settings to their default values.
Tests whether the object should be persisted.
true if the object should be persisted; otherwise, false.
Provides access to the formatting settings applied to a field value tooltip.
A object that provides the formatting settings applied to a field value tooltip.
Gets or sets a field value tooltip.
A string value that is a field value tooltip.
A collection of style format conditions.
Initializes a new instance of the class.
Appends a style condition object to the collection.
A object to be added to the collection.
Adds an array of style condition objects to the end of the collection.
An array of objects to be appended to the collection.
Performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other.
The first object to compare.
The second object to compare.
An integer value indicating whether one is less than, equal to or greater than the other.
Indicates whether the Pivot Grid Control that owns the current collection is currently being initialized.
true if the Pivot Grid Control is being initialized; otherwise, false.
Provides indexed access to individual items within the collection.
An integer value specifying the item’s zero based index within the collection. If its negative or exceeds the last available index, an exception is raised.
A object which resides at the specified position within the collection.
Gets a style format condition with the specified tag.
An object which contains information associated with the style format condition.
A object which represents a style format condition within the collection whose property’s value matches the tag parameter. null (Nothing in Visual Basic) if no style format condition is found.
A format rule used to apply conditional formatting to Pivot Grid Control data cells.
Initializes a new instance of the class with default settings.
Checks whether the specified value matches the current format rule.
A PivotGridCellItem object.
true if the specified value matches the current format rule; otherwise, false.
Checks whether the value in the specified location matches the current format rule.
A System.Drawing.Point which specifies the location of a cell relative to the pivot grid’s top-left corner.
true if the specified value matches the current format rule; otherwise, false.
Checks whether the value in the specified by index column and row matches the current format rule.
An integer that is the zero-based index of the row.
An integer that is the zero-based index of the column.
true if the specified value matches the current format rule; otherwise, false.
Determines whether the rule is correct.
true if the format rule is correct; otherwise, false.
Gets or sets the data field to which the format rule is applied.
A object to which the format rule is applied.
For internal use.
Provides access to format rule settings used to apply conditional formatting to data cells.
The object, that is used to apply conditional formatting to data cells.
For internal use.
A collection of objects.
For internal use.
Locks the object by preventing visual updates of the object and its elements until the method is called.
Unlocks the object after a call to the method and causes an immediate visual update.
Lists values that identify the visual elements of a field header.
The test point belongs to the filter button.
The test point doesn’t belong to the filter button.
Contains information about a specific point within a Header Area.
Initializes a new instance of the class.
A DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase descendant that provides information on the field headers located at the test point.
A object which represents the field which the header at the test point corresponds to. This value is assigned to the property.
A enumeration value which identifies the type of the header’s visual element which is located under the test point. This value is assigned to the property.
Gets the header area of the PivotGrid control which is located under the test point.
A enumeration value which specifies the area located under the test point.
Gets the field that the header located at the test point corresponds to.
A object which represents the field header that the test point corresponds to. null (Nothing in Visual Basic) if no field header is located at the test point.
Gets a value which identifies the type of the header’s visual element that is located under the test point.
A enumeration value which identifies the type of the header’s visual element that is located under the test point.
Contains information about a specific point within a PivotGridControl.
Initializes a new instance of the class with the specified settings.
A PivotCellViewInfo object.
A Point structure that specifies the test point for which the hit information is to be retrieved.
A PivotGridViewInfo object.
Initializes a new instance of the class.
An object that contains the information on the processed cell.
A enumeration value which identifies the visual element located under the test point.
A Point structure that specifies the test point for which the hit information is to be retrieved.
Initializes a new instance of the class.
An object that contains information on the processed field header.
An object that identifies the field whose header is located under the test point
A enumeration value which identifies the visual element located under the test point.
A structure that specifies the test point for which the hit information is to be retrieved.
Initializes a new instance of the class with the specified test point.
A structure specifying test point coordinates relative to the Pivot Grid Control’s top-left corner. This value is assigned to the property.
Gets information on the cell located at the test point.
A object which provides information on the cell located at the test point.
Gets the field which the header located at the test point corresponds to.
A object which represents the field which the header at the test point corresponds to. null (Nothing in Visual Basic) if there isn’t any field header located at the test point.
Gets information on the field header located at the test point.
A object which provides information on the field header located at the specified point.
Gets the test point.
A structure specifying test point coordinates relative to the Pivot Grid Control’s top-left corner.
Gets a value identifying the type of the visual element located under the test point.
A enumeration value which identifies the type of the visual element that contains the test point.
Gets the information on the field value located under the test point.
A object which contains information on the field value located under the test point.
Lists values that identify a Pivot Grid Control’s elements.
The test point belongs to a cell.
The test point belongs to the left fixed line.
The test point belongs to the right fixed line.
The test point belongs to the header area.
The test point does not belong to any visual element or is outside the PivotGridControl.
The test point belongs to a field value.
Initializes a new instance of the class with specified settings.
Provides data for the DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu event.
This member supports the internal infrastructure and is not intended to be used directly from your code.
The base class for classes providing data for the PivotGrid control’s menu handling events.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets or sets whether to allow the action.
true to allow the action; otherwise, false.
Gets the area of the field whose header or value has been right-clicked by a user to invoke the context menu.
A value which specifies the area of the field whose header or value has been right-clicked by an end-user to invoke the context menu.
Gets the field whose header has been right-clicked by an end-user.
A object which represents the field whose header has been right-clicked by an end-user.
Gets or sets the Pivot Grid’s context menu.
An object that specifies the Pivot Grid’s context menu.
Gets the type of the invoked menu.
A enumeration member which specifies the menu’s type.
Gets or sets the location at which the context menu has been invoked.
A structure which specifies the point at which the end-user right-clicked to invoke the menu. The point’s coordinates are set relative to the Pivot Grid Control’s top-left corner.
Represents a method that will handle the DevExpress.XtraPivotGrid.PivotGridControl.ShowMenu event.
The event sender. Identifies the PivotGrid control that raised an event.
A object that contains event data.
Provides data for the event.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets the field whose header has been right-clicked by an end-user.
A field whose header has been right-clicked.
Gets details on the grid elements located at the point where an end-user has right-clicked to invoke the context menu.
A object which contains information about the grid elements located at the point that has been clicked.
The base class for classes that provide data for the PivotGrid control’s menu item clicking events.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets the menu item that has been clicked.
A object which specifies the menu item that has been clicked.
Represents a method that will handle the event.
The event sender. Identifies the PivotGrid control that raised an event.
A object which contains event data.
Lists values that specify the Pivot Grid Control’s context menu types.
Corresponds to the context menu, allowing end-users to apply conditional formatting to data cells (when the option is enabled).
Corresponds to the field value context menu.
Corresponds to the field header context menu.
Corresponds to the header area context menu.
Corresponds to the menu allowing an end-user to select a summary type for a data field (when the option is enabled).
Provides behavior options for the control.
Initializes a new instance of the class with the specified change notifications delegate.
A delegate that will receive change notifications.
Gets or sets whether the Best-Fit feature is automatically applied to a field after it has been dragged and dropped at another location.
true if the Best-Fit feature is applied to a field after it has been dragged and dropped at another location; otherwise, false.
Gets or sets whether custom appearance settings should be taken into account when calculating minimum column width for Best Fit.
true if custom appearance settings should be taken into account when calculating minimum column width for Best Fit; otherwise, false.
Gets or sets how in-place editors are activated.
An value that specifies how in-place editors are activated.
Gets or sets the type of editor that end-users can invoke to modify expressions for unbound fields.
An object that specifies the editor type.
Returns the actual editor show mode based on the property.
An value that specifies the actual editor show mode.
Gets or sets a value which specifies the Pivot Grid Control’s behavior when it is scrolled horizontally.
A enumeration member which specifies the Pivot Grid Control’s behavior when it’s scrolled horizontally.
Gets or sets whether the grid control is repainted when focus is moved from one cell to another.
true if the grid control is repainted when focus is moved from one cell to another; otherwise, false.
Provides customization options for a PivotGrid control.
Initializes a new instance of the class with the specified settings.
A delegate that will handle firing of the event, as a result of changing the object’s properties.
Initializes a new instance of the class with the specified settings.
A delegate that will handle firing of the event, as a result of changing the object’s properties.
An IViewBagOwner object that is used to initialize the created object.
A string value that is used to initialize the created object.
Gets or sets whether data editing is enabled.
true if data editing is enabled; otherwise, false.
Gets or sets whether end-users are allowed to resize the Pivot Grid Control’s elements.
true if end-users are allowed to resize the Pivot Grid Control’s elements; otherwise, false.
Gets or sets whether the customization form displays the search box that allows the user to filter the list of available fields.
True if the Customization Form displays the search box; otherwise, false.
Gets or sets whether or not the Customization Form can automatically snap to specific targets.
A SnapMode enumeration value that specifies whether or not the Customization Form can automatically snap to specific targets.
Contains Pivot Grid’s filter options.
Initializes a new instance of the class with specified settings.
Gets or sets whether users are allowed to invoke the MRU Filter List.
true if users are allowed to invoke the MRU Filter List; otherwise, false.
Gets or sets the how a user can edit criteria in the Filter Editor.
A value that defines the Filter Editor view.
Gets or sets the MRU Filter List capacity.
An integer value that specifies the MRU Filter List capacity.
Gets or sets the maximum number of items the Pivot Grid’s MRU Filter List can display at once.
An integer value that determines the maximum number of items the Pivot Grid’s MRU Filter List can display at once.
Gets or sets whether to show custom function-based filters.
True to show custom function-based filters; False to not show them; Default to enable/disable custom function-based filters depending on the global setting.
Contains options that affect the appearance and behavior of filter dropdown windows.
Initializes a new instance of the class.
The event handler.
Gets or sets whether right-clicking a filter popup window invokes a context menu.
true if a context menu is enabled for a filter popup; otherwise, false.
Gets or sets whether the filter’s type can be changed at runtime, via a combobox displayed at the top of the filter dropdown window.
true if the filter’s type can be changed at runtime; otherwise, false.
Gets or sets whether the incremental searching feature is enabled, allowing an end-user to locate an item in the dropdown by typing the item’s initial characters.
true if the incremental searching feature is enabled; otherwise, false.
Gets or sets whether multiple item selection is enabled.
true if multiple item selection is enabled; otherwise, false.
Gets or sets the field’s filter popup mode for all fields.
A value that specifies the field’s filter popup mode for all fields. Default value is interpreted as .
Gets or sets whether an end-user is allowed to select only a single item in the filter drop-down.
true if an end-user is allowed to select only a single item in the filter drop-down; otherwise, false.
Gets or sets whether toolbars should be displayed in filter popup windows.
true to display toolbars in filter popup windows; otherwise, false.
Gets or sets which buttons should be displayed in filter popup toolbars.
A set of flags that identify buttons displayed in filter popup toolbars.
Provides hint options for a PivotGrid control.
Initializes a new instance of the class.
Gets or sets whether hints are displayed for cells with truncated content.
true to display hints for cells with truncated content; otherwise, false.
Gets or sets whether hints are displayed for field headers that have truncated captions.
true to display hints for field headers that have truncated captions; otherwise, false.
Gets or sets whether hints are displayed for field values with truncated content.
true to display hints for field values with truncated content; otherwise, false.
Provides the context menu options for the control.
Initializes a new instance of the class.
Gets or sets whether end-users can invoke the field value context menu.
true if end-users can right-click the Field Value to invoke its context menu; otherwise, false.
Gets or sets a value indicating whether the context menu is allowed and can be invoked by an end-user.
true if the context menu is allowed and can be invoked by an end-user; otherwise, false.
Gets or sets whether end-users can invoke the header area context menu.
true if end-users can right-click the header area to invoke its context menu; otherwise, false.
Gets or sets whether end-users can invoke the field header context menu.
true if end-users can right-click the field header to invoke its context menu; otherwise, false.
Gets or sets whether users can invoke the column header context menu.
A value that specifies whether users can invoke the column header context menu.
Gets or sets what combination of DateTime group intervals the popup menu displays.
A enumeration member that specifies a set of DateTime group intervals for display.
Provides view options for the PivotGrid controls.
Initializes a new instance of the class with specified settings.
Gets or sets whether icons should be painted according the control’s foreground color.
true, if icons should be painted according the control’s foreground colors; otherwise, false.
Gets or sets whether the text displayed in the field values support HTML tags.
Gets or sets whether HTML formatting can be applied to column and band captions.
true if HTML formatting can be applied to column and band captions; otherwise, false.
Gets or sets the display style of filter conditions in the Filter Panel, MRU Filter List and built-in Filter Editor.
The display style of filter conditions in the Filter Panel and built-in Filter Editor. When the FilterCriteriaDisplayStyle property is set to Default, the actual display style is specified by the static property.
Gets or sets a value which specifies the distance from the separator line to the adjacent areas.
An integer value which specifies the distance from the separator line to the adjacent areas.
Gets or sets a pinned column’s location.
A DevExpress.XtraPivotGrid.FixedColumnStyle object that specifies whether to pin columns to the left or the right edge.
Gets or sets how filter buttons are rendered.
A enumeration value that specifies how filter buttons are rendered.
Gets or sets whether pinned columns are displayed in the scrollable area.
true if pinned columns are hidden in the scrollable area; otherwise, false.
Gets or sets a value specifying when buttons of in-place editors are shown in cells.
A value that specifies the current display mode for cell buttons.
Contains values that specify how the PivotGrid control is scrolled horizontally.
Specifies that cells within the Data Area are scrolled when the control is scrolled horizontally. The filter fields and column fields are not moved.
Specifies that the filter fields and column fields are scrolled when the control is scrolled horizontally.
A single style format condition.
Initializes a new instance of the class.
Gets or sets whether the appearance settings can be applied to data cells.
true to apply the appearance settings to data cells; otherwise, false.
Gets or sets whether the appearance settings are applied to custom total cells.
true to apply the appearance settings to custom total cells; otherwise, false.
Gets or sets whether the appearance settings are applied to grand total cells.
true to apply the appearance settings to grand total cells; otherwise, false.
Gets or sets whether the appearance settings are applied to automatic total cells.
true to apply the appearance settings to automatic total cells; otherwise, false.
Gets or sets the field which identifies the columns whose values are used in conditional formatting.
A object representing the field which identifies the columns whose values are used in conditional formatting.
Gets or sets the name of the field which identifies the columns whose values are used in conditional formatting.
A value that specifies the name of the field which identifies the columns whose values are used in conditional formatting.
Gets the PivotGrid control which owns the current style format condition.
A object which represents the PivotGrid control that owns the current style format condition.
Lists values that specify which field value cell element is located under the test point.
The expand/collapse button is located under the test point.
No element is located under the test point.
Provides data for the event.
Initializes a new instance of the class.
A object that represents the group for which the event has been raised. This value is assigned to the property.
Gets the group for which the event has been raised.
A object that represents the group for which the event has been raised.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets the coordinates of the currently left top visible cell.
A structure that represents the coordinates of the currently left top visible cell.
Gets the coordinates of the cell that was visible at the top left before scrolling.
A structure that represents the coordinates of the cell that was visible at the top left before scrolling.
Provides data for the event.
References a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets or sets the MDX query.
A value that is the MDX query.
Provides data for the event.
Gets or sets a text from the error panel.
A string that contains the exception message.
Gets an exception that has been thrown.
A that has been thrown.
Gets or sets whether the default exception handling actions should be performed.
true, to perform the default exception handling actions; otherwise, false.
Gets or sets whether to show the error panel.
true, to show the panel; otherwise, false.
References a method that will handle the event.
The event source.
A object that contains event data.
Contains values that specify which cells of a data field display editor buttons.
This option is equivalent to the ShowOnlyInEditor option.
Editor buttons are displayed for all cells.
Editor buttons are only displayed for the focused cell.
Editor buttons are only displayed when a cell editor is active.
Provides data for the event.
Initializes a new instance of the class.
A object that specifies the end-user action on the .
Gets the end-user action performed on the .
A enumeration value that identifies the end-user action performed on the .
References a method that will handle the event.
The event source.
A object that contains event data.
Contains Pivot Grid options that define how a document is exported to XLS format in the data-aware export mode.
Initializes a new instance of the class with default settings.
Initializes a new instance of the class with specified text export mode.
A enumeration value, specifying the text export mode in the resulting XLS document.
Allows you to customize a PivotGrid’s cell in the exported XLS document.
Contains Pivot Grid options that define how a document is exported to XLSX format in the data-aware export mode.
Initializes a new instance of the class with default settings.
Initializes a new instance of the class with specified text export mode.
A enumeration value, specifying the text export mode in the resulting XLSX document.
Allows you to customize a PivotGrid’s cell in the exported XLSX document.
Provides data for the event.
This member supports the internal infrastructure and is not intended to be used directly from your code.
Gets the field whose header or value has been right-clicked by an end-user.
A object that represents the field whose header or value has been right-clicked by an end-user.
Gets info about the point where the context menu should be invoked.
A object that contains info about the point where the context menu should be invoked.
Represents a method that will handle the event.
The event source.
A object that contains event data.
Represents a Pivot Grid Control’s Prefilter.
Toggles the visibility state of the Prefilter editor.
Gets or sets the Prefilter‘s expression.
A object that represents the Prefilter‘s expression.
Closes the Filter Editor.
Gets a value indicating whether the Prefilter editor is currently displayed.
true if the Prefilter is displayed; otherwise, false.
Sets settings provided by the class to the default values.
Tests whether the object should be persisted.
true if the object should be persisted; otherwise, false.
Opens the Filter Editor.
Gets or sets whether the operand’s value can be swapped.
true, to allow end-users to swap the operand’s value; otherwise, false.
Returns the textual representation of the current object.
A string representation of the pre-filter’s .
Defines the calculation of a ranking in the window.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
The rank type.
The sort order
Defines the calculation that aggregates values cumulatively in the window.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the summary function type.
Initializes a new instance of the class with specified settings.
A descendant that provides the source data.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the direction in which the values are retrieved.
A enumeration member that specifies the summary function type.
Lists values that specify end-user actions on the .
An end-user drags the field header.
An end-user invokes the filter drop-down.
An end-user resizes the column.
An end-user invokes the Expression Editor dialog.
An end-user invokes a context menu.
No action.
An end-user invokes a Filter Editor.
Defines the calculation that uses a custom string expression with window functions.
Initializes a new instance of the class.
Initializes a new instance of the class with specified settings.
A string expression with window functions.
A enumeration member that specifies a window in a window calculation.
Initializes a new instance of the class with specified settings.
A string expression with window functions.
A enumeration member that specifies a window in a window calculation.
A enumeration member that specifies the direction in which the values are processed.