Skip to main content

TcxGridIndicatorRowItemViewInfo Class

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

Declaration

TcxGridIndicatorRowItemViewInfo = class(
    TcxCustomGridIndicatorItemViewInfo
)

Remarks

This class provides information for drawing a grid row indicator. For instance, you can use the GridRecord and IndicatorKind properties to custom paint indicator cells based on the underlying grid row’s attributes.

You should not create instances of TcxGridIndicatorRowItemViewInfo 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 custom draw the grid View’s indicator item.

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

See Also