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.RootLevelOptions Property

Represents a set of options managing the appearance of top grid levels.

#Declaration

Delphi
property RootLevelOptions: TcxGridLevelOptions read; write;

#Property Value

Type
TcxGridLevelOptions

#Remarks

The root nesting level can contain several grid levels accessible via the Levels member, each associated with a particular View. The RootLevelOptions property supplies options to manage the appearance of Views displayed via top grid levels. This includes the width of a frame around these Views and the position of the tabs for switching the displayed View.

For a non-root level equivalent, use the master level’s TcxGridLevel.Options property.

See the RootLevelStyles property to specify the style of the tab panel (the text font, color and background).

See Also