Back to Devexpress

IModelSplitLayout.SplitterPosition Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelsplitlayout-715f2e95.md

latest1.7 KB
Original Source

IModelSplitLayout.SplitterPosition Property

Specifies the splitter position within the View, in pixels.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(150)]
int SplitterPosition { get; set; }
vb
<DefaultValue(150)>
Property SplitterPosition As Integer

Property Value

TypeDefaultDescription
Int32150

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

List View Edit Modes

IModelSplitLayout Interface

IModelSplitLayout Members

DevExpress.ExpressApp.Model Namespace