DevExpress.Xpf.PivotGrid.v12.2
Lists values that specify whether to use the WHERE clause in an MDX query, when filtering against filter fields in OLAP mode.
The WHERE clause is always used when filtering against filter fields in OLAP mode.
The WHERE clause is never used when filtering against filter fields in OLAP mode. A subselect clause is used instead.
The WHERE clause is used when the filter condition contains a single field value, either excluded or included into the pivot grid (in OLAP mode). Otherwise, a subselect clause is used.
Lists values that specify the type of a chart data member.
A series point's argument.
A series.
A series point's value.
Lists values that specify how the PivotGridControl's field values are exported to the chart control.
Field value is exported to provide the best representation in a chart.
Field value is always exported as a string.
Field value is exported using its type, when possible.
Lists values that specify the pivot grid's context menu types.
Cell context menu.
Field value context menu.
Filter popup context menu.
Field header context menu.
Header area context menu.
No menu.
Lists values that specify the layout of the Customization Form.
Represents a summary data source.
Initializes a new instance of the PivotSummaryDataSource class.
A DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData object representing the pivot grid data.
An integer value that specifies the index of the pivot grid column whose data cells should be represented by the summary data source; -1 to include data from all columns to the data source.
An integer value that specifies the index of the pivot grid row whose data cells should be represented by the summary data source; -1 to include data from all rows to the data source.
Returns the index of the column that corresponds to the specified field.
A object that represents the pivot grid field used to identify the summary data source column.
An integer value that specifies the zero-based index of the summary data source column that corresponds to the specified field.
Returns the field to which the specified column corresponds.
An integer value that specifies the zero-based index of the summary data source column.
A object that represents the field to which the specified column corresponds.
Returns the value of the specified cell.
An integer value that specifies the zero-based index of the summary data source row.
A descendant representing the field used to identify the data source column.
The value of the specified summary data source cell.
Gets or sets the row by its index.
An integer value that specifies the zero-based index of the summary data source row.
A object that represents the summary data source row with the specified index.
Represents a list of the records which are used to calculate summaries for individual cells.
Disposes the data source.
For internal use.
@nbsp;
@nbsp;
For internal use.
@nbsp;
@nbsp;
Returns the index of the specified row.
A data source row to locate.
An integer value that represents the zero-based index of the specified row; -1 if the specified row has not been found.
Returns the value of the specified data field in the specified row.
A zero-based integer that identifies the data row.
A value that specifies the field name. In OLAP mode, this parameter must specify the column name, as defined in the data source.
An object that represents the value of the specified data field in the specified row.
Returns the value of the specified data field in the specified row.
A zero-based integer that identifies the data row.
A zero-based integer that identifies the data column.
An object that represents the value of the specified data field in the specified row.
Gets the value of the specified field in the specified row.
The zero-based index of the required row.
A object which represents the required field.
An object which represents the value of the specified field in the specified row.
Gets or sets whether to update the data source when the pivot grid data changes.
true to update the data source when the pivot grid data changes; otherwise, false.
Provides indexed access to the rows in the current data source.
A zero-based integer which specifies the index of the required row.
A object that represents the row at the specified location.
Occurs after the data source has been changed.
Gets the number of records in the data source.
An integer value that specifies the number of records in the data source.
Sets the value of the specified data field in the specified row.
A zero-based integer that identifies the data row.
A object that represents the pivot grid field. Its property identifies the column in the data source.
An object that represents the new value.
Sets the value of the specified data field in the specified row.
A zero-based integer that identifies the data row.
A zero-based integer that identifies the column.
An object that represents the new value.
Sets the value of the specified data field in the specified row.
A zero-based integer that identifies the data row.
A value that specifies the field name.
An object that represents the new value.
Represents a single row in the data source which provides the data used to calculate summaries for individual cells.
Initializes a new instance of the PivotDrillDownDataRow class. For internal use.
A object that represents the data source that will own the created row.
A object.
Gets the data source which contains the current row.
A object which represents the data source that contains the current row.
Gets the row's index within .
An integer which specifies the row's index in the data source.
Returns the value of the specified field in the current row.
A zero-based integer that identifies the data column.
An object that represents the value of the specified data field in the current row.
Returns the value of the specified field in the current row.
A value that specifies the data field name.
An object that represents the value of the specified data field in the current row.
Gets the row's value for the specified field.
A object which represents the required field.
An object which represents the row's value in the specified field.
Gets the row's index in the pivot grid's data source.
Gets the current row's index in the pivot grid's data source.
Represents a field value cell.
Initializes a new instance of the FieldValueCell class.
A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object.
Gets the data field which identifies the cell.
A object that represents the data field which identifies the cell.
Gets the field whose value the cell represents.
A object that represents the field whose value the cell represents.
Gets the parent of the current cell.
A object that represents the parent cell.
Gets the type of the cell.
A enumeration member that specifies the type of the cell.
Lists values that specify which layouts can be applied to the Customization Form.
All layouts can be applied to the Customization Form.
The 'Areas Section Only (1 by 4)' layout can be applied to the Customization Form.
The 'Areas Section Only (2 by 2)' layout can be applied to the Customization Form.
The 'Fields Section and Areas Section Stacked' layout can be applied to the Customization Form.
The 'Fields Section and Areas Section Side-By-Side' layout can be applied to the Customization Form.
The 'Fields Section Only' layout can be applied to the Customization Form.
Represents a method that will handle 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 the number of columns in the pivot grid.
An integer value that specifies the number of columns in the pivot grid.
Returns header of the column/row whose summary values match the specified condition.
true to locate a column; false to locate a row.
A System.Predicate that specifies the condition used to locate the column/row.
A object representing the header of the column/row whose summary values match the specified predicate; null if no columns/rows match the predicate.
Returns the field value cell by its index.
true to obtain the column field value cell; false to obtain the row field value cell.
An integer value that specifies the zero-based index of the cell.
A object that represents the required cell; null if the index is out of bounds.
Returns the number of field value cells in the specified area.
true to return the number of column field value cells; false to return the number of row field value cells.
An integer value that represents the number of field value cells in the specified area.
Gets the value of a data cell by its column and row indexes.
An integer value that specifies the zero-based index of the column where the cell resides.
An integer value that specifies the zero-based index of the row where the cell resides.
The value of the data cell with the specified column and row indexes.
Returns the location of Grand Total columns or rows.
true to return the location of Grand Total columns; false to return the location of Grand Total rows.
A enumeration member that specifies the location of Grand Totals.
Returns the number of column or row levels.
true to return the number of column levels; false to return the number of row levels.
An integer value that specifies the number of column or row levels.
Gets whether the area where the field value cells reside needs to be redrawn after the event is handled.
true if the area where the field value cells reside needs to be redrawn after the event is handled; otherwise, false.
Removes the specified field value cell.
A object that represents the field value cell to remove.
true if the specified cell has been found and removed; false if the specified cell has not been found.
Gets the number of rows in the pivot grid.
An integer value that specifies the number of rows in the pivot grid.
Sets the location of Grand Total columns or rows to the specified value.
true to set the location of Grand Total columns; false to set the location of Grand Total rows.
A enumeration member that specifies the location of Grand Totals.
Splits all field value cells that match the specified condition.
true to process column field value cells; false to process row field value cells.
A System.Predicate that represents the condition used to define which cells should be split.
The objects that define how to split the cells.
Splits all field value cells that match the specified condition, or only the first matching cell.
true to process column field value cells; false to process row field value cells.
A System.Predicate that represents the condition used to define which cells should be split.
true to split only the first cell that matches the specified condition; false to split all cells that match the condition.
The objects that define how to split the cells.
Splits all field value cells that match the specified condition, or only the first matching cell.
true to process column field value cells; false to process row field value cells.
A System.Predicate that represents the condition used to define which cells should be split.
true to split only the first cell that matches the specified condition; false to split all cells that match the condition.
A list of objects that define how to split the cells.
Splits all field value cells that match the specified condition.
true to process column field value cells; false to process row field value cells.
A System.Predicate that represents the condition used to define which cells should be split.
A list of objects that define how to split the cells.
Lists values that specify how the PivotGridControl's field values are exported to the chart control.
Field value is exported to provide the best representation in a chart.
Field value is always exported as a string.
Field value is exported using its type, when possible.
Lists values that specify the type of a PivotGridControl's item to be represented in a ChartControl.
A data cell value is processed, to be represented in the chart control.
A column field value is processed to be represented in the chart control.
A row field value is processed, to be represented in the chart control.
Lists values that specify the types of column and row headers.
Corresponds to a custom total.
Corresponds to a grand total.
Corresponds to an automatic total.
Corresponds to a field value.
Lists values that identify properties of fields.
Identifies the property.
Identifies the property.
Lists values that specify the filtering mode for grouped fields.
Represents a group filter condition.
Initializes a new instance of the GroupFilterValues class. For internal use.
A DevExpress.Xpf.PivotGrid.PivotGridInternalGroup object.
Gets or sets the filter type.
A enumeration member that specifies the filter type.
For internal use.
@nbsp;
@nbsp;
@nbsp;
@nbsp;
Adds the specified filter values to the collection, and sets the filter type to the specified value asynchronously.
A object that specifies the collection of group filter values. This object is assigned to the property.
A object that specifies the filter type. This object is assigned to the property.
An delegate referencing a method that should be executed after the operation is completed.
true, if the specified values differ from the current ones; otherwise, false.
Represents a method that will handle 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 PivotFieldPropertyChangedEventArgs class.
The routed event.
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.
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 PivotCustomFilterPopupItemsEventArgs class.
The routed event.
A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter dropdown items. This value 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.
Lists values that specify the layout mode of the print document.
The layout mode is selected automatically.
The Multiple Pages layout mode is applied when the pivot grid is printed or exported to a paged document. The Single Page layout mode is applied when the pivot grid is exported to the XLS or image format.
If the pivot grid does not fit onto one page, it is split into several tables.
This mode is preferred when the pivot grid is printed or exported to a paged document.
The following image displays the pivot grid exported to an image format using the Multiple Pages layout mode. The dashed red line shows where the pivot grid will be cut off by the page boundaries if it is printed using this mode.
The pivot grid is represented by a single table.
This mode is preferred when the pivot grid is exported to the XLS or image format.
The following image displays the pivot grid exported to an image format using the Single Page layout mode. The dashed red line shows where the pivot grid will be cut off by the page boundaries if it is printed using this mode.
Represents a method that will handle 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 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.
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 PivotFieldFilterChangingEventArgs class.
The routed event.
A object that represents the field for which the event has been raised.
A enumeration member that specifies the current filter type.
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 the collection of filter values, about to be assigned to the filter.
A list of objects representing field filter values.
Lists values that specify how the unbound expressions for data fields are calculated.
An unbound expression is calculated against each data source record, and then the resulting values are summarized.
An unbound expression is calculated against summary values.
Lists values that specify the selection mode.
An end-user can select several blocks of cells.
Multiple cell selection is disabled.
An end-user can select a continuous block of cells.
Contains names of the context menu items.
Returns "ItemClearSorting". Corresponds to the field header menu item used to disable sorting in OLAP mode.
[To be supplied]
Returns "ItemCollapseAll". Corresponds to the field value menu item used to collapse all values of the field.
[To be supplied]
Returns "ItemCollapse". Corresponds to the field value menu item used to collapse the field value.
[To be supplied]
Returns "ItemExpandAll". Corresponds to the field value menu item used to expand all values of the field.
[To be supplied]
Returns "ItemExpand". Corresponds to the field value menu item used to expand the field value.
[To be supplied]
Returns "ItemFieldMoveLeft". Corresponds to the field header menu item used to move the field header to the left.
[To be supplied]
Returns "ItemFieldMoveRight". Corresponds to the field header menu item used to move the field header to the right.
[To be supplied]
Returns "ItemFieldMoveToBeginning". Corresponds to the field header menu item used to move the header to the first position in its area.
[To be supplied]
Returns "ItemFieldMoveToEnd". Corresponds to the field header menu item used to move the header to the last position in its area.
[To be supplied]
Returns "ItemFieldOrder". Corresponds to the field header menu group that contains items used to move the header in its area.
[To be supplied]
Returns "ItemHideField". Corresponds to the field header menu item used to hide the field.
[To be supplied]
Returns "ItemHideFieldList". Corresponds to the menu item used to hide the Customization Form.
[To be supplied]
Returns "ItemHidePrefilter". Corresponds to the menu item used to hide the Prefilter.
[To be supplied]
Returns "InvertFilter". Corresponds to the filter popup context menu item used to invert the filter condition.
[To be supplied]
Returns "ItemKpiGraphic". Corresponds to the field header menu group that contains items used to select KPI graphics.
[To be supplied]
Returns "ItemRefreshData". Corresponds to the menu item used to refresh data in the PivotGridControl.
[To be supplied]
Returns "ItemRemoveAllSorting". Corresponds to the menu item used to remove sorting.
[To be supplied]
Returns "ItemShowFieldList". Corresponds to the menu item used to show the Customization Form.
[To be supplied]
Returns "ItemShowPrefilter". Corresponds to the menu item used to show the Prefilter.
[To be supplied]
Returns "ShowUnboundExpressionEditor". Corresponds to the menu item used to show the Expression Editor.
[To be supplied]
Returns "ItemSortAZ". Corresponds to the field header menu item used to sort field values in ascending order, in OLAP mode.
[To be supplied]
Returns "ItemSortBySummary". Corresponds to the menu item used to apply Sorting by Summary.
[To be supplied]
Returns "ItemSortZA". Corresponds to the field header menu item used to sort field values in descending order in OLAP mode.
[To be supplied]
Lists values that specify the Customization Form's style.
An end-user can:
- move a field from the Customization Form using drag and drop;
- move a field to a specific area by dragging its field header between the Customization Form's area boxes;
- perform delayed layout updates. First, check the Defer Layout Update check box, then drag fields between the areas and then click the Update button.
An end-user can move fields to the pivot grid using drag and drop.
Lists values that specify the area in which the data field headers are displayed.
The data field headers are displayed as column headers. The data header is displayed within the column header area.
The data field headers are displayed as column headers. The data header is hidden.
The data field headers are displayed as row headers. The data header is displayed within the row header area.
Lists the values used to specify which interface elements should be taken into account when calculating the optimal width for columns or rows.
The contents of data cells, field headers and field values are taken into account when calculating the best-fit size.
The contents of data cells are taken into account when calculating the best-fit size.
The contents of field headers are taken into account when calculating the best-fit size.
The contents of field values are taken into account when calculating the best-fit size.
The best-fit functionality is disabled.
Lists values that specify when the PivotGridControl displays the Prefilter Panel.
The prefilter panel is shown when data is filtered. Otherwise, the filter panel is hidden.
The prefilter panel is hidden.
The prefilter panel is always shown at the bottom of the PivotGridControl.
Lists values that specify the location of row totals.
Row Totals are displayed under the row field values.
Row Totals are displayed above the row field values.
The row field values are organized into a tree, and the row total is displayed as a root node of the tree.
Lists values that specify the location of column totals.
Column Totals are displayed to the right of the column field values.
Column Totals are displayed to the left of the column field values.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the pivot grid which raised the event.
A object which contains event data.
Provides data for the event.
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 and events.
Represents a method that will handle the and events.
The event source. This parameter identifies the pivot grid which raised the event.
A object which 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 event.
Represents a method that will handle the event.
The event sender.
A object that contains event data.
Provides data for the event.
Gets the Prefilter that displays filter criteria.
A object.
Represents a method that will handle the , and events.
Represents a method that will handle the , and events.
The event source.
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.
Changes the expanded state of the field value currently being processed.
Returns a list of records associated with the field value currently being processed.
A object that contains records associated with the processed field value.
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.
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.
Gets the data field that identifies the processed value.
A object that specifies the data field.
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 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; 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 whether the processed field value is selected.
true if the processed field value is selected; otherwise, false.
Gets the column field or row field value which the currently processed column/row header corresponds to.
An object which represents 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.
Lists options that specify which settings should be saved when saving the PivotGrid's layout.
All properties of the DXPivotGrid, marked with the DevExpress.Utils.Serializing.XtraSerializableProperty attribute, are saved\restored when saving\restoring the DXPivotGrid's layout.
The appearance settings are saved\restored when saving\restoring the DXPivotGrid's layout.
The data settings are saved\restored when saving\restoring the DXPivotGrid's layout.
The layout settings are saved\restored when saving\restoring the DXPivotGrid's layout.
The printing settings are saved\restored when saving\restoring the DXPivotGrid's layout.
The visual settings are saved\restored when saving\restoring the DXPivotGrid's layout.
Contains values that specify how the values of a specific column or row field are combined into groups.
Combines field values into categories according to the character that the values start with.
Enables combining the field's data into custom intervals via the event.
Not supported in OLAP mode.
This option is in effect only for fields that store date/time values.
Field values are grouped by the date part. The time part of the values is ignored.
This option is in effect only for fields that store date/time values.
Field values are grouped by the day part. The following groups can be created: 1, 2, 3,...,31.
This option is in effect only for fields that store date/time values.
Field values are grouped by the days of the week. Examples of such groups: Sunday, Monday, Tuesday (the actual names of the days of the week are determined by the current culture).
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of the day in which they occur in a year. The following groups can be created: 1, 2, 3,...,365 (,366 in a leap year).
This option is in effect only for fields that store date/time values.
Field values are grouped by the month part. Examples of groups: January, February, March (the actual names of the months are determined by the current culture).
This option is in effect only for fields that store date/time values.
Field values are sorted by the quarterly intervals of the year. The following groups can be created: 1, 2, 3 and 4. Each quarter includes three months.
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of the week in which they occur in a month. The following groups can be created: 1, 2, 3, 4 and 5. The first week is the week containing the 1st day of the month.
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of the week in a year in which they occur. The following groups can be created: 1, 2, 3,...,52, 53.
This option is in effect only for fields that store date/time values.
Field values are grouped by the year part. Examples of such groups: 2003, 2004, 2005.
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of full days that have elapsed till the current date. The lengths of groups is determined by the property.
Groups combine unique field values.
This option is in effect only for fields that store date/time values.
Field values are grouped by the hour part, regardless of the date to which the current date/time value belongs.
This option is in effect only for fields that store date/time values.
Field values are grouped by the minute part, regardless of the date to which the current date/time value belongs.
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of full months that have elapsed till the current date. The lengths of groups is determined by the property.
This option is in effect only for fields that store numeric values.
Field values are grouped into intervals as defined by the property.
This option is in effect only for fields that store date/time values.
Field values are grouped by the second part, regardless of the date to which the current date/time value belongs.
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of full weeks that have elapsed till the current date. The lengths of groups is determined by the property.
This option is in effect only for fields that store date/time values.
Field values are grouped by the number of full years that have elapsed till the current date. The lengths of groups is determined by the property.
Contains options that specify how summary values are displayed within cells ("as is" or adjusted using a specific predefined algorithm).
The absolute variance between the current value and the previously calculated value for the current field is displayed in the cell.
The calculated summary values are displayed "as is".
An index value that reflects the summary value's importance in its row and column context. This value is calculated as follows:
((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))
For data cells, the percentage of the column's total value is displayed; for total cells, the percentage of the column's grand total value is displayed.
Percent of the summary in the Column Grand Total value.
Percent of the summary in the Grand Total value.
For data cells, the percentage of the row's total value is displayed; for total cells, the percentage of the row's grand total value is displayed.
Percent of the summary in the Row Grand Total value.
The percentage variance between the current value and the previously calculated value for the current field is displayed in the cell.
The summary value's rank in its column, with the largest value in the column as 1, and each smaller value assigned a higher rank.
The summary value's rank in its column, with the smallest value in the column as 1, and each larger value assigned a higher rank.
The summary value's rank in its row, with the largest value in the row as 1, and each smaller value assigned a higher rank.
The summary value's rank in its row, with the smallest value in the row as 1, and each larger value assigned a higher rank.
Lists the values that specify how the number of Top Values is determined.
The property determines the absolute number of top field values to display. For instance, if there are 20 unique field values and the TopValueCount property is set to 10, only the 10 top field values will be displayed.
In a regular data binding mode, the property determines the number of field values to display relative to the total number of field values. For instance, if there are 20 unique field values and the property is set to 10, only 2 top field values (10% out of 20) will be displayed.
In an OLAP mode, PivotGridControl will display top values whose cumulative total is equal to or greater than a specified percentage. For instance, if the property is set to 10, PivotGridControl will display values whose cumulative total is not less than 10% of the Grand Total value.
The property determines the maximum allowed sum of the corresponding summary values. For instance, if the property is set to 100, the PivotGridControl will display field values whose corresponding summaries do not exceed 100.
Works in OLAP mode only.
Lists the values that specify how a field's data should be sorted.
Enables custom sorting of the field's data via the event.
Not supported in OLAP mode.
Sorts the field's data by the field's values (these are synchronized with the values from the bound data source).
Sorts the field's data by the field's display text (the strings displayed within the field values).
In OLAP mode, the data is sorted against the text generated on the server.
The field will not be sorted against the custom text generated on the client side (for instance, if you modify the text via the event).
Sorts by a level member's ID (in OLAP mode).
Sorts the field's data by key attributes. This option is in effect only in OLAP mode.
Data is not sorted, and it's displayed in the order specified by the data source. This option is in effect only in OLAP mode.
Sorts the field's data by the field's values (these are synchronized with the values from the bound data source).
Lists the values that specify the sort order of a pivot grid's fields.
Sorts the field in ascending order.
Sorts the field in descending order.
Provides data for the events which are invoked for particular data cells.
Gets the custom total to which the processed cell's column corresponds.
A object that represents the custom total to which the processed cell's column corresponds.
Gets the innermost column field which corresponds to the processed cell.
A object which represents the column field.
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
Gets the visual index of the column that contains the processed cell.
An integer value which specifies the visual index of the column that contains the processed cell.
Gets the type of the cell's column header.
A enumeration member that specifies the type of the cell's column header.
Returns a list of records used to calculate a summary value for the cell currently being processed.
A object that contains records used to calculate a summary value for the current cell.
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 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.
Returns a summary data source.
A object that represents the summary data source.
Gets the data field which identifies the column where the processed cell resides.
A object which identifies the column where the processed cell resides.
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.
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 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 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.
A summary value calculated for the specified column and row field values, against the specified data field.
Returns an array of column fields which correspond to the processed 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 the value of the specified column or row field which identifies the column/row in which the processed cell resides.
A object which represents a field whose value is returned.
An object which represents the value of the specified column or row field which identifies the column/row in which the processed cell resides. null (Nothing in Visual Basic) if the specified field isn't a column or row field.
Returns 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.
Gets the Grand Total for the specified field.
A object which represents the field whose Grand Total is returned.
An object which represents the Grand Total.
Returns the value of the cell in the same row but in the next column.
A object which identifies the sub column in the next column.
An object that represents the value in the same row but in the next column.
Returns the value of the cell in the next row.
A object which identifies the sub column in the next row.
An object that represents the value of the cell in the next row.
Returns the value of the cell in the same row, but in the previous column.
A object which identifies the sub column in the previous column.
An object that represents the value in the same row but in the previous column.
Returns the value of the cell in the previous row.
A object which identifies the sub column in the previous row.
An object that represents the value of the cell in the previous row.
Returns an array of row fields that correspond to the processed cell.
An array of row fields.
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.
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.
Indicates whether the specified field's value that represents a row or column header of the processed cell is expanded.
A object that represents a 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 method.
A object which identifies the column or row field.
true if the specified field's value can be retrieved via the method; otherwise, false.
Indicates whether the processed data cell resides within the "Others" row/column when the Top N Value feature is enabled.
A object that represents a field.
true if the data cell resides within the "Others" row/column; otherwise, false.
Gets the custom total to which the processed cell's row corresponds.
A object that represents the custom total to which the processed cell's row corresponds.
Gets the innermost row field which corresponds to the processed cell.
A object which represents the row field.
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
Gets the visual index of the row that contains the processed cell.
An integer value which specifies the visual index of the row that contains the processed cell.
Gets the type of the cell's row header.
A enumeration member that specifies the type of the cell's row header.
Gets whether the processed cell is selected.
true if the processed cell is selected; otherwise, false.
Gets the type of summary calculated in the current cell.
A value that specifies the summary type for the current cell.
Gets the summary value currently being processed.
The summary value currently being processed.
Gets the processed cell's value.
An object which represents the processed cell's value.
Lists values that specify the summary function types.
The average of the values.
The number of values (excluding Null and DBNull values).
The calculations should be performed manually using the event.
The largest value.
The smallest value.
An estimate of the standard deviation of a population, where the sample is a subset of the entire population.
The standard deviation of a population, where the population is all of the data to be summarized.
The sum of the values.
An estimate of the variance of a population, where the sample is a subset of the entire population.
The variance of a population, where the population is all of the data to be summarized.
Contains values that specify the data type and binding mode of columns.
Indicates that the column is unbound and it contains Boolean values (the type).
Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field.
Indicates that the column is unbound and it contains date/time values (the type).
Indicates that the column is unbound and it contains decimal values (the type).
Indicates that the column is unbound and it contains integer values (the type).
Indicates that the column is unbound and it contains values of any type. A editor is assigned for the in-place editing of such a column.
Indicates that the column is unbound and it contains string values (the type).
Contains values that specify which summary totals are displayed for a specific column field or row field.
Specifies that automatic totals are calculated.
Specifies that custom totals are calculated using the formula in the collection.
Specifies that a summary total is not calculated.
Contains options that control how the PivotGridControl's layout is saved to and restored from a data store (an XML file or stream).
Initializes a new instance of the PivotSerializationOptions class with default settings.
Gets or sets whether the fields that currently exist in the PivotGrid, but do not exist in a layout when it's restored, should be retained. This is an attached property.
true to retain the fields that currently exist in the PivotGrid but don't exist in the layout being restored; false to destroy these fields.
Identifies the attached property.
[To be supplied]
Gets or sets whether the groups that currently exist in the PivotGrid, but do not exist in a layout when it's restored, should be retained. This is an attached property.
true to retain the groups that currently exist in the PivotGrid but don't exist in the layout being restored; false to destroy these groups.
Identifies the attached property.
[To be supplied]
For internal use.
[To be supplied]
For internal use.
[To be supplied]
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
For internal use.
[To be supplied]
For internal use.
[To be supplied]
Gets or sets whether the fields that exist in a layout when it is restored, but don't currently exist in the PivotGrid, should be discarded. This is an attached property.
true to discard the fields that exist in the layout being restored but don't currently exist in the PivotGrid; otherwise, false.
Identifies the attached property.
[To be supplied]
Sets the value of the attached property for the specified .
The element to which the attached property is written.
The required value.
Sets the value of the attached property for the specified .
The element to which the attached property is written.
The required value.
Sets the value of the attached property for the specified .
The element to which the attached property is written.
The required value.
Sets the value of the attached property for the specified .
The element to which the attached property is written.
The required value.
For internal use.
[To be supplied]
Gets or sets which settings should be saved when saving the PivotGrid's layout. This is an attached property.
One of the enumeration members specifying which settings should be saved when saving the PivotGrid's layout.
Identifies the attached property.
[To be supplied]
For internal use.
[To be supplied]
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Gets the column field that corresponds to the current cell.
A object, which is the column field that corresponds to the current cell.
Gets the value of the column field which corresponds to the current cell.
An object which represents the value of the corresponding column field.
Returns a list of the records which are associated with the cell currently being processed.
A object which contains the records which are associated with the current cell.
Gets or sets a custom summary value.
An object which represents a custom summary value.
Gets the data field against which the summary is calculated.
A object, which is the data field against which the summary is calculated.
Gets the name of the data field against which the summary is calculated.
A string which represents the name of the corresponding data field.
Gets the row field that corresponds to the current cell.
A object, which is the row field that corresponds to the current cell.
Gets the value of the row field which corresponds to the current cell.
An object which represents the value of the corresponding row field.
Gets an object which contains the values of the predefined summaries that are calculated for the current cell.
A object which contains the values of the predefined summaries that are calculated for the current cell.
Gets the column field that corresponds to the current cell. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the column field that corresponds to the current cell.
Gets the data field against which the summary is calculated. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the data field against which the summary is calculated.
Gets the row field that corresponds to the current cell.
An object that implements the interface. Provides read-only access to basic settings of the row field that corresponds to the current cell.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Gets the field being processed.
A object, which is the field being processed.
Gets or sets a group value.
An object that represents the group value.
Gets the field being processed. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the field being processed.
Gets the processed field value.
An object that represents the processed field value.
Represents a collection of field groups.
Initializes a new instance of the PivotGridGroupCollection class.
@nbsp;
@nbsp;
Copies fields from the specified array to a new group and assigns the group to the collection.
An array of objects, representing the fields that should be added to a new group.
A object representing the created group of fields.
Appends a new item representing a group of fields to the collection.
The object added to the collection.
Represents an individual group of fields.
Initializes a new instance of the PivotGridGroup class with default settings.
Adds the specified field to the current group.
A object which represents the field to add.
Adds an array of fields to the current group.
An array of objects to add to the group's field collection.
Gets the area of the DXPivotGrid in which the group is displayed.
A enumeration value which specifies the area in which the group is displayed.
Gets the index of the first field within the group among the other fields displayed within the same area.
A zero-based integer that specifies the index of the first field within the group among the other fields displayed within the same area. -1 if the group is empty.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Indicates whether the specified field can be added to the field group.
A object which represents the field being examined.
true if the specified field can be added to the group; otherwise, false.
Determines whether changing the location of the specified field will change the location of the entire group.
A object which represents the inspected field.
true if changing the location of the specified field will change the location of the entire group; otherwise, false.
Determines whether the group can be moved to the specified location.
A enumeration value which specifies the area of the DXPivotGrid.
An integer value which specifies the new index of the first field in the group among the other fields displayed within the specified area.
true if the group can be moved to the location specified; otherwise, false.
Gets or sets the group's caption.
A string value which specifies the group's caption.
Identifies the dependency property.
[To be supplied]
Occurs after any property of the PivotGridGroup object has been changed.
Identifies the routed event.
[To be supplied]
Removes all elements from the group's field collection.
Indicates whether the current group contains the specified field.
A object which represents the field to locate in the group.
true if the group contains the specified field; otherwise, false.
Gets the number of fields within the group.
An integer value which specifies the number of fields within the group.
Identifies the dependency property.
[To be supplied]
Gets the display text of the group header.
A string representing the text displayed within the group header.
Identifies the dependency property.
[To be supplied]
Gets the group filter condition.
A object that represents the group filter condition.
Gets the first field in the group's collection.
A object representing the first field in the group.
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
Returns the unique child values of the specified group value.
An array of objects that identifies the group value.
A collection of the group value's child values.
Gets the list of expanded fields in this group.
A list of expanded fields in this group.
This member supports the internal infrastructure, and is not intended to be used directly from your code.
@nbsp;
Provides access to the group's field collection.
An object which implements the interface.
Gets or sets the name of the hierarchy to which the current field group belongs. For internal use.
A that specifies the name of the hierarchy to which the current field group belongs.
Identifies the dependency property.
@nbsp;
Gets the group's position within the collection that owns it.
A zero-based integer which represents the group's position within the collection that owns it. -1 if the group isn't contained within a collection.
Returns the specified field's position within the group.
A object which represents the field to be located.
An integer value specifying the field's position within the group. -1 if the group doesn't contain the specified field.
Returns a value which identifies whether the specified field is visible.
A object which represents the field within the DXPivotGrid control.
true if the specified field is visible; otherwise, false.
Gets whether the group filter is used to filter data against the group's fields.
true if the group filter is used to filter data against the group's fields; false if data is filtered against each of the group's fields separately.
Provides indexed access to the fields in the group.
An integer value specifying the zero-based index of the required field. If it's negative or exceeds the maximum available index, an exception is raised.
A object which represents the field in the group.
Removes the specified field from the group.
A object which represents the field to remove from the group.
Removes a field from the group by its index.
An integer value which specifies the index of the field to remove. If negative or exceeds the number of fields within the group, an exception is raised.
Sets the property asynchronously.
true, to show field values that have appeared in the datasource after the field filtering was configured; otherwise, false.
An delegate referencing a method that should be executed after the operation is completed.
Gets or sets whether field values that have appeared in the datasource after the field's filtering was configured should be shown. This is a dependency property.
true to show new field values; otherwise, false.
Identifies the dependency property.
[To be supplied]
Returns the textual representation of the current object.
A that specifies the textual representation of the current object.
Gets whether the group is visible.
true if the group is visible; otherwise, false.
Gets the number of visible fields within the current group.
An integer which specifies the number of visible fields within the group.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets the total width of headers that correspond to the fields of the group.
A double value representing the total width of headers that correspond to the fields of the group.
Identifies the dependency property.
[To be supplied]
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Gets the field whose values are being compared.
A object, which is the field whose values are being compared.
Gets a value from the specified row and column.
The index of the row in the data source.
The name of the column.
A value from the specified row and column.
Gets or sets whether a comparison operation is being handled and therefore no default processing is required.
true if a comparison operation is being handled; otherwise false.
Gets the index in the data source of the first of the two rows being compared.
An integer value representing the index of the first row in the data source.
Gets the index in the data source of the second of the two rows being compared.
An integer value representing the index of the second row in the data source.
Gets or sets the result of a custom comparison.
An integer value specifying the custom comparison's result.
Gets the sort order applied to the field.
A value that represents the field's sort order.
Gets the field whose values are being compared. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the field whose values are being compared.
Gets the first value being compared.
An object that represents the first value being compared.
Gets the second value being compared.
An object that represents the second value being compared.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
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 data field that identifies the processed value. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the data field that identifies the processed value.
Gets the field being processed. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the field being processed.
Gets the processed item's value.
An object which represents the item's value.
Represents a method that will handle the , , , and events.
Represents a method that will handle the , , , and events.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for all field handling events.
Gets the field being processed.
A object which represents the field currently being processed.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Returns the textual representation of the previous layout version.
A representing the previous version of the layout.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which 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.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
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 item.
A enumeration member that specifies the type of a chart data member that will represent the current pivot grid item.
Gets the type of a PivotGrid control's item to be represented in a ChartControl.
A enumeration value that specifies the type of a PivotGrid control's item to be represented in a ChartControl.
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 and events.
Represents a method that will handle the and events.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the and events.
Gets which mouse button has been clicked.
A enumeration member that specifies which mouse button has been clicked.
Gets the visual element that represents the processed cell.
A object specifying the visual element that represents the processed cell.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
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.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Gets the unbound field currently being processed.
A object, which is the unbound field currently being processed.
Gets the value of the specified cell within the current row in the control's underlying data source.
A string which represents the required field name.
An object which represents a value from the control's data source.
Gets the value of the specified field in the specified row in the control's underlying data source.
An integer value which identifies the required row's index in the data source.
A string which represents the required field name.
An object which represents the field's value in the control's data source.
Gets the current row's index in the data source.
An integer value identifying the current row's index in the data source.
Gets the unbound field currently being processed. Provides read-only access to field settings.
An object that implements the interface. Provides read-only access to basic settings of the unbound field currently being processed.
Gets or sets the value of the cell currently being processed.
An object representing the value of the cell currently being processed.
Contains filter values for a specific field.
Initializes a new instance of the FieldFilterValues class.
A DevExpress.Xpf.PivotGrid.Internal.PivotGridInternalField object which represents the field that will own the collection. This value is assigned to the property.
Gets the field which owns the current collection.
A object that represents the field which the current collection belongs to.
Gets or sets the field's filter type.
A enumeration value which specifies the field's filter type.
Adds the specified values to the collection and sets the and properties to the specified values.
An array of objects which represent the filter values to add to the collection.
A value that specifies the current field's filter type. This value is assigned to the property.
A Boolean value that specifies whether the PivotGrid should process the records which contain NULL values in the current field. This value is assigned to the property.
For internal use.
@nbsp;
@nbsp;
@nbsp;
@nbsp;
Adds the specified values to the collection and sets the and properties to the specified values asynchronously.
An array of objects which represent the filter values to add to the collection.
A value that specifies the current field's filter type. This value is assigned to the property.
A Boolean value that specifies whether the PivotGrid should process the records which contain NULL values in the current field. This value is assigned to the property.
An delegate referencing a method that should be executed after the operation is completed.
true, if the field filter values have changed; otherwise, false.
Contains the values that specify a field's filter type in the PivotGrid control.
Specifies that the DXPivotGrid control should not display the filter values. All the other values will be displayed.
Specifies that the DXPivotGrid control should display only the filter values.
Provides access to pivot grid commands.
Toggles the specified field's sort order.
A object that defines a command implementing the , and is routed through the element tree.
Toggles the specified field value's expanded state.
A object that defines a command implementing the , and is routed through the element tree.
Disables sorting in OLAP mode.
A object that defines a command implementing the interface, and is routed through the element tree.
Collapses all the rows/columns which correspond to the specified column field or row field.
A object that defines a command implementing the , and is routed through the element tree.
Expands all the rows/columns which correspond to the specified column field or row field.
A object that defines a command implementing the , and is routed through the element tree.
Hides the specified field.
A object that defines a command implementing the , and is routed through the element tree.
Hides the Customization Form.
A object that defines a command implementing the , and is routed through the element tree.
Hides the Prefilter.
A object that defines a command implementing the , and is routed through the element tree.
Reloads data from the control's data source and recalculates summaries.
A object that defines a command implementing the , and is routed through the element tree.
Resets the Prefilter's settings to their default values.
A object that defines a command implementing the , and is routed through the element tree.
Shows the Customization Form.
A object that defines a command implementing the , and is routed through the element tree.
Shows the Prefilter.
A object that defines a command implementing the , and is routed through the element tree.
Shows the Expression Editor.
A object that defines a command implementing the , and is routed through the element tree.
In OLAP mode, sorts values of the specified field in ascending order.
A object that defines a command implementing the interface, and is routed through the element tree.
In OLAP mode, sorts values of the specified field in descending order.
A object that defines a command implementing the interface, and is routed through the element tree.
Represents a custom total.
Initializes a new instance of the PivotGridCustomTotal class with default settings.
Gets or sets the string used to format the custom total values.
A string that specifies the format settings for custom total values.
Identifies the dependency property.
[To be supplied]
Copies settings of the current object to the object passed as the parameter.
A object representing the custom total to which settings are copied from the current object.
Gets or sets the string used to format the text within the custom total headers.
A string used to format the content of the custom total headers.
Identifies the dependency property.
[To be supplied]
Returns the formatted text representation of the specified value according to the settings used to represent the headers of the current custom total.
An object which identifies the value to format.
A string which is the formatted text representation of the specified value.
Returns whether the settings of the current and specified custom total objects match.
A object representing the custom total to be compared with the current object.
true if the settings of the objects match; otherwise, false.
Gets or sets the type of the summary function used to calculate the current custom total.
A enumeration value that specifies the summary function type.
Identifies the dependency property.
[To be supplied]
Returns the text representation of the current object.
A string representation of the current object.
Represents a collection of custom totals.
For internal use.
@nbsp;
Copies items from the specified custom totals collection.
A PivotGridCustomTotalCollection object representing the collection of custom totals.
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.
Assigns items from the specified array of custom totals to the collection.
An array of objects.
Returns an array of custom totals, copied from the collection.
An array of objects.
Returns whether the collection contains an item that represents a custom total of the specified summary function type.
A value that specifies the type of the summary function used to calculate the custom total.
true if the collection contains an item that represents the custom total of the specified summary function type; otherwise, false.
Lists values that specify when fields can be hidden by end-users.
Fields can always be hidden.
Fields cannot be hidden.
Fields can be hidden only when the field list is visible.
Represents a field collection for the PivotGridControl.
Initializes a new instance of the PivotGridFieldCollection class.
@nbsp;
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 datasource field that will be assigned to the new object. This value is assigned to the property.
A value that identifies the area in which the new field will be positioned. This value is assigned to the property.
The object that has been added to the collection.
Appends a new field to the collection.
The object added to the collection.
Adds an array of fields to the end of the collection.
An array of objects.
Returns the field by its name.
A string 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.
Gets the field with the specified name.
A string value specifying the bound field name of the required object.
The object representing the field with the specified name; null (Nothing in Visual Basic) if the field does not exist.
Lists the values that specify the areas where the pivot grid fields can be displayed.
Corresponds to the column header area.
Corresponds to the data header area.
Corresponds to the filter header area.
Corresponds to the row header area.
Represents a pivot grid field.
Initializes a new instance of the PivotGridField class with default settings.
Initializes a new instance of the PivotGridField class with the specified field name and location.
A identifying the name of the database field. This value is assigned to the property.
A enumeration value that defines the location for the PivotGridField object within the control. This value is assigned to the property.
Gets the template actually used to display the cells of the current field. This is a dependency property.
A object used to display the cells.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the style actually applied to the field header. This is a dependency property.
A object that represents the style applied to the field header.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to display the field header in the Customization Form when headers are arranged in a list. This is a dependency property.
A object used to display the field header in the Customization Form when headers are arranged in a list.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a template used to display the field header in the Customization Form when headers are arranged in a list. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to display the header of the current field. This is a dependency property.
A object used to display the field header.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a field header template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to display the field header in the Customization Form when headers are arranged in a tree. This is a dependency property.
A object used to display the field header in the Customization Form when headers are arranged in a tree.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a template, used to display the field header in the Customization Form when headers are arranged in a tree. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets a graphic set actually used to indicate KPI values. This is a dependency property.
A enumeration member that specifies the graphic set actually used to indicate KPI values.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to print the cells of the current field. This is a dependency property.
A object used to print the cells of the current field.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a print template for data cells based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to print the header of the current field. This is a dependency property.
A object representing a template used to print the header of the current field.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a print template for field headers based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to print the values of the current field. This is a dependency property.
A object representing a template used to print the values of the current field.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a print template for field values based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the template actually used to display the values of the current field. This is a dependency property.
A object representing a template used to display the field values.
Identifies the dependency property.
[To be supplied]
Gets the actual template selector that chooses a field value template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets whether an end-user is allowed to drag the Field Header. This is a dependency property.
true if end-users are allowed to drag the field's header; otherwise, false.
Gets or sets whether end-users are allowed to drag field headers between areas in the Customization Form. This is a dependency property.
true if end-users are allowed to drag field headers between areas in the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets the areas within which the field can be positioned. This is a dependency property.
A enumeration value (or a combination of values) that specifies in which areas the field can be positioned.
Identifies the dependency property.
[To be supplied]
Gets or sets whether an end-user is allowed to expand/collapse the rows or columns which correspond to the current field. This is a dependency property.
true if an end-user is allowed to expand/collapse the rows or columns which correspond to the current field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether an end-user can apply a filter to the current field. This is a dependency property.
true if an end-user can apply a filter to the current field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether an end-user can modify the field's current sort order. This is a dependency property.
true if an end-user can modify the field's current sort order; otherwise, false.
Gets or sets whether end-users can sort the current row/column field values by other column/row summary values. This is a dependency property.
true if end-users can sort the current row/column field values by other column/row summary values; otherwise, false.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets whether end-users can invoke the Expression Editor for the field. This is a dependency property.
true if end-users are allowed to invoke the Expression Editor for the field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the area in which the field is displayed. This is a dependency property.
A value that specifies the area in which the field is displayed.
Gets or sets the field's index among the other fields displayed within the same area. This is a dependency property.
A zero-based integer that specifies the field's index among the other fields displayed within the same area.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets which interface elements are taken into account when calculating optimal width for field columns (or height for rows). This is a dependency property.
A enumeration value that specifies interface elements that are taken into account when calculating the optimal width for columns (or height for rows).
Identifies the dependency property.
[To be supplied]
Gets or sets the number of cells taken into account when calculating the optimal width required for a column (or row) to completely display its contents. This is a dependency property.
An integer value that specifies the number of processed cells.
Identifies the dependency property.
[To be supplied]
Gets or sets how the optimal width required for a column (or row), to completely display its contents is calculated. This is a dependency property.
A enumeration value.
Identifies the dependency property.
[To be supplied]
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
Gets whether the current field's values can be sorted by values in other columns/rows.
true if the current field's values can be sorted by values in other columns/rows; otherwise, false.
Gets or sets the field's display caption. This is a dependency property.
A string specifying the field's display caption.
Identifies the dependency property.
[To be supplied]
Gets or sets the string used to format the cells. This is a dependency property.
A string used to format the cells.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display cells that correspond to the current field. This is a dependency property.
A object used to display cells that correspond to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Toggles the sort order for the current field.
Collapses all values that correspond to the current field.
Collapses the column/row that contains the specified value.
An object specifying the value in the grouping column/row which should be collapsed.
Gets the collection of custom totals for the current field.
A object which represent the collection of custom totals.
Gets the field's data type.
A that specifies the field's data type.
A default value of the property, which specifies the height of rows that correspond to the current field.
Return value: 21
[To be supplied]
A default value of the property, which specifies the minimum allowed height of rows that correspond to the current field.
Return value: 10
[To be supplied]
A default value of the property, which specifies the minimum allowed width of columns that correspond to the current field.
Return value: 20
[To be supplied]
A default value of the property, which specifies the width of columns that correspond to the current field.
Return value: 100
[To be supplied]
Gets or sets the name of the folder in which the field is located. This is a dependency property.
A that specifies the name of the folder in which the field is located.
Identifies the dependency property.
[To be supplied]
Gets the string displayed within the field's header. This is a dependency property.
A string that specifies the field header's display text.
Identifies the dependency property.
[To be supplied]
Gets or sets the width and height of the field's filter dropdown. This is a dependency property.
A structure that specifies the width and height (in pixels) of the field's filter dropdown.
Identifies the dependency property.
[To be supplied]
Gets the text displayed by an empty cell. This is a dependency property.
A string which is the text displayed by an empty data cell.
Identifies the dependency property.
[To be supplied]
Gets the text used for an empty field value header. This is a dependency property.
A string which represents an empty field value.
Identifies the dependency property.
[To be supplied]
Expands all values that correspond to the current field.
Gets or sets the expansion status of the current field if it belongs to a field group. This is a dependency property.
true if the field is expanded in a field group; otherwise, false.
Identifies the dependency property.
[To be supplied]
Expands the column/row that contains the specified value.
An object which specifies the value in the grouping column/row that should be expanded.
Gets the name by which the field is referred to in unbound expressions.
A representing the name by which the field is referred to in unbound expressions.
Gets or sets the name of the data source field assigned to the current PivotGridField object. This is a dependency property.
A value which is the name of the data source field.
Identifies the dependency property.
[To be supplied]
Gets or sets the filter values for the current field.
A object which contains filter values for the current field.
Returns a list of field values that are not excluded by filters applied to other fields and can be displayed.
A list of field values that are not excluded by filters applied to other fields and can be displayed.
Returns a list of field values that are not excluded by filters applied to other fields and can be displayed. Performs this operation asynchronously.
An delegate referencing a method that should be executed after the operation is completed.
Returns an array of the OLAP members for the current field.
An array containing OLAP members for the field.
Returns an array of the unique values which are stored in the underlying data source in the current field.
An array containing the unique values in the current field.
Returns a formatted text representation of the specified value according to the settings used to format field values.
An object which identifies the value to format.
A string that specifies the formatted text representation of the specified value.
Returns the field values currently shown in the PivotGrid.
A collection of objects that represent the field values currently shown in the PivotGrid.
Gets or sets the string used to format grand total values. This is a dependency property.
A string used to format grand total values.
Identifies the dependency property.
[To be supplied]
Gets or sets the text displayed within the Grand Total's header that corresponds to the current field. This is a dependency property.
A string that represents the text displayed within the Grand Total's header that corresponds to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the group which owns the current field. This is a dependency property.
A object which owns the current field; null if the field doesn't belong to a group.
Gets or sets the index of the field in a field group. This is a dependency property.
An integer value that specifies the index of the field in the group which owns the current field. -1 if the field doesn't belong to a group.
Identifies the dependency property.
[To be supplied]
Gets or sets how the values of the current column or row field are combined into groups. This is a dependency property.
A value that specifies how the values of the current field are combined into groups.
Gets or sets the length of intervals into which field values are grouped. This is a dependency property.
An integer value which specifies the length of intervals into which field values are grouped.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
@nbsp;
Identifies the dependency property.
[To be supplied]
Gets or sets a style applied to the field header. This is a dependency property.
A object that represents the style applied to the field header.
Identifies the dependency property.
[To be supplied]
Gets the template used to display the field header in the Customization Form when headers are arranged in a list. This is a dependency property.
A object used to display the field header in the Customization Form when headers are arranged in a list.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a template used to display the field header in the Customization Form when headers are arranged in a list. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display the header of the current field. This is a dependency property.
A object used to display the header of the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a field header template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets the template used to display the field header in the Customization Form when headers are arranged in a tree. This is a dependency property.
A object used to display the field header in the Customization Form when headers are arranged in a tree.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a template used to display the field header in the Customization Form when headers are arranged in a tree. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets the height of rows that correspond to the current field. This is a dependency property.
A value, specifying the height of rows that correspond to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the first (empty) column/row that displays variation data for the current data field must be hidden. This is a dependency property.
true to hide the first (empty) column/row that displays variation data for the current data field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Returns whether the current field can be positioned within the specified area.
A object which represents the DXPivotGrid area.
true if the field can be positioned within the specified area; otherwise, false.
Gets whether the filter button is displayed within the field's header. This is a dependency property.
true if the filter button is displayed within the field's header; otherwise, false.
Identifies the dependency property.
[To be supplied]
This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
@nbsp;
Identifies the dependency property.
[To be supplied]
Gets whether the sort glyph is displayed within the field's header. This is a dependency property.
true if the sort glyph is displayed within the field's header; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets a graphic set used to indicate KPI values. This is a dependency property.
A enumeration value that specifies the graphic set used to indicate KPI values.
Identifies the dependency property.
[To be supplied]
Gets the KPI type. This is a dependency property.
A enumeration value that identifies the KPI type.
Identifies the dependency property.
[To be supplied]
Gets or sets the minimum allowed height of rows that correspond to the current field. This is a dependency property.
A value, specifying the minimum allowed height (in pixels) of rows that correspond to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the minimum allowed width of columns that correspond to the current field. This is a dependency property.
A value, specifying the minimum allowed width (in pixels) of columns that correspond to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the field's name.
A string which specifies the field's name.
In OLAP mode, gets the name of the corresponding column in the underlying data source, on an OLAP server.
A that specifies the corresponding column's name.
Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in an OLAP mode. This is a dependency property.
true to take into account unique names when filtering data in the OLAP mode; false to take into account values instead.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to use the WHERE or subselect clause in an MDX query, when filtering against filter fields in OLAP mode.
A enumeration member that specifies whether to use the WHERE or subselect clause in an MDX query, when filtering against filter fields in OLAP mode.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the NonEmpty function should be used in MDX queries for the current measure. This is a dependency property.
true to use the NonEmpty function in MDX queries; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets the name by which the field is referred to in the Prefilter expression.
A , specifying the name by which the field is referred to in the Prefilter expression.
Gets or sets a template used to print cells that correspond to the current field. This is a dependency property.
A object used to print cells that correspond to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for data cells based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to print the header of the current field. This is a dependency property.
A object, representing the template used to print the header of the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for field headers based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to print values of the current field. This is a dependency property.
A object representing the template used to print values of the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for field values based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Sets the , and properties to their default values.
Gets or sets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field. This is a dependency property.
true to calculate Running totals for the current column/row field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the of the field whose summary values define the order in which the field's values are arranged when the pivot grid is serialized.
A value that specifies the of the field.
Positions the field in the specified area and at the specified location.
A enumeration member that specifies the area in which the field is placed.
A zero-based integer that specifies the field's index among the other fields displayed within the same area.
Gets or sets whether Custom Totals that correspond to the current Column Field or Row Field are visible. This is a dependency property.
true to show the Custom Totals that correspond to the current Column Field or Row Field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether grand totals that correspond to the current data field are visible. This is a dependency property.
true to show grand totals that correspond to the current data field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the field's header is displayed within the customization form when the field is hidden. This is a dependency property.
true to display the field's header within the customization form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether field values that have appeared in the datasource after the field's filtering was configured should be shown.
This is a dependency property.
true to show new field values; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the summary type is displayed within the data field's header. This is a dependency property.
true to display the summary type within the data field's header; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether automatic totals that correspond to the current data field are visible. This is a dependency property.
true if corresponding automatic totals are visible; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether data cells that correspond to the current data field are visible. This is a dependency property.
true to show data cells that correspond to the current data field; otherwise, false.
Identifies the dependency property.
[To be supplied]
Contains conditions that identify the column or row whose values are sorted.
The collection whose items identify the column or row of values to be sorted.
Gets or sets the summary type of custom total values by which the current field values are sorted.
This is a dependency property.
A object representing the summary type of custom total values by which the field values are sorted. Null if the field values are not sorted by a custom total column/row.
Identifies the dependency property.
$
Gets or sets the field whose summary values define the order in which the field's values are arranged. This is a dependency property.
A object that represents the field whose summary values define the order in which the field's values are arranged.
Gets or sets the of the field whose summary values define the order in which the field's values are arranged. This is a dependency property.
A value that specifies the of the field whose summary values define the order in which the field's values are arranged.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets the summary function type used to calculate the summary values which define the order in which the field's values are arranged. This is a dependency property.
A value that specifies the summary function type.
Identifies the dependency property.
[To be supplied]
Gets or sets how the field's data is sorted, when sorting is applied to it. This is a dependency property.
A enumeration member that specifies how the field's data is sorted.
Identifies the dependency property.
[To be supplied]
Gets or sets the field sort order. This is a dependency property.
A enumeration member that specifies the field sort order.
Identifies the dependency property.
[To be supplied]
Gets or sets how a summary value calculated against the current data field is represented in a cell. This is a dependency property.
A enumeration member that specifies how summary values are represented within cells.
Identifies the dependency property.
[To be supplied]
Gets or sets the type of the summary function which is calculated against the current data field. This is a dependency property.
A enumeration value that specifies the summary function type which is calculated against the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the data associated with the field.
An object containing the information which is associated with the field.
Gets or sets an absolute or relative number of field values to be displayed for the current column or row field. This is a dependency property.
An integer value that specifies the number of field values to be displayed for the current column or row field.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the "Others" item is displayed within the PivotGridControl when the Top N Values feature is enabled. This is a dependency property.
true if the "Others" item is displayed when the Top N Values feature is enabled; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets how the number of Top Values is determined. This is a dependency property.
A value that specifies how the number of Top Values is determined.
Identifies the dependency property.
[To be supplied]
Returns the textual representation of the field.
A string specifying the textual representation of the field.
Gets or sets the string used to format the total cells. This is a dependency property.
A string used to format the total cells.
Identifies the dependency property.
[To be supplied]
Gets or sets whether totals are displayed for the current field when it is positioned within the Column Header Area or Row Header Area and if so, whether they are automatic or custom. This is a dependency property.
A value that specifies which totals are displayed for the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the string used to format the total header. This is a dependency property.
A string used to format the total header.
Identifies the dependency property.
[To be supplied]
Gets or sets an expression used to evaluate values for the current unbound field. This is a dependency property.
A string that represents an expression used to evaluate values for the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the name of a column in a summary data source that corresponds to the current unbound field. This is a dependency property.
A string value that specifies the name of a column in a summary data source that corresponds to the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets the data type and binding mode of the field. This is a dependency property.
A enumeration value representing the data type and binding mode of the field.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to use the current field's data format when the Pivot Grid Control is exported in XLS format. This is a dependency property.
true to use the current field's data format when the Pivot Grid Control is exported in XLS format; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets a string used to format field values. This is a dependency property.
A string used to format field values.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display values of the current field. This is a dependency property.
A object representing the template used to display values of the current field.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a field value template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the field is visible. This is a dependency property.
true if the field is visible; otherwise false.
Identifies the dependency property.
[To be supplied]
Gets or sets the width of columns that correspond to the current field. This is a dependency property.
A value, specifying the width of columns that correspond to the current field.
Identifies the dependency property.
[To be supplied]
Represents the PivotGridControl.
Initializes a new instance of the PivotGridControl class with default settings.
For internal use. This is a dependency property.
@nbsp;
Identifies the dependency property.
[To be supplied]
Adds a new criterion to the MRU Filter List.
A object that represents the criterion that should be added to the MRU filter list.
Gets or sets whether summary variations and running totals are calculated independently within individual groups, or throughout the Pivot Grid. This is a dependency property.
true to calculate summary variations and running totals throughout the Pivot Grid; false to calculate them independently within individual groups.
Identifies the dependency property.
[To be supplied]
Gets or sets whether end-users are allowed to invoke the Customization Form.
true if end-users are allowed to invoke the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether an end-user is allowed to drag the field headers. This is a dependency property.
true if end-users are allowed to drag the field headers; otherwise, false.
Gets or sets whether end-users are allowed to drag field headers between areas in the Customization Form.
true if end-users are allowed to drag field headers between areas in the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets whether expand buttons are displayed. This is a dependency property.
true to display expand buttons; otherwise, false.
Gets or sets whether field values are expanded/collapsed on a double click. This is a dependency property.
true if field values are expanded/collapsed on a double click; otherwise, false.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets whether filter buttons are displayed within field headers. This is a dependency property.
true to display filter buttons within field headers; otherwise, false.
Gets or sets whether filtering can be applied to fields via the Customization Form. This is a dependency property.
true if filtering can be applied to fields via the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets a value that specifies when fields can be hidden by end-users.
A enumeration value that specifies when fields can be hidden by end-users.
Identifies the dependency property.
[To be supplied]
Specifies whether the height and width of the pivot grid are allowed to be infinite.
By default, this option is disabled. In this instance, if the pivot grid's height or width measures infinite, an exception is thrown.
To avoid the exception, enable the AllowInfiniteGridSize option. In this instance, the pivot grid immediately generates columns and rows for all records in the data source. Note that this may cause performance issues, if the number of records is too big.
[To be supplied]
Gets or sets whether end-users are allowed to invoke the MRU Filter List. This is a dependency property.
true if end-users are allowed to invoke the MRU Filter List; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether end-users are allowed to invoke the Prefilter.
true to allow end-users to invoke the Prefilter; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether end-users are allowed to resize the PivotGridControl's elements. This is a dependency property.
true if end-users are allowed to resize the PivotGridControl's elements; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether end-users can change the sort order of fields. This is a dependency property.
true to allow end-users to change the sort order of fields; otherwise, false.
Gets or sets whether end-users can sort the row/column field values by other column/row summary values. This is a dependency property.
true if end-users can sort field values by other field values; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the sort order of field values can be toggled via the Customization Form.
This is a dependency property.
true if the sort order of field values can be toggled via the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Occurs after an asynchronous operation has been completed.
Identifies the routed event.
[To be supplied]
Occurs before an asynchronous operation is started.
Identifies the routed event.
[To be supplied]
Gets or sets whether field values are expanded or collapsed by default. This is a dependency property.
true to expand field values by default; false to collapse them.
Identifies the dependency property.
[To be supplied]
Occurs before a layout is restored from a storage, allowing you to cancel this action.
Identifies the routed event.
[To be supplied]
Starts the PivotGrid's runtime initialization.
Occurs before the control's data recalculation starts.
Identifies the routed event.
[To be supplied]
Locks the PivotGridControl by preventing visual updates of the object and its elements until the EndUpdate method is called.
Resizes the columns and rows which correspond to the data and row fields, to the minimum width and height required to completely display their contents.
Resizes the columns and rows which correspond to the fields contained within the specified area, to the minimum width and height required to completely display their contents.
A enumeration value that specifies the PivotGridControl's field area.
Resizes the columns and rows which correspond to the specified fields, to the minimum width and height required to completely display their contents.
A object that represents the pivot grid field.
Resizes the columns and rows which correspond to the specified field, to the minimum width or height required to completely display their contents.
A object that represents the pivot grid field.
true to best fit the column's width (for column fields), or width of the field values column (for row fields); otherwise, false.
true to best fit the row's height (for row fields), or height of the field values row (for column fields); otherwise, false.
Resizes the columns and rows which correspond to the fields contained within the specified area, to the minimum width or height required to completely display their contents.
A enumeration value that specifies the PivotGridControl's field area.
true to best fit the column's width (for column fields), or the width of the field values column (for row fields); otherwise, false.
true to best fit the row's height (for row fields), or the height of the field values row (for column fields); otherwise, false.
Resizes the columns and rows which correspond to the data fields and row fields, to the minimum width or height required to completely display their contents.
true to best fit the column's width (for column fields), or the width of the field values column (for row fields); otherwise, false.
true to best fit the row's height (for row fields), or the height of the field values row (for column fields); otherwise, false.
Gets or sets which interface elements are taken into account when calculating optimal width for columns.
A enumeration value that specifies interface elements that are taken into account when calculating the optimal width for columns.
Identifies the dependency property.
[To be supplied]
Resizes the specified column to the minimum width required to completely display its contents.
An integer value that identifies the column by its index.
Gets or sets the number of rows taken into account when calculating the optimal width required for columns (or rows) to completely display their contents.
An integer value that specifies the number of processed rows.
Identifies the dependency property.
[To be supplied]
Gets or sets how the optimal width required for a column (or row) to completely display its contents is calculated.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Resizes the specified row to the minimum height required to completely display its contents.
An integer value that identifies the row by its index.
Occurs after a brush used to paint pivot grid cells or field values has been changed.
Identifies the routed event.
[To be supplied]
For internal use.
@nbsp;
For internal use.
[To be supplied]
Gets or sets the brush used to paint the background of data cells. This is a dependency property.
A object that represents the brush used to paint the background of data cells.
Identifies the dependency property.
[To be supplied]
Occurs when a cell is clicked.
Identifies the routed event.
[To be supplied]
Occurs when a cell is double-clicked.
Identifies the routed event.
[To be supplied]
Gets or sets the brush used to paint the foreground of data cells. This is a dependency property.
A object that represents the brush used to paint the foreground of data cells.
Identifies the dependency property.
[To be supplied]
Allows you to customize the context menu, invoked when right-clicking cells, by adding new menu items or removing existing items.
A object, representing a collection of actions that manipulate menu items.
Gets or sets the brush used to paint the background of the selected data cell. This is a dependency property.
A object that represents the brush used to paint the background of the selected data cell.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of the selected data cell. This is a dependency property.
A object that represents the brush used to paint the foreground of the selected data cell.
Identifies the dependency property.
[To be supplied]
Occurs when the cell selection is modified.
Identifies the routed event.
[To be supplied]
Gets or sets the brush used to paint the background of total and grand total cells. This is a dependency property.
A object that represents the brush used to paint the background of total and grand total cells.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of total and grand total cells. This is a dependency property.
A object that represents the brush used to paint the foreground of total and grand total cells.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of the selected total or grand total cell. This is a dependency property.
A object that represents the brush used to paint the background of the selected total or grand total cell.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of the selected total or grand total cell. This is a dependency property.
A object that represents the brush used to paint the foreground of the selected total or grand total cell.
Identifies the dependency property.
[To be supplied]
Expands or collapses all values of the specified field asynchronously.
A object that specifies the field whose values should be expanded/collapsed.
true to expand field values; false to collapse them.
Expands or collapses all values of the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
A object that specifies the field whose values should be expanded/collapsed.
true to expand field values; false to collapse them.
An delegate, referencing a method that should be executed after the operation is completed.
Toggles the sort order of the specified field asynchronously.
A object that specifies a field whose sort order should be toggled.
Toggles the sort order of the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
A object that specifies a field whose sort order should be toggled.
An delegate referencing a method that should be executed after the operation is completed.
Gets or sets whether a bound chart control should be transposed if the number of series exceeds the number of argument values. This is a dependency property.
true to transpose a bound chart control if the number of series exceeds the number of argument values; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets what data the pivot grid should pass to a bound chart control. This is a dependency property.
A enumeration member that specifies what data the pivot grid should pass to a bound chart control.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the pivot grid should pass columns or rows to a bound chart control when it is impossible to find the lowest-level data. This is a dependency property.
A enumeration member that specifies whether the pivot grid should pass columns or rows to a bound chart control.
Identifies the dependency property.
[To be supplied]
Gets a data source for a chart control.
The data source for a chart control.
Gets or sets how field values are passed to the chart control.
This is a dependency property.
One of the enumeration members that specifies how field values are passed to the chart control.
Identifies the dependency property.
[To be supplied]
Gets or sets the maximum allowed number of points in a series.
This is a dependency property.
An integer value that specifies the maximum allowed number of points in a series; 0 for no limit.
Identifies the dependency property.
[To be supplied]
Gets or sets the maximum allowed number of series in the chart data source.
This is a dependency property.
An integer value that specifies the maximum allowed number of series in the chart data source; 0 for no limit.
Identifies the dependency property.
[To be supplied]
Gets or sets the type to which cell values are converted before they are exported to the Chart Control. This is a dependency property.
A object, representing the type to which the cell values are converted.
Identifies the dependency property.
[To be supplied]
Gets or sets whether column custom totals should be passed to a chart control. This is a dependency property.
true if column custom totals should be displayed in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the type to which the column field values are converted before they are exported to the chart control. This is a dependency property.
A object representing the type to which the column field values are converted.
Identifies the dependency property.
[To be supplied]
Gets or sets whether column grand totals are passed to a chart control. This is a dependency property.
true if column grand totals are displayed in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether column totals are passed to a chart control.
This is a dependency property.
true if column totals are displayed in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether series in a chart control are created based on PivotGrid columns or rows.
This is a dependency property.
true if PivotGrid columns are represented by series in a chart control; false if PivotGrid rows are represented by series in a chart control.
Identifies the dependency property.
[To be supplied]
Gets or sets whether empty cells should be processed by the Chart control. This is a dependency property.
true if empty cells should be processed by the Chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether row custom totals should be displayed in a chart control. This is a dependency property.
true if row custom totals should be displayed in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the type to which the row field values are converted before they are exported to the chart control.
This is a dependency property.
A object representing the type to which the row field values are converted.
Identifies the dependency property.
[To be supplied]
Gets or sets whether row grand totals are passed to a chart control.
This is a dependency property.
true if row grand totals are displayed in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether row totals are passed to a chart control.
This is a dependency property.
true if row totals are displayed in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether a chart control should visualize data from the selected cells only.
true to visualize only the selected cells' data in a chart control; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the delay between changing the cell focus or selection, and updating the bound Chart control.
This is a dependency property.
An integer value that specifies the Chart control update delay, in milliseconds.
Identifies the dependency property.
[To be supplied]
Clears the MRU Filter List.
Gets or sets how to copy collapsed field values to the clipboard. This is a dependency property.
A enumeration value that specifies how to copy collapsed field values to the clipboard.
Identifies the dependency property.
[To be supplied]
Gets or sets how to copy cells to the clipboard when multiple cells are selected. This is a dependency property.
A enumeration value that specifies how to copy cells to the clipboard when multiple cells are selected.
Identifies the dependency property.
[To be supplied]
Collapses all columns and rows in PivotGridControl.
Collapses all columns and rows in PivotGridControl asynchronously.
Collapses all columns and rows in PivotGridControl asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Collapses all columns.
Collapses all columns asynchronously.
Collapses all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Collapses all rows.
Collapses all rows asynchronously.
Collapses all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Collapses the specified column or row.
true to collapse a column; false to collapse a row.
An array of field 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.
Collapses the specified column or row asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
true to collapse a column; false to collapse a row.
An array of field values that identify the column/row to be collapsed.
An delegate referencing a method that should be executed after the operation is completed.
Gets the number of columns in the PivotGridControl.
An integer which specifies the number of columns displayed within the PivotGridControl.
Gets or sets the vertical alignment of column field values. This is a dependency property.
A enumeration member specifying the vertical alignment of column field values.
Identifies the dependency property.
[To be supplied]
Gets or sets the location of column totals.
A enumeration value that specifies the location of column totals.
Identifies the dependency property.
[To be supplied]
Copies the selected cells to the clipboard.
Gets or sets whether field values are copied to the clipboard when CTRL+C is pressed or the method is called.
true if field values are copied to the clipboard when CTRL+C is pressed or the method is called; otherwise, false.
Identifies the dependency property.
[To be supplied]
Returns a list of records used to calculate summary values displayed within the PivotGridControl.
A object that contains the underlying data.
Returns a list of records used to calculate a summary value for the specified cell. Allows you to limit the number of records to be returned.
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 object that contains the underlying data.
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 object that contains the underlying data.
Returns a list of records used to calculate a summary value for the specified cell asynchronously.
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 delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
Returns a list of records used to calculate summary values for all cells asynchronously.
An delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
Returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to limit the number of records to be returned.
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.
An delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
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 OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify the columns and limit the number of records to be returned.
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.
An delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify which columns should be returned.
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.
An delegate referencing a method that should be executed after the operation is completed. The drill-down data source is passed to this method as a parameter.
Returns a summary data source.
A object that represents the summary data source.
Allows you to specify brushes used to paint cells.
Identifies the routed event.
[To be supplied]
Enables custom display text to be provided for summary cells.
Identifies the routed event.
[To be supplied]
Allows you to replace cell values with custom ones.
Identifies the routed event.
[To be supplied]
Occurs when a PivotGridControl prepares data to be displayed in a .
Allows you to customize pivot grid data before passing it to a chart control.
Provides the ability to sort data using custom rules.
Allows you to customize field value cells.
Identifies the routed event.
[To be supplied]
Allows you to customize the filter drop-down list items.
Identifies the routed event.
[To be supplied]
Allows you to custom group values of a column and a row field.
Enables custom text to be displayed within the Prefilter Panel.
Identifies the routed event.
[To be supplied]
Enables summary values to be calculated manually.
Enables data to be supplied for unbound fields.
Allows you to specify brushes used to paint field value cells.
Identifies the routed event.
[To be supplied]
For internal use only.
@nbsp;
Gets or sets the area in which the data field headers are displayed.
A enumeration value that specifies the area in which the data field headers are displayed.
Gets or sets the position of the data field headers.
An integer which specifies the position of the data field headers within the hierarchy of field values.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets the text displayed within the data header.
A string which specifies the text displayed within the data header.
Identifies the dependency property.
[To be supplied]
Gets or sets the height of a data field value. This is a dependency property.
A value that specifies the height of a data field value.
Identifies the dependency property.
[To be supplied]
Gets or sets whether unbound expressions for data fields are calculated based on the data source records, or summary values.
This is a dependency property.
One of the enumeration members, specifying how the unbound expressions for data fields are calculated.
Identifies the dependency property.
[To be supplied]
Gets or sets the width of a data field value. This is a dependency property.
A value that specifies the width of a data field value.
Identifies the dependency property.
[To be supplied]
This field is intended for internal use.
[To be supplied]
Gets or sets the PivotGridControl data source.
An object that contains data for PivotGridControl.
Occurs after the PivotGridControl's data source has been changed.
Identifies the routed event.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Specifies the default size of the Customization Form which is painted in the style.
[To be supplied]
Gets or sets whether dragging fields within the Customization Form (when it's painted using the Excel2007 style) immediately updates the layout of fields in the PivotGrid control. This option controls the state of the 'Defer Layout Update' check box in the Customization Form, when the option is set to Excel2007.
true if the layout of fields in the PivotGridControl must not be immediately updated; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether a focus rectangle is painted around the currently focused cell.
true to paint a focus rectangle around the focused cell; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the maximum number of rows returned when calling the method.
An integer value that specifies the maximum number of rows returned when calling the method.
Identifies the dependency property.
[To be supplied]
Ends the runtime initialization.
Occurs after the control's data recalculation has been completed.
Identifies the routed event.
[To be supplied]
Unlocks the PivotGridControl object after a call to the BeginUpdate method and causes an immediate visual update.
Unlocks the PivotGridControl after the method call, and starts an asynchronous update.
Unlocks the PivotGridControl after the method call, and starts an asynchronous update. Allows you to specify custom actions, to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Gets or sets the state of an Excel-style Customization Form. This is a dependency property.
An object implementing the DevExpress.Wpf.Grid.IColumnChooserState interface.
Identifies the dependency property.
[To be supplied]
Gets or sets the template used to display the Customization Form in the Excel style.
A object representing the template used to display the Customization Form.
Identifies the dependency property.
[To be supplied]
Expands all columns and rows in PivotGridControl.
Expands all columns and rows in the PivotGridControl asynchronously.
Expands all columns and rows in the PivotGridControl asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Expands all columns.
Expands all columns asynchronously.
Expands all columns asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Expands all rows.
Expands all rows asynchronously.
Expands all rows asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Expands the specified column or row.
true to expand a column; false to expand a row.
An array of field 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.
Expands the specified column or row asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
true to expand a column; false to expand a row.
An array of field values that identify the column/row to be expanded.
An delegate referencing a method that should be executed after the operation is completed.
Exports the pivot grid to the specified stream in CSV format, using the specified CSV-specific options.
A object to which the created CSV file should be sent.
A object which specifies the CSV export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in CSV format.
A which specifies the file name (including the full path) for the created CSV file.
Exports the pivot grid to the specified file path in CSV format, using the specified CSV-specific options.
A which specifies the file name (including the full path) for the created CSV file.
A object which specifies the CSV export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in CSV format.
A object to which the created CSV file should be sent.
Exports the pivot grid to the specified file path in HTML format using the specified HTML-specific options.
A which specifies the file name (including the full path) for the created HTML file.
A object which specifies the HTML export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in HTML format.
A which specifies the file name (including the full path) for the created HTML file.
Exports the pivot grid to the specified stream in HTML format, using the specified HTML-specific options.
A object to which the created HTML file should be sent.
A object which specifies the HTML export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in HTML format.
A object to which the created HTML file should be sent.
Exports the pivot grid to the specified stream in image format.
A object to which the created image file should be sent.
Exports the pivot grid to the specified file path in image format.
A which specifies the file name (including the full path) for the created image file.
Exports the pivot grid to the specified stream in image format, using the specified image-specific options.
A object to which the created image file should be sent.
A object which specifies the image export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in image format using the specified image-specific options.
A which specifies the file name (including the full path) for the created image file.
A object which specifies the image export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in MHT format, using the specified MHT-specific options.
A which specifies the file name (including the full path) for the created MHT file.
A object which specifies the MHT export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in MHT format.
A which specifies the file name (including the full path) for the created MHT file.
Exports the pivot grid to the specified stream in MHT format using the specified MHT-specific options.
A object to which the created MHT file should be sent.
A object which specifies the MHT export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in MHT format.
A object to which the created MHT file should be sent.
Exports the pivot grid to the specified stream in PDF format, using the specified PDF-specific options.
A object to which the created PDF file should be sent.
A object which specifies the PDF export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in PDF format.
A object to which the created PDF file should be sent.
Exports the pivot grid to the specified file path in PDF format, using the specified PDF-specific options.
A which specifies the file name (including the full path) for the created PDF file.
A object which specifies the PDF export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in PDF format.
A which specifies the file name (including the full path) for the created PDF file.
Exports the pivot grid to the specified file path in RTF format.
A which specifies the file name (including the full path) for the created RTF file.
Exports the pivot grid to the specified file path in RTF format, using the specified RTF-specific options.
A which specifies the file name (including the full path) for the created RTF file.
A object which specifies the RTF export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in RTF format.
A object to which the created RTF file should be sent.
Exports the pivot grid to the specified stream in RTF format, using the specified RTF-specific options.
A object to which the created RTF file should be sent.
A object which specifies the RTF export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in text format.
A object to which the created text file should be sent.
Exports the pivot grid to the specified file path in text format.
A which specifies the file name (including the full path) for the created text file.
Exports the pivot grid to the specified file path in text format, using the specified text-specific options.
A which specifies the file name (including the full path) for the created text file.
A object which specifies the text export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in text format, using the specified text-specific options.
A object to which the created text file should be sent.
A object which specifies the text export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in XLS format.
A object to which the created XLS file should be sent.
Exports the pivot grid to the specified file path in XLS format.
A which specifies the file name (including the full path) for the created XLS file.
Exports the pivot grid to the specified stream in XLS format, using the specified XLS-specific options.
A object to which the created XLS file should be sent.
A object which specifies the XLS export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in XLS format using the specified XLS-specific options.
A which specifies the file name (including the full path) for the created XLS file.
A object which specifies the XLS export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in XLSX format, using the specified XLSX-specific options.
A object to which the created XLSX file should be sent.
A object which specifies the XLSX export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in XLSX format, using the specified XLSX-specific options.
A which specifies the file name (including the full path) for the created XLSX file.
A object which specifies the XLSX export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in XLSX format.
A which specifies the file name (including the full path) for the created XLSX file.
Exports the pivot grid to the specified stream in XLSX format.
A object to which the created XLSX file should be sent.
Exports the pivot grid to the specified file path in XPS format using the specified XPS-specific options.
A which specifies the file name (including the full path) for the created XPS file.
A object which specifies the XPS export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified stream in XPS format, using the specified XPS-specific options.
A object to which the created XPS file should be sent.
A object which specifies the XPS export options to be applied when the pivot grid is exported.
Exports the pivot grid to the specified file path in XPS format.
A which specifies the file name (including the full path) for the created XPS file.
Exports the pivot grid to the specified stream in XPS format.
A object to which the created XPS file should be sent.
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
Occurs after a field location or visibility has been changed.
Identifies the routed event.
[To be supplied]
Occurs before a field's position is changed, allowing cancellation of this action.
Identifies the routed event.
[To be supplied]
Occurs after a field has been moved.
Identifies the routed event.
[To be supplied]
Gets or sets a template used to display data cells that contain KPI graphics. This is a dependency property.
A object used to display data cells that contain KPI graphics.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a template for cells that contain KPI graphics. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display data cells. This is a dependency property.
A object used to display data cells.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Fires after the expansion status of fields combined into a field group has been changed.
Identifies the routed event.
[To be supplied]
Occurs after a field's filter condition has been changed.
Identifies the routed event.
[To be supplied]
Allows you to cancel changing the filter condition.
Identifies the routed event.
[To be supplied]
Gets or sets a style applied to the field headers. This is a dependency property.
A object that represents the style applied to the field headers.
Identifies the dependency property.
[To be supplied]
This member supports the internal infrastructure and is not intended to be used directly from your code.
@nbsp;
Identifies the attached property.
[To be supplied]
Gets or sets a template used to display the drag indicator.
A object representing a template used to display the drag indicator.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display field headers in the Customization Form when they are arranged in a list. This is a dependency property.
A object used to display field headers in the Customization Form when they are arranged in a list.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a template, used to display field headers in the Customization Form when they are arranged in a list. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display field headers. This is a dependency property.
A object used to display field headers.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a field header template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to display field headers in the Customization Form when they are arranged in a tree. This is a dependency property.
A object used to display field headers in the Customization Form when they are arranged in a tree.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a template, used to display field headers in the Customization Form when they are arranged in a tree. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets which layouts can be applied to the Customization Form when it is painted in Excel2007 style.
This is a dependency property.
One or several enumeration members that specify which layouts can be applied to the Customization Form.
Identifies the dependency property.
[To be supplied]
Represents a custom Customization Form. This is a dependency property.
An object that implements the interface.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to show visible fields in the Customization Form.
This is a dependency property.
true to show visible fields in the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the customization form's layout when it is painted in Excel2007 style. This is a dependency property.
A enumeration member that specifies how fields are arranged within the customization form.
Identifies the dependency property.
[To be supplied]
Gets or sets the position of the vertical splitter displayed in the Customization Form. This is a dependency property.
A value that specifies the position of the vertical splitter.
Identifies the dependency property.
[To be supplied]
Gets or sets the position of the horizontal splitter displayed in the Customization Form. This is a dependency property.
A value that specifies the position of the horizontal splitter.
Identifies the dependency property.
[To be supplied]
Gets or sets the state of a simple Customization Form. This is a dependency property.
An object implementing the DevExpress.Wpf.Grid.IColumnChooserState interface.
Identifies the dependency property.
[To be supplied]
Gets or sets a style that defines the visual appearance of the Customization Form. This is a dependency property.
A DevExpress.Xpf.PivotGrid.FieldListStyle enumeration member specifying the style of the Customization Form.
Identifies the dependency property.
[To be supplied]
Gets or sets the template used to display the Customization Form.
A object that represents the template used to display the Customization Form.
Identifies the dependency property.
[To be supplied]
Occurs after a field's property has been changed.
Identifies the routed event.
[To be supplied]
Provides access to a pivot grid's field collection.
A object which represents a collection of all the fields within a pivot grid.
Occurs after the width or height of a field has been changed.
Identifies the routed event.
[To be supplied]
Fires after the property's value has been changed.
Identifies the routed event.
[To be supplied]
Occurs after a field value has been collapsed.
Identifies the routed event.
[To be supplied]
Occurs when a field value is about to be collapsed, allowing cancellation of the action.
Identifies the routed event.
[To be supplied]
Enables you to provide custom text displayed within individual field values or filter dropdown items.
Occurs after a field value has been expanded.
Identifies the routed event.
[To be supplied]
Occurs when a field value is about to be expanded, allowing cancellation of the action.
Identifies the routed event.
[To be supplied]
Allows you to customize the context menu, invoked when right-clicking the field values, by adding new menu items or removing existing items.
A object, representing a collection of actions that manipulate menu items.
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.
Identifies the routed event.
[To be supplied]
Gets or sets a template used to display field values. This is a dependency property.
A object representing the template used to display field values.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that chooses a field value template based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Occurs after a field has been shown or hidden.
Identifies the routed event.
[To be supplied]
Gets or sets whether to take into account filter conditions of visible filter fields only.
true to take into account filter conditions of visible filter fields only; false, to take into account filter conditions of all filter fields.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to anchor row headers to the control edge when scrolling the pivot grid horizontally. This is a dependency property.
true to anchor row headers to the control edge when scrolling the pivot grid horizontally; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the coordinates of the focused cell.
A structure that specifies the coordinates of the focused cell.
Gets or sets a template used to display border of the focused cell.
A object representing the template used to display border of the focused cell.
Identifies the dependency property.
[To be supplied]
Occurs after the focused cell has been changed.
Identifies the routed event.
[To be supplied]
Identifies the dependency property.
[To be supplied]
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 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 row where the cell resides.
A summary value calculated for the specified column and row field values.
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 field values that identify the column where the cell resides.
An array of row field values that identify the row where the cell resides.
A object that specifies the data field.
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.
For internal use only.
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 number of visible fields located within the specified area.
A enumeration value that specifies the header area.
An integer value that specifies the number of visible fields located within the specified area.
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
Returns the list of fields available in the bound data source.
An array of objects that specify the names of data source fields.
Returns a list of fields displayed in the specified area.
A enumeration value that specifies the required field area.
The list of visible fields displayed in the specified area.
Returns the specified field value.
A object that represents a column or row field whose value is to be obtained.
A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left edge for column fields, and from the top edge for row fields.
An object that represents the field's value.
Returns the specified field value.
true to obtain the value of a column field; false, to obtain the value of 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.
A zero-based integer value that specifies the nesting level of the required column or row field value.
An object that represents the field's value.
Returns an OLAP member for the specified field value.
A object that represents the pivot grid field.
An integer value that specifies the cell's index.
The object. 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 value.
A object that represents the field to which the value belongs.
An integer value that specifies the zero-based index of a column/row that identifies the required field value. Columns are indexed starting from the far left, and rows are indexed starting from the top.
A value that represents 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.
An integer value that specifies the zero-based index of a column/row that identifies the required field value. Columns are indexed starting from the far left, rows are indexed starting from the top.
A value that identifies the type of the required column/row field value.
Returns an object that contains information on the currently focused cell.
A object that contains information on the currently focused cell.
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.
Gets the value of the attached property for the specified .
The element from which the property value is read.
The property value for the element.
Returns the index of the specified row.
An array of row field values that identify the row.
An integer value that specifies the row index. -1 if the specified row has not been not found.
Gets the value of the attached property for a specified .
The element from which the property value is read.
The property value for the element.
Gets whether the specified field header area is visible.
A enumeration value that specifies the field header area.
true if the specified field header area is visible; otherwise, false.
Fires after the PivotGridControl's layout has been changed.
Identifies the routed event.
[To be supplied]
Gets the context menu currently being displayed within the PivotGridControl.
A DevExpress.Xpf.PivotGrid.PivotGridPopupMenu object that represents the context menu. null (Nothing in Visual Basic) if no menu is currently displayed.
Gets or sets whether data is grouped case-sensitively.
true if data is grouped case-sensitively; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether hidden fields are grouped within the Customization Form. This is a dependency property.
true to group fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Occurs after a group filter condition has been changed.
Identifies the routed event.
[To be supplied]
Gets or sets the filtering mode of grouped fields.
A enumeration member that specifies the filtering mode of grouped fields.
Identifies the dependency property.
[To be supplied]
Gets the collection of field groups.
A object that represents the collection of field groups.
Allows you to customize the context menu, invoked when right-clicking the header area, by adding new menu items or removing existing items.
A object, representing a collection of actions that manipulate menu items.
Allows you to customize the context menu, invoked when right-clicking the field headers, by adding new menu items or removing existing items.
A object, representing a collection of actions that manipulate menu items.
Occurs after the Customization Form has been hidden.
Identifies the routed event.
[To be supplied]
Gets the collection of hidden fields.
The collection of hidden fields.
Hides all Totals and Grand Totals.
Hides the Customization Form.
Hides the Prefilter.
Hides the Expression Editor used to create expressions for unbound fields.
Gets whether an asynchronous operation is in progress.
true if an asynchronous operation is in progress; otherwise, false.
Gets or sets whether a context menu is invoked when an end-user right-clicks a cell. This is a dependency property.
true if a context menu should be invoked when an end-user right-clicks a cell; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the Customization Form Layout menu is available for end-users.
true if the Customization Form Layout menu is available for end-users; otherwise, false.
For internal use only.
[To be supplied]
Gets or sets whether the Customization Form is visible. This is a dependency property.
true to invoke the customization form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Indicates whether the specified field value is collapsed.
true if the field value corresponds to a column field; false if the field value corresponds to a row field.
An array of column or row field values that identify the field value.
true if the specified field value is collapsed; otherwise, false.
Indicates whether the specified field value (row or column) is collapsed.
A object that represents the row or column 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.
true if the specified field value is collapsed; otherwise, false.
Gets or sets whether the field value context menu is shown when an end-user right-clicks a field value. This is a dependency property.
true to enable the field value context menu; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether right-clicking a filter drop-down window invokes a context menu that allows you to invert the current check states of items. This is a dependency property.
true if a context menu is enabled for a filter drop-down; otherwise, false.
Identifies the dependency property.
[To be supplied]
For internal use.
@nbsp;
Identifies the dependency property.
[To be supplied]
Gets or sets whether the header area context menu is shown when an end-user right-clicks a header area. This is a dependency property.
true to enable the header area context menu; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the field header context menu is shown when an end-user right-clicks a field's header. This is a dependency property.
true to enable the field header context menu; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets whether the PivotGridControl is being initialized.
true if the PivotGridControl is being initialized; otherwise, false.
For internal use.
@nbsp;
Identifies the dependency property.
[To be supplied]
Gets or sets whether the filter specified by the Prefilter, is enabled. This is a dependency property.
true to enable the filter expression specified by the Prefilter; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets whether the Prefilter is invoked. This is a dependency property.
true if the Prefilter is visible; otherwise, false.
Identifies the dependency property.
[To be supplied]
Updates the PivotGridControl.
Reserved for future use.
Identifies the routed event.
[To be supplied]
Gets 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.
[To be supplied]
[To be supplied]
[To be supplied]
[To be supplied]
Scrolls the pivot grid to make the specified cell visible on screen.
A structure that specifies coordinates of the cell that should be made visible on screen.
Gets or sets whether to merge the neighboring column headers if they contain the same field value. This is a dependency property.
true to merge the neighboring column headers, if they contain the same field value; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to merge the neighboring row headers if they contain the same field value. This is a dependency property.
true to merge the neighboring row headers if they contain the same field value; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the number of filter criteria stored into the MRU Filter List. This is a dependency property.
An integer value that specifies the number of filter criteria stored into the MRU Filter List.
Identifies the dependency property.
[To be supplied]
Gets the MRU Filter List.
A read-only collection that represents the MRU Filter List.
Gets the selected cells.
An object that implements the IMultipleSelection interface and represents the pivot grid's selection.
Gets or sets 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.
Identifies the dependency property.
[To be supplied]
Not used.
Identifies the routed event.
@nbsp;
Gets or sets which data provider should be used to bind to an OLAP cube. This is a dependency property.
An enumeration member that specifies which data provider should be used to bind to an OLAP cube.
Identifies the dependency property.
[To be supplied]
Gets or sets for which filter fields the pivot grid processes only data related to their default members. This is a dependency property.
A enumeration member that specifies for which filter fields the pivot grid processes only data related to their default members.
Identifies the dependency property.
[To be supplied]
Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost.
Identifies the routed event.
[To be supplied]
Gets or sets whether PivotGridControl should take into account OLAP member values or unique names when filtering data in the OLAP mode. This is a dependency property.
true to take into account unique names when filtering data in the OLAP mode; false to take into account values instead.
Identifies the dependency property.
[To be supplied]
Occurs when the query time-out has expired.
Identifies the routed event.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
Gets or sets the owner PivotGridControl of an element. This is an attached property.
A object representing the owner PivotGridControl.
Identifies the attached property.
[To be supplied]
Allows you to customize context menus.
Identifies the routed event.
[To be supplied]
This member supports the internal infrastructure and is not intended be used directly from your code.
@nbsp;
Gets the Prefilter.
A object.
Gets or sets the pivot grid's prefilter criteria. This is a dependency property.
A object that represents the prefilter criteria.
Occurs when the filter expression specified by the Prefilter, has been changed.
Identifies the routed event.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Allows you to customize the Prefilter before it is displayed on screen.
Identifies the routed event.
[To be supplied]
Occurs before the Prefilter is hidden, allowing you to cancel this action.
Identifies the routed event.
[To be supplied]
Gets the filter expression displayed within the prefilter panel. This is a dependency property.
A value that specifies the filter expression displayed within the prefilter panel.
Identifies the dependency property.
[To be supplied]
Gets or sets the filter expression specified by the Prefilter.
A value that specifies the filter expression.
Identifies the dependency property.
[To be supplied]
Invokes the Print dialog and prints the pivot grid.
Gets or sets the brush used to paint the background of data cells when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the background of data cells when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of data cells when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the foreground of data cells when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of total and grand total cells when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the background of total and grand total cells when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of total and grand total cells when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the foreground of total and grand total cells when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to print headers of the column fields. This is a dependency property.
true to print headers of the column fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to print headers of the data fields. This is a dependency property.
true to print headers of the data fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Prints the pivot grid using the default printer.
Prints the pivot grid using the printer specified by the print queue.
A object specifying the print queue.
Gets or sets a template used to print data cells that contain KPI graphics. This is a dependency property.
A object used to print data cells that contain KPI graphics.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for data cells that contain KPI graphics. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to print data cells. This is a dependency property.
A object used to print data cells.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for data cells based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to print field headers. This is a dependency property.
A object representing the template used to print field headers.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for field headers based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets a template used to print field values. This is a dependency property.
A object representing the template used to print field values.
Identifies the dependency property.
[To be supplied]
Gets or sets a template selector that chooses a print template for field values based on custom logic. This is a dependency property.
A descendant that chooses a template based on custom logic.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to print headers of the filter fields. This is a dependency property.
true to print headers of the filter fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to print field headers on every page. This is a dependency property.
true to print field headers on every page; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the horizontal grid lines are printed.
This is a dependency property.
true if the horizontal grid lines are printed; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to insert page breaks at the end of every page. This is a dependency property.
true to insert page breaks at the end of every page; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the layout mode of the print document. This is a dependency property.
One of the enumeration members that specifies the layout of the print document.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to print headers of the row fields. This is a dependency property.
true to print headers of the row fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to print headers of the unused filter fields. This is a dependency property.
true to print headers of the unused filter fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of field value cells when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the background of field value cells when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of field value cells when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the foreground of field value cells when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of total and grand total headers when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the background of total and grand total headers when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of total and grand total headers when the pivot grid is printed. This is a dependency property.
A object that specifies the brush used to paint the foreground of total and grand total headers when the pivot grid is printed.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the vertical grid lines are printed.
This is a dependency property.
true if the vertical grid lines are printed; otherwise, false.
Identifies the dependency property.
[To be supplied]
Occurs every time any of the PivotGridControl properties has changed its value.
Identifies the routed event.
[To be supplied]
Recalculates summaries.
Reloads data from the PivotGridControl data source and recalculates summaries.
Reloads data from the control data source and recalculates summaries asynchronously.
Reloads data from the control data source and recalculates summaries asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Removes the specified criterion from the MRU Filter List.
A object that represents the criterion that should be removed from the MRU Filter List.
Clears the filter criteria specified by the Prefilter.
Gets or sets a template used to display the resizing indicator.
A that represents a template used to display the resizing indicator.
Identifies the dependency property.
[To be supplied]
Restores the collapsed state of field values from the specified file.
A value which specifies the path to the file from which the collapsed state of field values is read. If the specified file doesn't exist, an exception is raised.
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.
Restores the collapsed state of field values from the specified stream asynchronously.
A descendant from which the collapsed state of field values is read. If null (Nothing in Visual Basic), an exception is raised.
Restores the collapsed state of field values from the specified stream asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
A descendant from which the collapsed state of field values is read. If null (Nothing in Visual Basic), an exception is raised.
An delegate referencing a method that should be executed after the operation is completed.
Restores the pivot grid layout from the specified stream.
A descendant that stores the pivot grid's layout.
Restores the pivot grid layout from the specified stream asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
A descendant that stores the pivot grid's layout.
An delegate referencing a method that should be executed after the operation is completed.
Restores the pivot grid's layout from the specified XML file.
A value that specifies the target file name.
Restores the pivot grid's layout from the specified XML file asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
A value that specifies the target file name.
An delegate referencing a method that should be executed after the operation is completed.
Restores the PivotGridControl's data and layout from the specified file.
A value that specifies the path to the file which contains the pivot grid's data and layout.
Restores the PivotGridControl's data and layout from the specified stream.
A descendant from which the pivot grid is restored.
Creates objects for all fields in a data source, and moves them to the specified area, making them visible or hidden.
A enumeration value that specifies the area to which the created fields are moved.
true to show the created fields; otherwise, false.
Creates objects for all fields in a data source.
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.
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. Allows you to specify custom actions to be performed after this operation is completed.
A enumeration value that specifies the area to which the created fields are moved.
true to show the created fields; otherwise, false.
An delegate referencing a method that should be executed after the operation is completed.
Creates objects for all fields in a data source asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An delegate referencing a method that should be executed after the operation is completed.
Gets the number of rows in the PivotGridControl.
An integer that specifies the number of rows displayed within the PivotGridControl.
Gets or sets the vertical alignment of row field values. This is a dependency property.
A enumeration member specifying the vertical alignment of row field values.
Identifies the dependency property.
[To be supplied]
Gets or sets the factor used to define how much higher the total rows are, compared to the field value rows. This is a dependency property.
A value that specifies the factor used to define how much higher the total rows are, compared to the field value rows.
Identifies the dependency property.
[To be supplied]
Gets or sets the location of row totals. This is a dependency property.
A enumeration value that specifies the location of row totals.
Identifies the dependency property.
[To be supplied]
Gets or sets the height of a row when row field values are arranged in a tree. This is a dependency property.
An integer value that specifies a row's height, in pixels.
Identifies the dependency property.
[To be supplied]
Gets or sets the minimum allowed height of a row when row field values are arranged in a tree. This is a dependency property.
A value that specifies the minimum allowed height of a row.
Identifies the dependency property.
[To be supplied]
Gets or sets the minimum allowed width of the innermost row field values when they are arranged into a tree.
This is a dependency property.
A value that specifies the minimum allowed width of the innermost row field values.
Identifies the dependency property.
[To be supplied]
Gets or sets the tree offset. This is a dependency property.
An integer value that specifies the tree offset.
Identifies the dependency property.
[To be supplied]
Gets or sets the width of the innermost row field values when they are arranged into a tree. This is a dependency property.
An integer value that specifies the width of the innermost row field values, in pixels.
Identifies the dependency property.
[To be supplied]
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 the PivotGridControl's layout to the specified stream.
A descendant to which the pivot grid's layout is written.
Saves the PivotGridControl's layout to a file in XML format.
A value that specifies the target file name.
Saves the PivotGridControl's data and layout to the specified file, and allows data to be compressed.
A value that specifies the path to the file in which the control's data and layout are saved.
true to compress the output file; otherwise, false.
Saves the PivotGridControl's data and layout to the specified file.
A value that specifies the path to the file in which the control's data and layout are saved.
Saves the PivotGridControl's data and layout to the specified stream, and allows data to be compressed.
A descendant to which data is saved.
true to compress the output stream; otherwise, false.
Saves the PivotGridControl's data and layout to the specified stream.
A descendant to which data is saved.
Scrolls the pivot grid to make the specified cell visible at the top left.
A structure that specifies the coordinates of the cell that should be visible at the top left.
For internal use.
@nbsp;
Identifies the dependency property.
[To be supplied]
Gets or sets the coordinates of the selected cells.
A object which contains the coordinates of the selected cells.
Identifies the dependency property.
[To be supplied]
Gets or sets the selection mode.
A enumeration value that specifies the selection mode.
Identifies the dependency property.
[To be supplied]
Sets a data source for PivotGridControl and loads data asynchronously.
An object that contains data for the PivotGridControl.
Sets a data source for PivotGridControl and loads data asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
An object that contains data for the PivotGridControl.
An delegate referencing a method that should be executed after the operation is completed.
Sets the value of the attached property for the specified .
The element to which the attached property is written.
The required value.
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, or null (Nothing in Visual Basic).
Sets the specified sort order for the specified field asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
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, or null (Nothing in Visual Basic).
An delegate referencing a method that should be executed after the operation is completed.
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.
Sets a connection string to a cube in an MS Analysis Services database, and loads data from the cube asynchronously. Allows you to specify custom actions to be performed after this operation is completed.
A that specifies the connection string to an OLAP cube.
An delegate referencing a method that should be executed after the operation is completed.
Sets the value of the attached property for the specified .
The element to which the attached property is written.
A object.
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 object. Specifies a data field that identifies the column or row that should be selected.
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.
Sets the value of the attached property to a specified .
The element to which the attached property is written.
The required value.
Shows all Totals and Grand Totals.
Gets or sets whether the pivot grid's border is displayed. This is a dependency property.
true to display the border; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the Grand Total column header is visible when there are two or more data fields. This is a dependency property.
true if the Grand Total column header is visible; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether Row Grand Totals are displayed.
true to display Column Grand Totals; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether column headers are displayed.
true to display the Column Header Area; otherwise, false.
Identifies the dependency property.
[To be supplied]
For internal use.
@nbsp;
Identifies the dependency property.
[To be supplied]
Gets or sets whether to display Column Totals.
true to display Column Totals; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether Custom Totals are displayed for the field values which contain a single nesting field value.
true to display custom totals for any field value; false to display custom totals for the field values which fall into two or more categories.
Identifies the dependency property.
[To be supplied]
Gets or sets whether data headers are displayed.
true to show the Data Header Area; otherwise, false.
Identifies the dependency property.
[To be supplied]
Invokes the Customization Form.
Gets or sets whether to display the Filter Header Area.
true to display the Filter Header Area; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether Grand Totals are displayed when the control lists a single value of an outer column field or row field along its left or top edge.
true if the grand totals are always displayed; false if they are only displayed when the PivotGridControl displays two or more values of an outer column (or row) field along its top (or left) edge.
Identifies the dependency property.
[To be supplied]
Occurs after the Customization Form has been shown.
Identifies the routed event.
[To be supplied]
Gets or sets whether filter items that cannot be displayed because of filtering applied to other fields should be hidden. This is a dependency property.
true to hide filter items that cannot be displayed because of filtering applied to other fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Invokes the Prefilter.
Gets whether the Prefilter Panel is displayed within the PivotGridControl. This is a dependency property.
true if the prefilter panel is displayed within the PivotGridControl; otherwise, false.
Gets or sets when the Prefilter Panel is displayed within the PivotGridControl. This is a dependency property.
A enumeration value that specifies when the Prefilter Panel is displayed within the PivotGridControl.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Creates the print document from the PivotGridControl and displays the Print Preview of the document using the specified owner. This method can't be used in XBAP applications.
A instance specifying the owner of the Print Preview.
Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner and document name. This method can't be used in XBAP applications.
A instance specifying the owner of the Print Preview.
A value specifying what name should be used for the document to be displayed in the Print Preview.
Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner and document name. This method is intended to be used in XBAP applications.
A instance specifying the owner of the Print Preview.
A value specifying what name should be used for the document to be displayed in the Print Preview.
Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner, document name and Print Preview's title. This method is intended to be used in XBAP applications.
A instance specifying the owner of the Print Preview.
A value specifying what name should be used for the document to be displayed in the Print Preview.
A value specifying the title of the Print Preview.
Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications.
A instance specifying the owner of the Print Preview.
A value specifying what name should be used for the document to be displayed in the Print Preview.
A value specifying the title of the Print Preview.
Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner. This method is intended to be used in XBAP applications.
A instance specifying the owner of the Print Preview.
Creates the print document from the PivotGridControl and displays the modal Print Preview of the document, using the specified owner, document name and Print Preview's title. This method can't be used in XBAP applications.
A instance, specifying the owner of the Print Preview.
A value specifying what name should be used for the document to be displayed in the Print Preview.
A value specifying the title of the Print Preview.
Creates the print document from the PivotGridControl and displays the modal Print Preview of the document, using the specified owner. This method can't be used in XBAP applications.
A instance, specifying the owner of the Print Preview.
Creates the print document from the PivotGridControl and displays the modal Print Preview of the document, using the specified owner and document name. This method can't be used in XBAP applications.
A instance specifying the owner of the Print Preview.
A value specifying what name should be used for the document to be displayed in the Print Preview.
Gets or sets whether the Grand Total row header is visible when there are two or more data fields. This is a dependency property.
true if the Grand Total row header is visible; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether Row Grand Totals are displayed.
true to display Row Grand Totals; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether row headers are displayed.
true to display Row Header Area; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether Row Totals are displayed.
true to display Row Totals; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether automatic totals are displayed for the field values which contain a single nesting field value.
true to display totals for any field value; otherwise, false to display totals for the field values which fall into two or more categories.
Identifies the dependency property.
[To be supplied]
Invokes the Expression Editor used to create expressions for unbound fields.
A object that represents the unbound field.
Gets or sets the sort order applied to a field when sorting by summaries is enabled for it.
A enumeration member that specifies the sort order applied to a field when sorting by summaries is enabled for it.
Identifies the dependency property.
[To be supplied]
Gets or sets the rule for naming columns that correspond to data fields, when creating a data source via the CreateSummaryDataSource methods.
A value that specifies the column naming convention.
Identifies the dependency property.
[To be supplied]
Fires after an Expression Editor has been created for an unbound field.
Identifies the routed event.
[To be supplied]
Gets or sets whether data-aware operations caused by end-user actions are performed asynchronously. This is a dependency property.
true to perform operations caused by end-user actions asynchronously; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of field value cells. This is a dependency property.
A object that specifies the brush used to paint the background of field value cells.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of field value cells. This is a dependency property.
A object that specifies the brush used to paint the foreground of field value cells.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of the selected field value cell. This is a dependency property.
A object that specifies the brush used to paint the background of the selected field value cell.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of the selected field value cell. This is a dependency property.
A object that specifies the brush used to paint the foreground of the selected field value cell.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of total and grand total headers. This is a dependency property.
A object that specifies the brush used to paint the background of total and grand total headers.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of total and grand total headers. This is a dependency property.
A object that specifies the brush used to paint the foreground of total and grand total headers.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the background of the selected total or grand total header. This is a dependency property.
A object that specifies the brush used to paint the background of the selected total or grand total header.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush used to paint the foreground of the selected total or grand total header. This is a dependency property.
A object that specifies the brush used to paint the foreground of the selected total or grand total header.
Identifies the dependency property.
[To be supplied]
Serves as the base class for a pivot grid's Customization Controls.
For internal use.
Gets or sets whether hidden fields are grouped within the Customization Form. This is a dependency property.
true to group fields; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether to show visible fields in the Customization Form.
This is a dependency property.
true to show visible fields in the Customization Form; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets whether the Customization Control is standalone or located within a built-in Customization Form.
true if the Customization Control is standalone; otherwise, false.
Lists values that specify whether the pivot grid should pass columns or rows to a bound chart control when it is impossible to find the lowest-level data.
Columns are passed to the chart when is set to and it is impossible to find the lowest level within the selection.
Rows are passed to the chart when is set to and it is impossible to find the lowest level within the selection.
Lists values that specify which data the pivot grid should pass to a bound chart control.
PivotGrid passes only values from the lowest aggregation level.
PivotGrid determines which values to provide based on the PivotGridControl.ChartProvide...Totals property values.
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.
Lists values that specify which data provider should be used when binding to an OLAP cube.
The ADOMD.NET data provider.
The default OLAP provider (see the respective property description for details).
The OLE DB data provider.
The XMLA data access standard.
Lists values that specify how to copy cells to the clipboard when multiple cells are selected.
Columns and rows located between the selected cells (blocks of cells) are not copied to the clipboard.
Columns and rows located between the selected cells (blocks of cells) are copied to the clipboard with their cells empty.
Lists values that specify how to copy collapsed field values to the clipboard.
Collapsed field values are replaced with duplicates of their parent values.
Collapsed field values are not copied but space is reserved for them.
Collapsed field values are not copied and space is not reserved for them.
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.
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 PopupMenuShowingEventArgs class.
A DevExpress.Xpf.PivotGrid.PivotGridPopupMenu object that specifies the pivot grid context menu for which the event is raised.
Allows you to customize the context menu by adding new menu items or removing existing items.
A object, representing a collection of actions that manipulate menu items.
Returns information about the cell for which the menu is invoked.
A object that returns information about the cell for which the menu is invoked.
Returns information about the field for whose header the menu is invoked.
A object that contains information about the field for whose header the menu is invoked.
Returns information about the field value for which the menu is invoked.
A object that contains information about the field value for which the menu is invoked.
Gets a collection of items contained within the context menu.
The read-only collection of descendants that represent menu items contained within the context menu.
Gets what kind of pivot grid element invokes the menu.
A enumeration value that identifies the context menu type.
Gets the PivotGridControl that raised the event.
A object that identifies the pivot grid that raised the event.
Gets the UI element for which the context menu is shown.
The element displayed within a pivot grid for which the context menu is shown.
References a method that will handle the event.
References a method that will handle the event.
The event source.
A object that contains event data.
Represents values of a KPI.
Gets the KPI's goal value.
The KPI's goal value.
Gets the KPI's status value.
An integer value (1, 0 or -1) that specifies the KPI's status.
Gets the KPI's trend value.
An integer value (1, 0 or -1) that specifies the KPI's trend.
Gets the KPI's actually achieved value.
The KPI's actually achieved value.
Gets the KPI's weight value.
A value that specifies the KPI's weight.
Contains the names of the OLAP measures that represent values of a particular KPI.
Gets the name of the measure that stores the KPI's goal values.
A that specifies the name of the measure that stores the KPI's goal values.
Gets the name of the KPI.
A that specifies the name of the KPI.
Gets the name of the measure that stores the KPI's status values.
A that specifies the name of the measure that stores the KPI's status values.
Gets the name of the measure that stores the KPI's trend values.
A that specifies the name of the measure that stores the KPI's trend values.
Gets the name of the measure that stores the KPI's actually achieved values.
A that specifies the name of the measure that stores the KPI's actually achieved values.
Gets the name of the measure that stores the KPI's weight values.
A that specifies the name of the measure that stores the KPI's weight values.
Lists KPI types.
A target value of the KPI.
Not the KPI.
The state of the KPI at a specified point in time.
A value's evaluation of the KPI over time.
A KPI value.
A KPI's relative importance.
Lists values that specify the graphic set used to indicate KPI values.
No image is displayed.
The KPI graphic type is defined by the server.
Represents a summary data source row.
Initializes a new instance of the PivotSummaryDataRow class.
A object that represents the parent summary data source.
An integer value that specifies the index of the row in the summary data source.
An integer value that specifies the index of the pivot grid column where the cell represented by the summary row resides.
An integer value that specifies the index of the pivot grid row where the cell represented by the summary row resides.
Gets the parent summary data source.
A object that represents the parent summary data source.
Provides access to the cells in the current row by the corresponding pivot grid field.
A object that represents the pivot grid field.
The value of the cell that corresponds to the specified pivot grid field.
Lists values that specify for which fields the pivot grid processes only data related to their default members.
The Pivot Grid processes only data related to fields' default members for all filter fields, except for those fields whose filter condition is not set to 'Show All'.
The Pivot Grid processes only data related to fields' default members for filter fields that are not visible.
Lists values that specify how field headers should be arranged within the Customization Control.
PivotGridControl automatically defines whether to stack field headers horizontally or vertically, according to the Customization Control's width and height.
Field headers are stacked horizontally.
Field headers are stacked vertically.
Lists values that specify which fields the Customization Control should display.
Customization Control displays fields from all areas.
Customization Control displays fields from the Column Header Area.
Customization Control displays fields from the Data Header Area.
Customization Control displays fields from the Filter Header Area.
Customization Control displays fields from the Row Header Area.
References a method that will handle the event.
References a method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets an exception that has been thrown.
A that has been thrown.
The result of the asynchronous operation.
Gets an exception thrown during the asynchronous operation execution.
A object that provides information on the exception that has been thrown; null (Nothing in Visual Basic) if no exception has been thrown.
Gets the result of the asynchronous operation.
The result of the asynchronous operation.
References a method executed after an asynchronous operation is completed.
References a method executed after an asynchronous operation is completed.
An object that specifies the result of the asynchronous operation.
When implemented, provides a read-only access to basic settings of a field.
Gets the areas within which the field can be positioned.
A enumeration value (or a combination of values) that specifies in which areas the field can be positioned.
Gets the area in which the field is displayed.
A enumeration value that specifies the area in which the field is displayed.
Gets the field's index among the other fields displayed within the same area.
A zero-based integer that specifies the field's index among the other fields displayed within the same area.
Gets the field's display caption.
A that specifies the field's display caption.
Gets the field's data type.
A that specifies the field's data type.
Gets the name of the folder in which the field is located.
A that specifies the name of the folder in which the field is located.
Gets the string displayed within the field header.
A that specifies the field header display text.
Gets the expansion status of the current field if it belongs to a field group.
true if the field is expanded in a field group; otherwise, false.
Gets the name of the data source field assigned to the current object.
A value that specifies the name of the data source field.
Gets filter values for the current field.
A object that contains filter values for the current field.
Gets the group that owns the current field.
A object that owns the current field; null if the field does not belong to a group.
Gets the index of the field in a field group.
An integer value that specifies the index of the field in the group that owns the current field. -1 if the field does not belong to a group.
Gets how values of the current column or row field are combined into groups.
A enumeration value that specifies how values of the current field are combined into groups.
Gets the length of intervals into which field values are grouped.
An integer value that specifies the length of intervals into which field values are grouped.
Gets the field name.
A that specifies the field name.
Gets the name by which the field is referred to in the Prefilter expression.
A that specifies the name by which the field is referred to in the Prefilter expression.
Gets whether Running totals are calculated for values in the Data Area that correspond to the current column or row field.
true to calculate Running totals for the current column/row field; otherwise, false.
Gets whether field values that have appeared in the datasource after the field's filtering was configured should be shown.
true to show new field values; otherwise, false.
Gets how data is sorted when sorting is applied to the field.
A enumeration member that specifies how data is sorted when sorting is applied to the field.
Gets the field sort order.
A enumeration member that specifies the field sort order.
Gets the type of summary function calculated against the current field.
A enumeration value that specifies the type of summary function calculated against the current field.
Gets an absolute or relative number of field values to be displayed for the current column or row field.
An integer value that specifies the number of field values to be displayed for the current column or row field.
Gets whether the "Others" item is displayed within the PivotGridControl when the Top N Values feature is enabled.
true if the "Others" item is displayed when the Top N Values feature is enabled; otherwise, false.
Gets how the number of Top Values is determined.
A value that specifies how the number of Top Values is determined.
Gets an expression used to evaluate values for the current unbound field.
A that specifies an expression used to evaluate values for the current field.
Gets the name of a column in a summary data source that corresponds to the current unbound field.
A value that specifies the name of a column in a summary data source that corresponds to the current field.
Gets the data type and binding mode of the field.
A enumeration value that denotes the data type and binding mode of the field.
Gets whether the field is visible.
true if the field is visible; otherwise false.
References a method that will handle the event.
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 PivotLayoutAllowEventArgs class.
The routed event.
A object used to initialize the PivotLayoutAllowEventArgs instance.
Gets or sets whether to allow upgrading the control layout.
true to allow the operation; otherwise, false.
Lists values that specify pivot grid areas where a field can be positioned.
A field can be positioned within any area.
A field can be positioned within the Column Header Area.
A field can be positioned within the Data Header Area.
A field can be positioned within the Filter Header Area.
A field can be positioned within the Row Header Area.
Lists values that specify the sort order applied to a field when sorting by summaries is enabled for it.
Field values are sorted in ascending order.
The sort order is not changed.
Field values are sorted in descending order.
Lists values that identify a brush type.
A brush used to paint cells.
A brush used to paint field values.
A method that will handle the event.
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 PivotBrushChangedEventArgs class.
The routed event.
The event source.
A enumeration member that specifies which brush has been changed. This value is assigned to the property.
Gets which brush has been changed. For internal use.
A enumeration member that specifies which brush has been changed.
A method that will handle the event.
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 brush used to paint the background of the processed field value cell.
A object used to paint the background of the processed field value cell.
Gets or sets the brush used to paint the foreground of the processed field value cell.
A object used to paint the foreground of the processed field value cell.
Gets or sets whether the pivot grid is being exported (or printed).
true if the pivot grid is being exported (or printed); otherwise, false.
A method that will handle the event.
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 brush used to paint the background of the processed cell.
A object used to paint the background of the processed cell.
Gets or sets the brush used to paint the foreground of the processed cell.
A object used to paint the foreground of the processed cell.
Gets or sets whether the pivot grid is being exported (or printed).
true if the pivot grid is being exported (or printed); otherwise, false.
A collection of sort conditions.
Initializes a new instance of the SortByConditionCollection class.
A object, which is a pivot grid control that owns this collection.
A object that specifies an owner field.
Lists values that specify what caused the field group to change.
The group has been changed as a result of a field header expand/collapse.
The group has been changed for other reasons (caption change, fields reordering, etc.).
Represents a sort condition used to identify the column/row by whose values the other field values will be sorted.
Initializes a new instance of the SortByCondition class with default settings.
Initializes a new instance of the SortByCondition class.
A object that represents the field to which the condition corresponds. This value is assigned to the property.
An object that specifies the field value represented by the condition. This value is assigned to the property.
Initializes a new instance of the SortByCondition class.
A object that represents the field to which the condition corresponds. This value is assigned to the property.
An object that specifies the field value represented by the condition. This value is assigned to the property.
A that represents the unique name of the corresponding OLAP member. This value is assigned to the property.
Initializes a new instance of the SortByCondition class.
A object, which is a Sort by Summary condition.
Gets or sets the field to which the condition corresponds.
This is a dependency property.
A object that represents the field to which the condition corresponds.
Identifies the dependency property.
[To be supplied]
Gets or sets the unique name of the corresponding OLAP member.
This is a dependency property.
A that specifies the unique name of the corresponding OLAP member.
Identifies the dependency property.
[To be supplied]
For internal use.
@nbsp;
Gets or sets the field value represented by the condition. This is a dependency property.
An object that specifies the field value represented by the condition.
Identifies the dependency property.
[To be supplied]
An OLAP member.
Gets the caption of the OLAP member.
A that specifies the caption of the OLAP member.
Gets the OLAP member properties.
A DevExpress.XtraPivotGrid.OLAPMemberProperties collection that contains properties of the OLAP member.
Gets the unique name of the OLAP member.
A string that represents the unique name of the OLAP member.
Gets the value of the OLAP member.
Value of the OLAP member.
Represents a method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Gets the Expression Editor instance that will be shown.
An object, which is the Expression Editor instance that will be shown.
Gets the unbound field for which the Expression Editor has been invoked.
A object, that is the unbound field for which the Expression Editor has been invoked.
Represents a method that will handle the event.
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 PivotPropertyChangedEventArgs class.
The routed event.
A object that provides data for the property changed event.
The event source.
Gets the new property value.
The new value of the processed property.
Gets the old property value.
The old value of the processed property.
Gets the property whose value has been changed.
A object that is the property whose value has been changed.
Represents a method that will handle the event.
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 CustomPrefilterDisplayTextEventArgs class.
A string that specifies the text that should be displayed in the Prefilter Panel.
Gets or sets the text that should be displayed within the Prefilter Panel.
The text that should be displayed within the Prefilter Panel.
Represents a method that will handle the event.
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 GroupChangedEventArgs class.
The routed event.
A enumeration member that specifies how the field group has been changed. This value is assigned to the property.
Gets a value that indicates what caused the group to change.
A enumeration member that specifies what caused the group to change.
A simple-style Customization Form.
Initializes a new instance of the PivotFieldListControl class.
Gets whether field headers are stacked horizontally or vertically within the Customization Control. This is a dependency property.
A enumeration member that specifies whether field headers are stacked horizontally or vertically within the Customization Control.
Identifies the dependency property.
[To be supplied]
Gets or sets which fields the Customization Control should display. This is a dependency property.
A enumeration member that specifies the area whose fields should be displayed within the Customization Control.
Identifies the dependency property.
[To be supplied]
Gets or sets whether a message should be displayed within the Customization Control when no fields are located in it. This is a dependency property.
A enumeration member that specifies whether to display a message within the Customization Control when no fields are located in it.
Identifies the dependency property.
[To be supplied]
Gets or sets whether a label should be displayed within the Customization Control. This is a dependency property.
A enumeration member that specifies whether to display a label within the Customization Control.
Identifies the dependency property.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
Gets or sets whether field headers should be stacked horizontally or vertically within the Customization Control. This is a dependency property.
A enumeration member that specifies whether field headers should be stacked horizontally or vertically within the Customization Control.
Identifies the dependency property.
[To be supplied]
Gets or sets whether a border should be displayed around the Customization Control. This is a dependency property.
A enumeration member that specifies whether to display a border around the Customization Control.
Identifies the dependency property.
[To be supplied]
An Excel-style Customization Form.
Initializes a new instance of the PivotExcelFieldListControl class.
Called after the template is completely generated and attached to the visual tree.