Skip to main content

TcxCustomRowHeaderInfo.CaptionsInfo Property

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

Declaration

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