Back to Devexpress

TcxRowCaptionInfo Class

vcl-cxvgrid-85221672.md

latest1.3 KB
Original Source

TcxRowCaptionInfo Class

Stores ViewInfo information about a row item caption.

Declaration

delphi
TcxRowCaptionInfo = class(
    TPersistent,
    IInterface,
    IcxHotTrackElement,
    IcxHintableObject,
    IdxUIElementPopupWindowOwner,
    IdxFilterPopupWindowOwner
)

Remarks

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).

Implements

IInterface

IcxHotTrackElement

IcxHintableObject

IdxUIElementPopupWindowOwner

IdxFilterPopupWindowOwner

Inheritance

TObject TPersistent TcxRowCaptionInfo

See Also

TcxRowCaptionInfo Members

cxVGrid Unit