Skip to main content
All docs
V26.1
  • 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.v26.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