Skip to main content

TcxGridIndicatorFooterItemViewInfo Class

Contains the ViewInfo information for the footer indicator of a grid View.

Declaration

TcxGridIndicatorFooterItemViewInfo = class(
    TcxCustomGridIndicatorItemViewInfo
)

Remarks

This class provides painting information specific for the grid View’s footer indicator. For instance, you can use the IndicatorKind property to draw indicator marks relative to the state of the corresponding row. You can provide a different appearance for a mark if its corresponding row is selected, contains the focused or edited cell, etc. Also you can access the corresponding grid record (the GridRecord property) to draw an indicator cell based on the grid record properties.

You should not create instances of TcxGridIndicatorFooterItemViewInfo or its descendants. It is created when the TcxGridTableView.OnCustomDrawIndicatorCell event fires and is passed as its AViewInfo parameter. You should use this event to perform custom drawing of the grid View’s indicator item.

To locate the indicator within a grid View, see the Grid View Elements topic.

See Also