Back to Devexpress

GetImageEventArgs.IsLast Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-getimageeventargs-3840b495.md

latest1.9 KB
Original Source

GetImageEventArgs.IsLast Property

Gets or sets if the image to be displayed is the last image within the ImageSlider.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the image to be displayed is the last image within the ImageSlider; otherwise, false.

|

Remarks

The IsLast property equals true if navigation is performed by the SliderBase.SlideLast method, rather than with navigation buttons.

See the Virtual Mode topic to learn more.

See Also

SlideLast()

Virtual Mode

GetImageEventArgs Class

GetImageEventArgs Members

DevExpress.XtraEditors.Controls Namespace