Back to Devexpress

ImageGalleryFullscreenViewerSettings.EnableVirtualPaging Property

aspnet-devexpress-dot-web-dot-imagegalleryfullscreenviewersettings.md

latest2.2 KB
Original Source

ImageGalleryFullscreenViewerSettings.EnableVirtualPaging Property

Specifies whether the virtual paging mode is enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableVirtualPaging { get; set; }
vb
<DefaultValue(False)>
Public Property EnableVirtualPaging As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to enable virtual paging; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to EnableVirtualPaging
ASP.NET MVC ExtensionsImageGallerySettings

.SettingsFullscreenViewer .EnableVirtualPaging

| | ASP.NET Web Forms Controls | ASPxImageGallery |

.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

ImageGalleryFullscreenViewerSettings Class

ImageGalleryFullscreenViewerSettings Members

DevExpress.Web Namespace