TcxGridColumnStyles Members
Stores styles that define the appearance of column elements.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| Content | Specifies the style for item cells. Inherited from TcxCustomGridTableItemStyles. |
| Count | Inherited from TcxCustomStyles. |
| Footer | Specifies the style for the footer region of a column. |
| GridView | Provides access to the Table View containing the column to which the TcxGridColumnStyles applies its styles. |
| GroupSummary | Specifies style attributes for the column’s group summary. |
| Header | Provides access to column header style settings. |
| Item | Returns the column that this style is applied to. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| StyleSheet | Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles. |
| Values | Inherited from TcxStyles. |
Methods
Events
| Name | Description |
|---|---|
| OnGetContentStyle | Occurs whenever an item cell should be redrawn. Inherited from TcxCustomGridTableItemStyles. |
| OnGetFooterStyle | Occurs when the column footer should be redrawn. |
| OnGetFooterStyleEx | Occurs when the column footer should be redrawn. |
| OnGetFooterSummaryStyle | Occurs each time a column’s footer or group summary displayed in group footer panels is about to be drawn. |
| OnGetGroupSummaryStyle | Occurs every time a column’s group summary is about to be drawn. |
| OnGetHeaderStyle | Occurs every time the column header is about to be drawn. |
See Also