CommandProvider.Actions Property
In This Article
Provides access to the collection of actions when using a standard toolbar.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public ObservableCollection<IControllerAction> Actions { get; set; }
#Property Value
Type | Description |
---|---|
Observable |
The collection of actions. |
See Also