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

In This Topic
    Node Property (C1SiteMapNodeEventArgs)
    In This Topic
    Gets or sets the referenced node in the C1SiteMap control when the event is raised.
    Syntax
    'Declaration
     
    Public Property Node As C1SiteMapNode
    public C1SiteMapNode Node {get; set;}

    Property Value

    The referenced node in the C1SiteMap control when the event is raised.
    See Also