ImageSlider.VirtualMode Property
Gets or sets whether the current ImageSlider operates in the Virtual Mode.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the current ImageSlider operates in the Virtual Mode; otherwise, false. |
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