Back to Devexpress

TcxCustomGridIndicatorItemViewInfo Class

vcl-cxgridtableview-f41810e9.md

latest1.7 KB
Original Source

TcxCustomGridIndicatorItemViewInfo Class

Stores ViewInfo information required to draw indicator columns.

Declaration

delphi
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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo TcxCustomGridIndicatorItemViewInfo

See Also

TcxCustomGridIndicatorItemViewInfo Members

cxGridTableView Unit