vcl-cxvgrid-85221672.md
Stores ViewInfo information about a row item caption.
TcxRowCaptionInfo = class(
TPersistent,
IInterface,
IcxHotTrackElement,
IcxHintableObject,
IdxUIElementPopupWindowOwner,
IdxFilterPopupWindowOwner
)
You can access the list of TcxRowCaptionInfo objects through the CustomRowHeaderInfo.CaptionsInfo property. The number of entries within this list depends on the row type: one for an editor row, multiple for the multi editor row (each entry corresponding to an individual multi editor row item).
TObject TPersistent TcxRowCaptionInfo
See Also