Back to Devexpress

RibbonControl.Controllers Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-1dc76abe.md

latest1.2 KB
Original Source

RibbonControl.Controllers Property

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

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

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace