ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / selectionMode Property

In This Topic
    selectionMode Property
    In This Topic
    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