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

TdxSpreadSheetTableItemGroups.ExpandButtonPosition Property

Specifies the alignment of all group outline brackets at the current table item group root node.

#Declaration

Delphi
property ExpandButtonPosition: TdxSpreadSheetTableItemGroupExpandButtonPosition read; write; default gebpGroupFinish;

#Property Value

Type Default
TdxSpreadSheetTableItemGroupExpandButtonPosition gebpGroupFinish

#Remarks

Use this property to invert the outline bracket orientation (including the expand button position) for all column/row groups at the current node simultaneously. For detailed information on available group outline orientations, refer to the TdxSpreadSheetTableItemGroupExpandButtonPosition type description.

The default value of the ExpandButtonPosition property is gebpGroupFinish.

See Also