aspnet-devexpress-dot-web-dot-imagesliderbehaviorsettings-480aab45.md
Gets or sets a value indicating whether paging by click is enabled in the ASPxImageSlider.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean EnablePagingByClick { get; set; }
<DefaultValue(AutoBoolean.Auto)>
Public Property EnablePagingByClick As AutoBoolean
| 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.
|
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
|
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.
Note
The paging by click functionality is disabled when:
See Also
ImageSliderBehaviorSettings Class