Skip to main content

GridSplitContainer.SplitterPosition Property

Gets or sets the splitter’s location.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Layout")]
public override int SplitterPosition { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the splitter’s current location in pixels

See Also