TcxGridLayoutViewStyles Events
Style settings for a Layout View.Name | Description |
---|---|
OnGetContentStyle | Allows you to change the content style of individual cells depending on specific conditions in your application. Inherited from TcxCustomGridTableViewStyles. |
OnGetGroupStyle | Enables you to apply a custom style to card layout groups. |
OnGetHotTrackStyle protected | Allows you to change the style applied to the hot-tracked record. Inherited from TcxCustomGridTableViewStyles. |
OnGetInactiveStyle | Allows you to change the style applied to inactive records. Inherited from TcxCustomGridTableViewStyles. |
OnGetItemStyle | Enables you to apply a custom style to a certain card layout item. |
OnGetRecordBorderStyle | Enables you to apply a custom style to a certain card border. |
OnGetRecordCaptionStyle | Enables you to apply a custom style to a certain card caption. |
OnGetSelectionStyle | Allows you to change the style applied to a selected record. Inherited from TcxCustomGridTableViewStyles. |
See Also