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

In This Topic
    caption Property
    In This Topic
    Gets or sets caption for the page.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_caption() : String
    function set_caption(value : String)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearPage.get_caption();
    Remarks

    This property is a string that is displayed as a caption in the thumbnail in the ImGearThumbnailList control. When this property is changed, it will fire the "propertyChanged" event.

    See Also