DocumentViewerControl.ActualCommandProvider Property
In This Article
Specifies an actual command provider of the document viewer. This is a dependency property.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
#Declaration
public CommandProvider ActualCommandProvider { get; }
#Property Value
Type | Description |
---|---|
Command |
A Command |
See Also