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

TcxGridLayoutViewRecordCaption Class

Caption settings for a Layout View‘s card.

#Declaration

Delphi
TcxGridLayoutViewRecordCaption = class(
    TcxCustomGridOptions
)

#Remarks

Settings include:

Property Description
DisplayMask Specifies the display format mask for the card caption.
ExpandButtonAlignment Specifies the horizontal card expand button alignment within the card caption.
Height Specifies the card caption height in pixels.
TextAlignmentHorz Specifies the horizontal display text alignment within the card caption.
TextAlignmentVert Specifies the vertical display text alignment within the card caption.
Visible Specifies the card caption visibility.

The TcxGridLayoutViewRecordCaption object is referenced by the View’s OptionsView.RecordCaption property.

See Also