Skip to main content

PdfSetPageNumberCommand.CanExecute() Method

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

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public override bool CanExecute()

Returns

Type Description
Boolean

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

See Also