ImageSliderBehaviorSettingsBase.EnableVirtualPaging Property
Specifies whether the virtual paging mode is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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
Online Demo
See Also