Skip to main content
A newer version of this page is available. .

CommandProvider.Actions Property

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

Namespace: DevExpress.Xpf.DocumentViewer

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

Declaration

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

Property Value

Type Description
ObservableCollection<IControllerAction>

The collection of actions.

See Also