TcxGridLayoutViewRecordExpandButtonAlignment Enum
Enumerates horizontal positions of a card expand button.
Declaration
TcxGridLayoutViewRecordExpandButtonAlignment = (
rebaLeft,
rebaRight
);
Members
Name |
---|
rebaLeft
|
rebaRight
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
rebaLeft | The expand button is aligned to a card left border, at the card’s caption row. | |
rebaRight | 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