SplitterItem.SplitterWidth Property
Gets or sets the splitter’s width.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int SplitterWidth { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the splitter’s width. |
Remarks
This property supports the internal infrastructure and is not intended to be used directly from your code.
See Also