Back to Devexpress

CommandProvider.Actions Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-commandprovider.md

latest1.3 KB
Original Source

CommandProvider.Actions Property

Provides access to the collection of actions when using a standard toolbar.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public ObservableCollection<IControllerAction> Actions { get; set; }
vb
Public Property Actions As ObservableCollection(Of IControllerAction)

Property Value

TypeDescription
ObservableCollection<IControllerAction>

The collection of actions.

|

See Also

RibbonActions

CommandProvider Class

CommandProvider Members

DevExpress.Xpf.DocumentViewer Namespace