ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Tabs Namespace / C1TabsExtender Class / Spinner Property

In This Topic
    Spinner Property (C1TabsExtender)
    In This Topic
    The HTML content of this string is shown in a tab title while remote content is loading. Pass in empty string to deactivate that behavior. An span element must be present in the A tag of the title, for the spinner content to be visible.
    Syntax
    'Declaration
     
    Public Property Spinner As System.String
    public System.string Spinner {get; set;}
    See Also