ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeBinding Class / TooTipField Property

In This Topic
    TooTipField Property
    In This Topic
    Gets or sets the name of the field from the data source to bind to the TooTip property of a C1SiteMapNode object to which the C1SiteMapNodeBinding object is applied.
    Syntax
    'Declaration
     
    Public Property TooTipField As System.String
    public System.string TooTipField {get; set;}
    See Also