Skip to main content
Bar

BarManagerControllerBase.Manager Property

Gets or sets the BarManager, whose bar structure is modified by the current controller.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarManager Manager { get; set; }

#Property Value

Type Description
BarManager

A BarManager object, whose bar structure is modified by the current controller.

See Also