Skip to main content
A newer version of this page is available. .

GridSplitContainer.SplitterPosition Property

Gets or sets the splitter’s location.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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