ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPage class / selected Property

In This Topic
    selected Property
    In This Topic
    Indicates whether the page is selected.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_selected() : Boolean
    function set_selected(value : Boolean)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearPage.get_selected();
    Remarks

    This property is a boolean that indicates the page's selection status when it is displayed in the ImGearThumbnailList control. This flag is provided to indicate the selection status of a page.

    See Also