Skip to main content

TcxGridLevelOptions.DetailTabsPosition Property

Specifies the position of tabs controlling the actual child View currently visible.

Declaration

property DetailTabsPosition: TcxGridDetailTabsPosition read; write; default cxGridLevelDefaultDetailTabsPosition;

Property Value

Type Default
TcxGridDetailTabsPosition cxGridLevelDefaultDetailTabsPosition

Remarks

The DetailTabsPosition property determines whether and where to display tabs controlling the actual child View currently visible. Tabs display child level captions set via the Caption property. An end-user can switch to a View corresponding to one of the child levels by clicking the relevant tab.

If DetailTabsPosition is set to dtpNone, tabs are not displayed and a user cannot switch to a particular View. In this case, only one detail View is visible. Otherwise, tabs are visible and their position is determined by the DetailTabsPosition property value.

See Also