Skip to main content

SidePanel.BorderThickness Property

Gets or sets the SidePanel border thickness.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(1)]
[DXCategory("Appearance")]
public int BorderThickness { get; set; }

Property Value

Type Default Description
Int32 1

An Int32 value that specifies the SidePanel border thickness.

See Also