Skip to main content

TcxGridLevel.Options Property

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

Declaration

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