Back to Devexpress

TcxGridLayoutViewRecordExpandButtonAlignment Enum

vcl-cxgridlayoutview-f4e4bcd0.md

latest1.2 KB
Original Source

TcxGridLayoutViewRecordExpandButtonAlignment Enum

Enumerates horizontal positions of a card expand button.

Declaration

delphi
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

TcxGridLayoutViewRecordCaption.ExpandButtonAlignment

cxGridLayoutView Unit