Skip to main content

TcxGridBandedTableViewStyles Events

Stores the set of styles that manage the appearance of visual elements in a Banded Table View.
Name Description
OnGetBandHeaderStyle Occurs whenever the band header should be redrawn.
OnGetContentStyle Allows you to change the content style of individual cells depending on specific conditions in your application. 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 Occurs every time a footer or group 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 Occurs every 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