Back to Devexpress

BarManager.Controllers Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-ca27243c.md

latest1.1 KB
Original Source

BarManager.Controllers Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public ObservableCollection<IControllerAction> Controllers { get; }
vb
<Browsable(False)>
Public ReadOnly Property Controllers As ObservableCollection(Of IControllerAction)

Property Value

Type
ObservableCollection<IControllerAction>

See Also

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace