Skip to main content

Member Table: Appearance

  • 2 minutes to read
Member Description
TcxPivotGridStyles.Background Specifies style settings for the background of the pivot grid’s client area.
TcxPivotGridStyles.ColumnHeader Specifies style settings for the column field values.
TcxPivotGridStyles.ColumnHeaderArea Specifies style settings for the column header area.
TcxPivotGridStyles.ColumnMaximumValue and TcxPivotGridCustomStyles.ColumnMinimumValue Specifies style settings for cross cells displaying maximum and minimum column values.
TcxPivotGridStyles.Content Specifies style settings for the data area.
TcxPivotGridStyles.DataHeaderArea Specifies style settings for the data header area.
TcxPivotGridStyles.FieldHeader Specifies style settings for the field.
TcxPivotGridStyles.FilterHeaderArea Specifies style settings for the filter header area.
TcxPivotGridStyles.FilterSeparator Specifies style settings for the filter header area separator.
TcxPivotGridStyles.HeaderBackground Specifies style settings for the header area‘s background.
TcxPivotGridStyles.Inactive Specifies style settings for the selected data cell when the pivot grid loses focus.
TcxPivotGridStyles.MaximumValue and TcxPivotGridCustomStyles.MinimumValue Specifies style settings for cross cells displaying maximum and minimum values of the entire pivot grid.
TcxPivotGridStyles.RowHeader Specifies style settings for the row field value.
TcxPivotGridStyles.RowHeaderArea Specifies style settings for the row header area.
TcxPivotGridStyles.RowMaximumValue and TcxPivotGridCustomStyles.RowMinimumValue Specifies style settings for cross cells displaying maximum and minimum row values.
TcxPivotGridStyles.Selected Specifies style settings for the selected data cell.
TcxPivotGridStyles.Total Specifies style settings for automatic subtotals and grand totals.
TcxPivotGridStyles.OnGetColumnHeaderStyle Allows custom style settings to be dynamically applied to the column field value.
TcxPivotGridStyles.OnGetContentStyle Allows custom style settings to be dynamically applied to the data cell.
TcxPivotGridStyles.OnGetFieldHeaderStyle Allows custom style settings to be dynamically applied to the field.
TcxPivotGridStyles.OnGetRowHeaderStyle Allows custom style settings to be dynamically applied to the row field value.
TcxCustomPivotGrid.OnCustomDrawCell Allows custom painting of the data cell.
TcxCustomPivotGrid.OnCustomDrawColumnHeader Allows custom painting of the column field value.
TcxCustomPivotGrid.OnCustomDrawFieldHeader Allows custom painting of the field, which is located in the header area.
TcxCustomPivotGrid.OnCustomDrawPart Allows custom painting of the background of the pivot grid’s client area and the header area.
TcxCustomPivotGrid.OnCustomDrawRowHeader Allows custom painting of the row field value.
See Also