Skip to main content
Tab

ImageSliderBehaviorSettingsBase.EnableVirtualPaging Property

Specifies whether the virtual paging mode is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, to enable virtual paging; otherwise, false.

Remarks

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

To perform specific actions on the client side when the Image Slider item is loaded on callback, handle the ASPxClientImageSlider.ItemLoadedOnCallback event.

Concept

Paging

Online Demo

Image Slider - Virtual Paging

See Also