Skip to main content
Tab

ImageSliderBehaviorSettings.EnablePagingByClick Property

Gets or sets a value indicating whether paging by click is enabled in the ASPxImageSlider.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean EnablePagingByClick { get; set; }

Property Value

Type Default Description
AutoBoolean Auto

true if paging by click is enabled; false if disabled; auto if paging by click is enabled for non-touch devices only.

Available values:

Name Description
Auto

The value is determined automatically, based on the type of the end-user’s device: touch or non-touch.

True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnablePagingByClick
ASP.NET MVC Extensions ImageSliderSettings
.SettingsBehavior .EnablePagingByClick
ASP.NET Web Forms Controls ASPxImageSlider
.SettingsBehavior .EnablePagingByClick

Remarks

Use the EnablePagingByClick property to control a user’s ability to change images by clicking the left or right side of the image area within a ASPxImageSlider.

ImageSlider_EnablePagingByClick

Note

The paging by click functionality is disabled when:

See Also