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

SplitterItem.SplitterWidth Property

Gets or sets the splitter’s width.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
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