Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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:

Object Type Path to EnablePagingByClick
ASPxImageSlider
.SettingsBehavior.EnablePagingByClick
ImageSliderSettings
.SettingsBehavior.EnablePagingByClick
MVCxImageSlider
.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