Skip to main content
.NET 6.0+

IModelSplitLayout.SplitterPosition Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Int32 150

An integer value that specifies the distance between a splitter and the current List View or Detail View’s left (top) border. XAF Blazor applications interpret this value as a distance in pixels.

See Also