Back to Devexpress

LayoutPanel.ShowBorder Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-1a8506ec.md

latest1.2 KB
Original Source

LayoutPanel.ShowBorder Property

Gets or sets whether the panel’s border is visible. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool ShowBorder { get; set; }
vb
Public Property ShowBorder As Boolean

Property Value

TypeDescription
Boolean

true if the panel’s border is visible; otherwise, false.

|

See Also

ShowCaption

HasBorder

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace