ASPxClientImageSliderItem.loaded Property
In This Article
Gets whether the image slider’s item is loaded.
#Declaration
TypeScript
loaded: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#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
#Online Demo
See Also