Back to Devexpress

BarOptions.DrawBorder Property

windowsforms-devexpress-dot-xtrabars-dot-baroptions-f6e5e2b0.md

latest1.7 KB
Original Source

BarOptions.DrawBorder Property

Gets or sets whether the current Bar should display its borders.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool DrawBorder { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(True)>
Public Overridable Property DrawBorder As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the current Bar should display its borders; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DrawBorder
Bar

.OptionsBar .DrawBorder

|

Remarks

The DrawBorder property is accessed via the Bar.OptionsBar object.

See Also

OptionsBar

BarOptions Class

BarOptions Members

DevExpress.XtraBars Namespace