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

IModelListView.SplitLayout Property

Provides access to the SplitLayout node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

IModelListViewSplitLayout SplitLayout { get; }

Property Value

Type Description
IModelListViewSplitLayout

An IModelSplitLayout object representing the SplitLayout node.

See Also