Back to Devexpress

CanGetNextPrevImageEventArgs.IsNext Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-cangetnextprevimageeventargs.md

latest1.5 KB
Original Source

CanGetNextPrevImageEventArgs.IsNext Property

Specifies the image sliding direction ( true for sliding forward, false for sliding backwards).

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsNext { get; set; }
vb
Public Property IsNext As Boolean

Property Value

TypeDescription
Boolean

true for an image sliding forward; otherwise, false.

|

Remarks

See the Virtual Mode topic to learn more.

See Also

Virtual Mode

CanGetNextPrevImageEventArgs Class

CanGetNextPrevImageEventArgs Members

DevExpress.XtraEditors.Controls Namespace