Skip to main content
A newer version of this page is available. .
Tab

ImageGalleryFullscreenViewerSettings.EnablePagingByClick Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool EnablePagingByClick { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to EnablePagingByClick
ASPxImageGallery
.SettingsFullscreenViewer.EnablePagingByClick
ImageGallerySettings
.SettingsFullscreenViewer.EnablePagingByClick
MVCxImageGallery
.SettingsFullscreenViewer.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 within a full screen viewer.

ImageSlider_EnablePagingByClick

Note

The paging by click functionality is disabled when:

See Also