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

TcxGridLevel.Options Property

Specifies a set of options managing the visibility of Views displayed by child (detail) levels.

#Declaration

Delphi
property Options: TcxGridLevelOptions read; write;

#Property Value

Type
TcxGridLevelOptions

#Remarks

Child levels are accessible via the Items member. You can specify the width of a frame around Views and define the position for the tabs which control which particular detail View is currently displayed.

For settings which relate to top level Views, use the grid control’s RootLevelOptions property.

See Also