TcxGridDetailTabsPosition Enum
In This Article
Enumerates values defining the position of the tabs panel.
#Declaration
Delphi
TcxGridDetailTabsPosition = (
dtpNone,
dtpLeft,
dtpTop
);
#Members
Name |
---|
dtp
|
dtp
|
dtp
|
#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 |
---|---|
dtp | A tabs panel is not displayed. Only one child View is visible. |
dtp | A tabs panel is displayed at the left edge of a child nesting level. |
dtp | A tabs panel is displayed at the right edge of a child nesting level. |
See Also