Skip to main content

TcxGridLayoutViewRecordCaption.ExpandButtonAlignment Property

Specifies the horizontal card expand button alignment within the card caption.

Declaration

property ExpandButtonAlignment: TcxGridLayoutViewRecordExpandButtonAlignment read; write; default rebaRight;

Property Value

Type Default
TcxGridLayoutViewRecordExpandButtonAlignment rebaRight

Remarks

Refer to the TcxGridLayoutViewRecordExpandButtonAlignment description, for details.

To display expand buttons within card captions set the View’s OptionsCustomize.RecordExpanding property to True.

The default value of the ExpandButtonAlignment property is rebaRight.

See Also