A newer version of this page is available.
Switch to the current version.
DocumentViewerControl.NextViewCommand Property
Returns a command that navigates to the next view in a displayed document.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll
Declaration
public ICommand NextViewCommand { get; }
Public ReadOnly Property NextViewCommand As ICommand
Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface that defines the command. |
See Also
Feedback