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.CaptionsInfo Property

Provides access to the list of objects containing row captions’ view information.

#Declaration

Delphi
property CaptionsInfo: TcxCaptionInfoList read;

#Property Value

Type
TcxCaptionInfoList

#Remarks

The CaptionsInfo property exposes the TcxCaptionInfoList object representing the list of objects containing view information for row header captions. This list contains TcxRowCaptionInfo instances.

TcxRowCaptionInfo provides access to:

  • the caption itself,

  • the caption’s rectangle,

  • the rectangles of the caption’s texts,

  • the index of the image displayed beside the caption.

The number of entries within the CaptionsInfo list depends on the row type: one for an editor row and multiple entries for a multi editor row (corresponding to the individual multi editor row items).

See Also