ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / OnClientFormatItem Property

In This Topic
    OnClientFormatItem Property (TreeView)
    In This Topic
    Occurs when an element representing a node has been created.
    Syntax
    'Declaration
     
    
    Public Property OnClientFormatItem As String
    public string OnClientFormatItem {get; set;}
    See Also