Back to Devexpress

BarContainerControl.DrawBorder Property

wpf-devexpress-dot-xpf-dot-bars-dot-barcontainercontrol-ffc10d64.md

latest1.1 KB
Original Source

BarContainerControl.DrawBorder Property

Gets or sets whether a border is drawn for the BarContainerControl. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if a border is visible; otherwise, false.

|

See Also

BarContainerControl Class

BarContainerControl Members

DevExpress.Xpf.Bars Namespace