Skip to main content

GetImageEventArgs(Boolean, Boolean) Constructor

Initializes a new instance of the GetImageEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GetImageEventArgs(
    bool isFirst,
    bool isLast
)

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