Skip to main content

ImageSlider.VirtualMode Property

Gets or sets whether the current ImageSlider operates in the Virtual Mode.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool VirtualMode { get; set; }

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