ImageSliderBehaviorSettings.EnablePagingByClick Property
Gets or sets a value indicating whether paging by click is enabled in the ASPxImageSlider.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(AutoBoolean.Auto)]
public AutoBoolean EnablePagingByClick { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Auto |
Auto |
|
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 |
False | Corresponds to a Boolean value of |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enable |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#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:
- the ASPx
Client event is handled;Image Slider. Item Click - an item’s Image
Slider property is specified;Item. Navigate Url - the navigation buttons are hidden by setting the Image
Slider property to NoneImage Area Settings. Navigation Button Visibility