Back to Devexpress

TcxGridIndicatorHeaderItemViewInfo Class

vcl-cxgridtableview-840d70f0.md

latest1.4 KB
Original Source

TcxGridIndicatorHeaderItemViewInfo Class

Stores ViewInfo information for the header grid View indicator.

Declaration

delphi
TcxGridIndicatorHeaderItemViewInfo = class(
    TcxCustomGridIndicatorItemViewInfo
)

Remarks

This class stores information required to draw the header indicator.

You should not create instances of TcxGridIndicatorFooterItemViewInfo or its descendants. It is created when the TcxGridTableView.OnCustomDrawIndicatorCell event occurs and is passed as its AViewInfo parameter. You should use this event to perform custom draw of the grid View’s indicator item.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo TcxCustomGridIndicatorItemViewInfo TcxGridIndicatorHeaderItemViewInfo

See Also

TcxGridIndicatorHeaderItemViewInfo Members

cxGridTableView Unit