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.v14.2.dll

#Declaration

public bool DrawBorder { get; set; }

#Property Value

Type Description
Boolean

true if a border is visible; otherwise, false.

See Also