Skip to main content
A newer version of this page is available. .

IModelOptions.LayoutManagerOptions Property

Provides access to the LayoutManagerOptions node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

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