Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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