TcxGridLayoutViewRecordExpandButtonAlignment Enum
In This Article
Enumerates horizontal positions of a card expand button.
#Declaration
Delphi
TcxGridLayoutViewRecordExpandButtonAlignment = (
rebaLeft,
rebaRight
);
#Members
Name |
---|
reba
|
reba
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
reba | The expand button is aligned to a card left border, at the card’s caption row. | |
reba | The expand button is aligned to a card right border, at the card’s caption row. |
A Layout View’s Options.RecordCaption.ExpandButtonAlignment property references the TcxGridLayoutViewRecordExpandButtonAlignment type.
See Also