Gets or sets the list of images to load in the control.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public List<string> ImageSource { get; set; } |
Visual Basic
![]() |
---|
Public Property ImageSource As List(Of String) |
Type: List(String)
An instance of the List<string> structure, specifying the list of images for the control. The default is null (Nothing in VB.NET).