Back to Devexpress

ImageSliderBehaviorSettingsBase.EnableVirtualPaging Property

aspnet-devexpress-dot-web-dot-imagesliderbehaviorsettingsbase.md

latest2.0 KB
Original Source

ImageSliderBehaviorSettingsBase.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.

|

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

ImageSliderBehaviorSettingsBase Class

ImageSliderBehaviorSettingsBase Members

DevExpress.Web Namespace