GetImageEventArgs(Boolean, Boolean) Constructor
Initializes a new instance of the GetImageEventArgs class with the specified settings.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
isFirst | Boolean | true if the first image within the ImageSlider needs to be displayed; otherwise, false. |
isLast | Boolean | true if the last image within the ImageSlider needs to be displayed; otherwise, false. |
Remarks
See the Virtual Mode topic for the details.
See Also