TcxCustomGrid.RootLevelOptions Property
Represents a set of options managing the appearance of top grid levels.
Declaration
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