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

ASPxClientImageSliderItem.loaded Property

Gets whether the image slider’s item is loaded.

Declaration

loaded: boolean

Property Value

Type Description
boolean

true, is the item is loaded; otherwise, false.

Remarks

Use the loaded property to get whether the item is loaded if the Image Slider operates in virtual paging mode (the ImageSliderBehaviorSettingsBase.EnableVirtualPaging property is set to true).

Concept

Paging

Online Demo

Image Slider - Virtual Paging

See Also