Back to Devexpress

TcxGridIndicatorRowItemViewInfo Class

vcl-cxgridtableview-b1130bde.md

latest1.7 KB
Original Source

TcxGridIndicatorRowItemViewInfo Class

Stores ViewInfo information for the row indicator of a grid View.

Declaration

delphi
TcxGridIndicatorRowItemViewInfo = class(
    TcxCustomGridIndicatorItemViewInfo
)

Remarks

This class stores information required to draw a grid row indicator. For instance, you can use the GridRecord and IndicatorKind properties to custom paint indicator cells based on the underlying grid row’s attributes.

You should not create instances of TcxGridIndicatorRowItemViewInfo 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 custom draw the grid View’s indicator item.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxCustomGridCellViewInfo TcxCustomGridViewCellViewInfo TcxCustomGridIndicatorItemViewInfo TcxGridIndicatorRowItemViewInfo

See Also

TcxGridIndicatorRowItemViewInfo Members

cxGridTableView Unit