Back to Devexpress

ImageSliderBehaviorSettings.EnablePagingByClick Property

aspnet-devexpress-dot-web-dot-imagesliderbehaviorsettings-480aab45.md

latest3.1 KB
Original Source

ImageSliderBehaviorSettings.EnablePagingByClick Property

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

Declaration

csharp
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean EnablePagingByClick { get; set; }
vb
<DefaultValue(AutoBoolean.Auto)>
Public Property EnablePagingByClick As AutoBoolean

Property Value

TypeDefaultDescription
AutoBooleanAuto

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

|

Available values:

NameDescription
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:

LibraryObject TypePath to EnablePagingByClick
ASP.NET MVC ExtensionsImageSliderSettings

.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.

Note

The paging by click functionality is disabled when:

See Also

Image Slider

ImageSliderBehaviorSettings Class

ImageSliderBehaviorSettings Members

DevExpress.Web Namespace