Back to Devexpress

TcxGridLevelOptions.DetailTabsPosition Property

vcl-cxgridlevel-dot-tcxgridleveloptions.md

latest1.5 KB
Original Source

TcxGridLevelOptions.DetailTabsPosition Property

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

Declaration

delphi
property DetailTabsPosition: TcxGridDetailTabsPosition read; write; default cxGridLevelDefaultDetailTabsPosition;

Property Value

TypeDefault
TcxGridDetailTabsPositioncxGridLevelDefaultDetailTabsPosition

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

TcxGridDetailTabsPosition

TcxGridLevel.Caption

TcxGridLevelOptions.TabsForEmptyDetails

TcxGridLevelOptions Class

TcxGridLevelOptions Members

cxGridLevel Unit