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

IModelCompositeView.Layout Property

Provides access to the Layout node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IModelViewLayout Layout { get; }

Property Value

Type Description
IModelViewLayout

An IModelViewLayout object representing the Layout node.

See Also