Skip to main content
Bar

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.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool DrawBorder { get; set; }

Property Value

Type Description
Boolean

true if a border is visible; otherwise, false.

See Also