'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.EditorAttribute("System.Web.UI.Design.WebControls.TreeNodeStyleCollectionEditor,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)> <WebCategoryAttribute("Styles")> <WebSysDescriptionAttribute("TreeView_LevelStyles")> Public ReadOnly Property LevelStyles As System.Web.UI.WebControls.TreeNodeStyleCollection
'Usage
Dim instance As NTreeView Dim value As System.Web.UI.WebControls.TreeNodeStyleCollection value = instance.LevelStyles
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Editor("System.Web.UI.Design.WebControls.TreeNodeStyleCollectionEditor,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [System.Web.UI.PersistenceMode(PersistenceMode.InnerProperty)] [WebCategory("Styles")] [WebSysDescription("TreeView_LevelStyles")] public System.Web.UI.WebControls.TreeNodeStyleCollection LevelStyles {get;}