Back to Devexpress

SidePanel.BorderThickness Property

windowsforms-devexpress-dot-xtraeditors-dot-sidepanel-358271bf.md

latest1.3 KB
Original Source

SidePanel.BorderThickness Property

Gets or sets the SidePanel border thickness.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Appearance")]
public int BorderThickness { get; set; }
vb
<DefaultValue(1)>
<DXCategory("Appearance")>
Public Property BorderThickness As Integer

Property Value

TypeDefaultDescription
Int321

An Int32 value that specifies the SidePanel border thickness.

|

See Also

SidePanel Class

SidePanel Members

DevExpress.XtraEditors Namespace