Skip to main content

CanGetNextPrevImageEventArgs(Boolean) Constructor

Creates a new instance of the CanGetNextPrevImageEventArgs class with a specific sliding direction.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CanGetNextPrevImageEventArgs(
    bool isNext
)

Parameters

Name Type Description
isNext Boolean

true for sliding forward; otherwise, false.

See Also