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

IModelSplitLayout.SplitterPosition Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.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