Skip to main content

TcxCustomGridIndicatorItemViewInfo Class

Contains the ViewInfo information used in drawing the indicators in tabular grid View’s.

Declaration

TcxCustomGridIndicatorItemViewInfo = class(
    TcxCustomGridViewCellViewInfo
)

Remarks

There are three types of indicator item ViewInfo objects:

  1. Header indicator ViewInfo (TcxGridIndicatorHeaderItemViewInfo);

  2. Row indicator ViewInfo (TcxGridIndicatorRowItemViewInfo);

  3. Footer indicator ViewInfo (TcxGridIndicatorFooterItemViewInfo).

You should not create instances of the TcxCustomGridIndicatorItemViewInfo class or its descendants. A TcxCustomGridIndicatorItemViewInfo object is automatically created and passed as the AViewInfo parameter when you handle the TcxGridTableView.OnCustomDrawIndicatorCell event.

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

See Also