ImageSlider.VirtualMode Property
In This Article
Gets or sets whether the current ImageSlider operates in the Virtual Mode.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the current Image |
#Remarks
An ImageSlider can dynamically upload images on demand (Virtual Mode). The VirtualMode property specifies whether the current ImageSlider operates in Virtual or Regular (Designer) Mode. See the Virtual Mode topic to learn more.
See Also