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

IModelListView.SplitLayout Property

Provides access to the SplitLayout node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IModelListViewSplitLayout SplitLayout { get; }

Property Value

Type Description
IModelListViewSplitLayout

An IModelSplitLayout object representing the SplitLayout node.

See Also