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

In This Topic
    selectedPages Property
    In This Topic
    Gets a collection of currently selected pages.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_selectedPages() : ImGearPageCollection
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.get_selectedPages();
    Remarks

    This is a read only property. It is a collection of pages (ImGearPageCollection) that are currently selected. Note: This property can not be overwritten but pages can be added and removed from the collection. These are not copies of pages, they are the actual selected pages. If the ImGearThumbnailList control has the property in a single selection mode then you must first always remove the current selection and then add a new one otherwise an exception will be thrown.

    See Also