CommandProvider.Actions Property
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
Property Value
Type | Description |
---|---|
ObservableCollection<IControllerAction> | The collection of actions. |
See Also