Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to EnablePagingByClick
ASP.NET MVC Extensions ImageGallerySettings
.SettingsFullscreenViewer .EnablePagingByClick
ASP.NET Web Forms Controls ASPxImageGallery
.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