Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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