GridSplitContainer.SplitterPosition Property
Gets or sets the splitter’s location.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.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