Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridCustomStyles Properties
Show Inherited Hide Inherited

The base class for classes that contain style settings for pivot grid visual elements.
Name Description
Background protected Specifies style settings for the background of the pivot grid’s client area.
ColumnHeader protected Specifies style settings for the column field values.
ColumnHeaderArea protected Specifies style settings for the column header area.
ColumnMaximumValue protected Specifies style settings for cross cells displaying maximum column values.
ColumnMinimumValue protected Specifies style settings for cross cells displaying minimum row values.
Content protected Specifies style settings for the data area.
Count Inherited from TcxCustomStyles.
DataHeaderArea protected Specifies style settings for the data header area.
FieldHeader protected Specifies style settings for the field.
FilterHeaderArea protected Specifies style settings for the filter header area.
FilterSeparator protected Specifies style settings for the filer header area separator.
HeaderBackground protected Specifies style settings for the header area background.
Inactive protected Specifies style settings for the selected data cell when the pivot grid becomes inactive (loses focus).
MaximumValue protected Specifies style settings for cross cells displaying maximum values of the entire pivot grid.
MinimumValue protected Specifies style settings for cross cells displaying minimum values of the entire pivot grid.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
PivotGrid Provides access to the pivot grid, which the current styles apply to.
Prefilter protected Specifies style settings for the prefilter panel.
RowHeader protected Specifies style settings for the row field values.
RowHeaderArea protected Specifies style settings for the row header area.
RowMaximumValue protected Specifies style settings for cross cells displaying maximum row values.
RowMinimumValue protected Specifies style settings for cross cells displaying minimum row values.
Selected protected Specifies style settings for the selected data cells.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
Total protected Specifies style settings for automatic subtotals and grand totals.
Values Inherited from TcxStyles.
See Also