TcxPivotGridCustomStyles Members
The base class for classes that contain style settings for pivot grid 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. |
| 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. |
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. |
| GetBitmap(Integer) | Inherited from TcxStyles. |
| GetColumnHeaderParams(TcxPivotGridViewDataItem) | Returns the TcxViewParams record containing information on style settings of the column field value. |
| GetColumnMaximumValueParams | Returns the TcxViewParams record containing information on style settings for cross cells that display maximum column values. |
| GetColumnMinimumValueParams | Returns the TcxViewParams record containing information on style settings for cross cells that display minimum column values. |
| GetContentParams(TcxPivotGridDataCellViewInfo) | Returns the TcxViewParams record containing information on data area‘s style settings. |
| GetFieldHeaderParams(TcxPivotGridField) | Returns the TcxViewParams record containing information on field‘s style settings. |
| GetFilterSeparatorParams | Returns the TcxViewParams record containing information on filter header area separator style settings. |
| GetHashCode | Inherited from TObject. |
| GetHeaderBackgroundParams(TcxPivotGridFieldArea) | Returns the TcxViewParams record containing information on style settings of the AArea’s background. |
| GetMaximumValueParams | Returns the TcxViewParams record containing information on style settings for cross cells that display maximum values of the entire pivot grid. |
| GetMinimumValueParams | Returns the TcxViewParams record containing information on style settings for cross cells that display minimum values of the entire pivot grid. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetPrefilterParams | Returns the TcxViewParams record containing information on style settings for the prefilter panel. |
| GetRowHeaderParams(TcxPivotGridViewDataItem) | Returns the TcxViewParams record containing information on style settings of the row field values. |
| GetRowMaximumValueParams | Returns the TcxViewParams record containing information on style settings for cross cells that display maximum row values. |
| GetRowMinimumValueParams | Returns the TcxViewParams record containing information on style settings for cross cells that display minimum row values. |
| GetSelectionParams | Returns the TcxViewParams record containing information on style settings of the selected data cell. |
| 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 protected | Enables you to provide custom style settings for column field values. |
| OnGetContentStyle protected | Enables you to customize style settings for data cells. |
| OnGetFieldHeaderStyle protected | Enables you to provide custom style settings for field headers. |
| OnGetRowHeaderStyle protected | Enables you to provide custom style settings for row field values. |
See Also