Skip to main content

TcxGridIndicatorHeaderItemViewInfo Class

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

Declaration

TcxGridIndicatorHeaderItemViewInfo = class(
    TcxCustomGridIndicatorItemViewInfo
)

Remarks

This class provides information for drawing the header indicator.

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 draw of the grid View’s indicator item.

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

See Also