Skip to main content

TcxGridCardViewOptionsView.CardExpandButtonAlignment Property

Specifies the card expand button‘s horizontal alignment.

Declaration

property CardExpandButtonAlignment: TcxGridCardExpandButtonAlignment read; write; default cebaRight;

Property Value

Type Default
TcxGridCardExpandButtonAlignment cebaRight

Remarks

If the Card View’s OptionsCustomize.CardExpanding option is enabled and there is at least one caption row defined, caption rows display expand buttons that allow end-users to expand and collapse cards. You can specify whether such buttons are displayed to the left or to the right of the caption row’s text using the CardExpandButtonAlignment property.

Available CardExpandButtonAlignment property values include:

Value Meaning
cebaLeft Card expand buttons are left aligned within caption rows.
cebaRight Card expand buttons are right aligned within caption rows.

For details on expanding and collapsing cards, see the OptionsCustomize.CardExpanding property description.

The default value of the CardExpandButtonAlignment property is cebaRight.

See Also