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

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

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