Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelOptions.LayoutManagerOptions Property

Provides access to the LayoutManagerOptions node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.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