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

ImageGalleryFullscreenViewerSettings.EnableVirtualPaging Property

Specifies whether the virtual paging mode is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool EnableVirtualPaging { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable virtual paging; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableVirtualPaging
ASPxImageGallery
.SettingsFullscreenViewer.EnableVirtualPaging
ImageGallerySettings
.SettingsFullscreenViewer.EnableVirtualPaging
MVCxImageGallery
.SettingsFullscreenViewer.EnableVirtualPaging

Remarks

The Image Gallery supports the virtual paging mode that allows end-users to load images on demand when navigating using the pager. Use the ImageGalleryFullscreenViewerSettings.VirtualPagingItemsPerRequest property to specify the number of items the Image Gallery dynamically loads on a callback when a pager’s navigation button is clicked.

See Also