CommandProvider.RibbonActions Property
Provides access to the collection of actions when using a ribbon toolbar.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v21.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<IControllerAction> | A collection of actions. |
Remarks
To learn more, see Customizing the Document Preview Toolbar.
See Also