Skip to main content

SplitterItem.Position Property

Gets or sets the vertical (horizontal) separator position relative to the layout group left (top) edge.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Position { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the separator position.

See Also