Skip to main content
.NET Framework 4.6.2+

IModelSplitLayout.SplitterPosition Property

Specifies the splitter position within the View, in pixels.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Int32 150

The distance, in pixels, between the splitter and the left/top View border.

Remarks

The RelativePosition property takes priority over the SplitterPosition property. If RelativePosition value is specified (in the UI or in code), the SplitterPosition property is not in effect.

See Also