ImageGear .NET v24.12 - Updated
selectionMode Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : selectionMode Property
Gets or sets the selection behavior for the thumbnails in the ImGearThumbnailList control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectionMode() : {Any}
function set_selectionMode(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearThumbnailList.get_selectionMode();
Remarks

This property defines the selection behavior in the ImGearThumbnailList control. For the various options, refer to ImGearThumbnailSelectionMode. If you change the value of this property, the control will raise its propertyChanged event.

See Also

Reference

ImGearThumbnailList class
ImGearThumbnailList Members