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

PdfSetPageNumberCommand.CanExecute() Method

Determines whether the command can be executed in its current state.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public override bool CanExecute()

Returns

Type Description
Boolean

true, if the command can be executed; otherwise, false.

See Also