Skip to main content

TcxPivotGridFieldStyles Members

Represents style settings for a field‘s visual elements.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Background protected Specifies style settings for the background of the pivot grid’s client area. Inherited from TcxPivotGridCustomStyles.
ColumnHeader Specifies style settings for the column field values. Inherited from TcxPivotGridCustomStyles.
ColumnHeaderArea protected Specifies style settings for the column header area. Inherited from TcxPivotGridCustomStyles.
ColumnMaximumValue Specifies style settings for cross cells displaying maximum column values. Inherited from TcxPivotGridCustomStyles.
ColumnMinimumValue Specifies style settings for cross cells displaying minimum row values. Inherited from TcxPivotGridCustomStyles.
Content Specifies style settings for the data area. Inherited from TcxPivotGridCustomStyles.
Count Inherited from TcxCustomStyles.
DataHeaderArea protected Specifies style settings for the data header area. Inherited from TcxPivotGridCustomStyles.
FieldHeader protected Specifies style settings for the field. Inherited from TcxPivotGridCustomStyles.
FilterHeaderArea protected Specifies style settings for the filter header area. Inherited from TcxPivotGridCustomStyles.
FilterSeparator protected Specifies style settings for the filer header area separator. Inherited from TcxPivotGridCustomStyles.
HeaderBackground protected Specifies style settings for the header area background. Inherited from TcxPivotGridCustomStyles.
Inactive protected Specifies style settings for the selected data cell when the pivot grid becomes inactive (loses focus). Inherited from TcxPivotGridCustomStyles.
MaximumValue Specifies style settings for cross cells displaying maximum values of the entire pivot grid. Inherited from TcxPivotGridCustomStyles.
MinimumValue Specifies style settings for cross cells displaying minimum values of the entire pivot grid. Inherited from TcxPivotGridCustomStyles.
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. Inherited from TcxPivotGridCustomStyles.
Prefilter protected Specifies style settings for the prefilter panel. Inherited from TcxPivotGridCustomStyles.
RowHeader Specifies style settings for the row field values. Inherited from TcxPivotGridCustomStyles.
RowHeaderArea protected Specifies style settings for the row header area. Inherited from TcxPivotGridCustomStyles.
RowMaximumValue Specifies style settings for cross cells displaying maximum row values. Inherited from TcxPivotGridCustomStyles.
RowMinimumValue Specifies style settings for cross cells displaying minimum row values. Inherited from TcxPivotGridCustomStyles.
Selected protected Specifies style settings for the selected data cells. Inherited from TcxPivotGridCustomStyles.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
Total Specifies style settings for automatic subtotals and grand totals. Inherited from TcxPivotGridCustomStyles.
Values Inherited from TcxStyles.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetBackgroundParams Returns the TcxViewParams record containing information on style settings of the pivot grid’s background. Inherited from TcxPivotGridCustomStyles.
GetBitmap(Integer) Inherited from TcxStyles.
GetColumnHeaderParams(TcxPivotGridViewDataItem) Returns the TcxViewParams record containing information on style settings of the column field value. Inherited from TcxPivotGridCustomStyles.
GetColumnMaximumValueParams Returns the TcxViewParams record containing information on style settings for cross cells that display maximum column values. Inherited from TcxPivotGridCustomStyles.
GetColumnMinimumValueParams Returns the TcxViewParams record containing information on style settings for cross cells that display minimum column values. Inherited from TcxPivotGridCustomStyles.
GetContentParams(TcxPivotGridDataCellViewInfo) Returns the TcxViewParams record containing information on data area‘s style settings. Inherited from TcxPivotGridCustomStyles.
GetFieldHeaderParams(TcxPivotGridField) Returns the TcxViewParams record containing information on field‘s style settings. Inherited from TcxPivotGridCustomStyles.
GetFilterSeparatorParams Returns the TcxViewParams record containing information on filter header area separator style settings. Inherited from TcxPivotGridCustomStyles.
GetHashCode Inherited from TObject.
GetHeaderBackgroundParams(TcxPivotGridFieldArea) Returns the TcxViewParams record containing information on style settings of the AArea’s background. Inherited from TcxPivotGridCustomStyles.
GetMaximumValueParams Returns the TcxViewParams record containing information on style settings for cross cells that display maximum values of the entire pivot grid. Inherited from TcxPivotGridCustomStyles.
GetMinimumValueParams Returns the TcxViewParams record containing information on style settings for cross cells that display minimum values of the entire pivot grid. Inherited from TcxPivotGridCustomStyles.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetPrefilterParams Returns the TcxViewParams record containing information on style settings for the prefilter panel. Inherited from TcxPivotGridCustomStyles.
GetRowHeaderParams(TcxPivotGridViewDataItem) Returns the TcxViewParams record containing information on style settings of the row field values. Inherited from TcxPivotGridCustomStyles.
GetRowMaximumValueParams Returns the TcxViewParams record containing information on style settings for cross cells that display maximum row values. Inherited from TcxPivotGridCustomStyles.
GetRowMinimumValueParams Returns the TcxViewParams record containing information on style settings for cross cells that display minimum row values. Inherited from TcxPivotGridCustomStyles.
GetSelectionParams Returns the TcxViewParams record containing information on style settings of the selected data cell. Inherited from TcxPivotGridCustomStyles.
GetViewParams(Integer,TObject,TcxStyle,TcxViewParams) Inherited from TcxStyles.
IsValidStyleSheet(TcxCustomStyleSheet) Inherited from TcxCustomStyles.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ResetStyles Inherited from TcxCustomStyles.
ToString Inherited from TObject.

Events

Name Description
OnGetColumnHeaderStyle Enables you to provide custom style settings for column field values. Inherited from TcxPivotGridCustomStyles.
OnGetContentStyle Enables you to customize style settings for data cells. Inherited from TcxPivotGridCustomStyles.
OnGetFieldHeaderStyle protected Enables you to provide custom style settings for field headers. Inherited from TcxPivotGridCustomStyles.
OnGetRowHeaderStyle Enables you to provide custom style settings for row field values. Inherited from TcxPivotGridCustomStyles.
See Also