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

TdxSpreadSheetTableItemGroupExpandButtonPosition Enum

Enumerates available table item group expand button positions.

#Declaration

Delphi
TdxSpreadSheetTableItemGroupExpandButtonPosition = (
    gebpGroupStart,
    gebpGroupFinish
);

#Members

Name
gebpGroupStart
gebpGroupFinish

#Remarks

Options include:

Value

Description

Row Groups Example

Column Groups Example

gebpGroupStart

The group expand button is located at the table item group beginning.

In the case of row groups, the expand button is located at the top of the group outline bracket.

In the case of column groups, the expand button is located at the left endpoint of the group outline bracket.

gebpGroupFinish

The group expand button is located at the table item group end.

In the case of row groups, the expand button is located at the bottom of the group outline bracket.

In the case of column groups, the expand button is located at the right endpoint of the group outline bracket.

The TdxSpreadSheetTableItemGroupExpandButtonPosition type is referenced by the ExpandButtonPosition property provided by the TdxSpreadSheetTableItemGroups class.

See Also