Back to Devexpress

GetImageEventArgs.IsFirst Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-getimageeventargs-dbdc9fe6.md

latest1.9 KB
Original Source

GetImageEventArgs.IsFirst Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

The IsFirst property equals true if navigation is performed with the SliderBase.SlideFirst method, rather than navigation buttons.

See the Virtual Mode topic to learn more.

See Also

SlideFirst()

Virtual Mode

GetImageEventArgs Class

GetImageEventArgs Members

DevExpress.XtraEditors.Controls Namespace