TcxGridLayoutViewRecordCaption Class
In This Article
Caption settings for a Layout View‘s card.
#Declaration
Delphi
TcxGridLayoutViewRecordCaption = class(
TcxCustomGridOptions
)
#Remarks
Settings include:
Property | Description |
---|---|
Display |
Specifies the display format mask for the card caption. |
Expand |
Specifies the horizontal card expand button alignment within the card caption. |
Height | Specifies the card caption height in pixels. |
Text |
Specifies the horizontal display text alignment within the card caption. |
Text |
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.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridLayoutViewRecordCaption
See Also