Skip to main content
.NET 6.0+

IModelOptions.LayoutManagerOptions Property

Provides access to the LayoutManagerOptions node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IModelLayoutManagerOptions LayoutManagerOptions { get; }

Property Value

Type Description
IModelLayoutManagerOptions

An IModelLayoutManagerOptions object representing the LayoutManagerOptions node.

Property Paths

You can access this nested property as listed below:

Object Type Path to LayoutManagerOptions
IModelApplication
.Options .LayoutManagerOptions
See Also