Back to Devexpress

BarAndDockingController.PropertiesBar Property

windowsforms-devexpress-dot-xtrabars-dot-baranddockingcontroller-1b343451.md

latest1.7 KB
Original Source

BarAndDockingController.PropertiesBar Property

Contains the default customization settings of the Bars UI (BarManager).

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public virtual BarManagerProperties PropertiesBar { get; }
vb
<DXCategory("Behavior")>
Public Overridable ReadOnly Property PropertiesBar As BarManagerProperties

Property Value

TypeDescription
BarManagerProperties

A BarManagerProperties object, containing bar settings.

|

Remarks

Use the PropertiesBar object to access the default customization settings of bars. You can refer to the BarManagerProperties topic for more information.

See Also

AppearancesBar

BarManagerProperties

BarAndDockingController Class

BarAndDockingController Members

DevExpress.XtraBars Namespace