Skip to main content

CommandProvider.Actions Property

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

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public ObservableCollection<IControllerAction> Actions { get; set; }

Property Value

Type Description
ObservableCollection<IControllerAction>

The collection of actions.

See Also