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

IModelSplitLayout.SplitterPosition Property

Specifies the distance between a splitter and the current List View left (top) border.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[DefaultValue(150)]
int SplitterPosition { get; set; }

Property Value

Type Default Description
Int32 150

An integer value specifying the distance between a splitter and the current List View left (top) border.

See Also