Skip to main content

TcxCustomGrid.RootLevelStyles Property

Controls the appearance of root level elements.

Declaration

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