Skip to main content

TcxGridLayoutViewRecordCaption Class

Caption settings for a Layout View‘s card.

Declaration

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