TcxGridDetailTabsPosition Enum
Enumerates values defining the position of the tabs panel.
Declaration
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