Skip to main content

TcxGridLayoutViewStyles Events

Style settings for a Layout View.
Name Description
OnGetContentStyle Enables you to override the default style of a cell for specific items and/or records. 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