Skip to main content

TcxCustomGridIndicatorItemViewInfo Class

Stores ViewInfo information required to draw indicator columns.

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.

See Also