Back to Devexpress

TcxCustomRowHeaderInfo Class

vcl-cxvgrid-982ca6ef.md

latest1.0 KB
Original Source

TcxCustomRowHeaderInfo Class

Stores ViewInfo information about a row header.

Declaration

delphi
TcxCustomRowHeaderInfo = class(
    TObject
)

Remarks

The TcxCustomRowHeaderInfo class is the base class for objects containing the view information about row headers (TcxEditorRowHeaderInfo, TcxCategoryRowHeaderInfo, TcxMultiEditorRowHeaderInfo).

The properties of this object specify:

  • Row header caption
  • The row focus state
  • The row draw style
  • Row element rectangles

An instance of the TcxCustomRowHeaderInfo class is passed as the OnDrawRowHeader event parameter. The type of object returned through this parameter depends on the row type so a typecast must be performed to access properties that are specific to the row type.

Inheritance

TObject TcxCustomRowHeaderInfo

See Also

TcxCustomRowHeaderInfo Members

cxVGrid Unit