TcxPivotGridCustomStyles Class
The base class for classes that contain style settings for pivot grid visual elements.
Declaration
TcxPivotGridCustomStyles = class(
TcxStyles,
IcxPivotGridBaseStyles
)
Remarks
While its ancestor the TcxStyles provides access to the style attributes, the TcxPivotGridCustomStyles represents styles for the pivot grid’s visual elements as follows:
the pivot grid’s background (Background);
the header area background (HeaderBackground);
the column header area background (ColumnHeaderArea);
the data header area background (DataHeaderArea);
the filter header area background (FilterHeaderArea);
the row header area background (RowHeaderArea);
the filter header area separator (FilterSeparator);
the data area (Content);
the prefilter panel (Prefilter);
the cross cell display limit values (ColumnMaximumValue, ColumnMinimumValue, MaximumValue, MinimumValue, RowMaximumValue, and RowMinimumValue);
the column and row field values (ColumnHeader and RowHeader);
the field (FieldHeader);
the subtotals and grand totals (Total).
The TcxPivotGridCustomStyles class is the ancestor of the TcxPivotGridStyles and TcxPivotGridFieldStyles classes.