Back to Devexpress

TcxGridLayoutViewRecordCaption Class

vcl-cxgridlayoutview-4a19901c.md

latest2.0 KB
Original Source

TcxGridLayoutViewRecordCaption Class

Caption settings for a Layout View‘s card.

Declaration

delphi
TcxGridLayoutViewRecordCaption = class(
    TcxCustomGridOptions
)

Remarks

Settings include:

PropertyDescription
DisplayMaskSpecifies the display format mask for the card caption.
ExpandButtonAlignmentSpecifies the horizontal card expand button alignment within the card caption.
HeightSpecifies the card caption height in pixels.
TextAlignmentHorzSpecifies the horizontal display text alignment within the card caption.
TextAlignmentVertSpecifies the vertical display text alignment within the card caption.
VisibleSpecifies the card caption visibility.

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

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridLayoutViewRecordCaption

See Also

TcxGridLayoutViewRecordCaption Members

cxGridLayoutView Unit