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

In This Topic
    IsTemplate Property (TreeView)
    In This Topic
    Gets or sets a boolean value which indicates whether transfer this control to template mode.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property IsTemplate As Boolean
    [C1Ignore()]
    public bool IsTemplate {get; set;}
    See Also