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

TcxCustomGrid.RootLevelStyles Property

Controls the appearance of root level elements.

#Declaration

Delphi
property RootLevelStyles: TcxGridLevelStyles read; write;

#Property Value

Type
TcxGridLevelStyles

#Remarks

The RootLevelStyles property provides attributes and events controlling the style for the tabs and the tab panel used for displaying Views linked to root grid levels. This property affects only the tabs at the root nesting level. To specify styles for the tabs used to switch between child levels (and their Views), see the master level’s TcxGridLevel.Styles property.

By default, the tab panel is invisible and only one View is displayed. You can display the tab panel by setting the DetailTabsPosition attribute of the RootLevelOptions property to a value other than dtpNone. In addition, you should set the Caption property of the corresponding grid level to identify the level (and its View) on the panel.

Use the RootLevelOptions property to specify the position of the tab panel and the frame width around the Views at the root nesting level.

See Also