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

CanGetNextPrevImageEventArgs(Boolean) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CanGetNextPrevImageEventArgs(
    bool isNext
)

Parameters

Name Type Description
isNext Boolean

true for sliding forward; otherwise, false.

See Also