Back to Devexpress

ImageSlider.VirtualMode Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-imageslider-3f741bd4.md

latest2.3 KB
Original Source

ImageSlider.VirtualMode Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool VirtualMode { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property VirtualMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

GetImage

CanGetNextPrevImage

Virtual Mode

ImageSlider Class

ImageSlider Members

DevExpress.XtraEditors.Controls Namespace