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

TcxGridDetailTabsPosition Enum

Enumerates values defining the position of the tabs panel.

#Declaration

Delphi
TcxGridDetailTabsPosition = (
    dtpNone,
    dtpLeft,
    dtpTop
);

#Members

Name
dtpNone
dtpLeft
dtpTop

#Remarks

A tabs panel is displayed within a child nesting level and displays tabs for switching to a particular child level (and the relevant View). To define the position of a tabs panel, use the TcxGridLevelOptions.DetailTabsPosition property. The possible values are:

Value

Meaning

dtpNone

A tabs panel is not displayed. Only one child View is visible.

dtpLeft

A tabs panel is displayed at the left edge of a child nesting level.

dtpTop

A tabs panel is displayed at the right edge of a child nesting level.

See Also