TcxCustomGridIndicatorItemViewInfo Class
Stores ViewInfo information required to draw indicator columns.
Declaration
TcxCustomGridIndicatorItemViewInfo = class(
TcxCustomGridViewCellViewInfo
)
Remarks
There are three types of indicator item ViewInfo objects:
Header indicator ViewInfo (TcxGridIndicatorHeaderItemViewInfo).
Row indicator ViewInfo (TcxGridIndicatorRowItemViewInfo).
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