ImageGear .NET - Updated May 1, 2018
ThumbnailSelectionMode Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ThumbnailSelectionMode Property
Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<DescriptionAttribute(" Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
Public Property ThumbnailSelectionMode As ImGearThumbnailSelectionMode
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ImGearThumbnailSelectionMode
 
instance.ThumbnailSelectionMode = value
 
value = instance.ThumbnailSelectionMode

Property Value

One of the values ImGearThumbnailSelectionMode.
Remarks

This property defines the selection behavior in the ImGearThumbnailList control. For the various options, refer to the enumeration ImGearThumbnailSelectionMode.

Note: The selected state of thumbnails is maintained only when using ImGearDataBindingType.Page type data binding.

The default value is ImGearThumbnailSelectionMode.Single.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members