ImageGear .NET - Updated
selectedPages Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : selectedPages Property
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

Reference

ImGearThumbnailList class
ImGearThumbnailList Members