Skip to main content
A newer version of this page is available. .

TcxGridTableCellViewInfo Class

Contains the ViewInfo information for painting the cells of tabular Views.

Declaration

TcxGridTableCellViewInfo = class(
    TcxCustomGridViewCellViewInfo
)

Remarks

Instances of the TcxGridTableCellViewInfo class are passed to handlers of the OnCustomDrawGroupCell event as the parameters. They provide all the information needed to paint a grouping row cell – the bounding rectangle, display text, row state, etc.

You should not create instances of the TcxGridTableCellViewInfo class. They are automatically created, modified and passed to event handlers.

See Also