Skip to main content

TcxGridBandedTableViewStyles Events

Represents a set of styles that manage the appearance of visual elements in Banded Table Views.
Name Description
OnGetBandHeaderStyle Occurs whenever the band header should be redrawn.
OnGetContentStyle Enables you to override the default style of a cell for specific items and/or records. Inherited from TcxCustomGridTableViewStyles.
OnGetFooterStyle Occurs when it is necessary to paint View footer and group footer panels. Inherited from TcxGridTableViewStyles.
OnGetFooterStyleEx Occurs when it is necessary to paint View footer and group footer panels. Inherited from TcxGridTableViewStyles.
OnGetFooterSummaryStyle Fires each time a footer summary or a group summary displayed in a group footer panel is about to be drawn. Inherited from TcxGridTableViewStyles.
OnGetGroupStyle Occurs when the Table View group row is painted. Inherited from TcxGridTableViewStyles.
OnGetGroupSummaryStyle Fires each time a group summary displayed in a group row is about to be drawn. Inherited from TcxGridTableViewStyles.
OnGetHeaderStyle Occurs when it is necessary to paint the Table View header. Inherited from TcxGridTableViewStyles.
OnGetHotTrackStyle 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.
OnGetInplaceEditFormGroupStyle Inherited from TcxGridTableViewStyles.
OnGetInplaceEditFormItemStyle Inherited from TcxGridTableViewStyles.
OnGetPreviewStyle Occurs when it is necessary to paint the table rows preview section. Inherited from TcxGridTableViewStyles.
OnGetSelectionStyle Allows you to change the style applied to a selected record. Inherited from TcxCustomGridTableViewStyles.
See Also