Nevron.Examples.Framework.WebForm Namespace / NTreeView Class / LeafNodeStyle Property


In This Topic
    LeafNodeStyle Property
    In This Topic
    Syntax
    'Declaration
     
    
    <WebCategoryAttribute("Styles")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.NotifyParentPropertyAttribute(True)>
    <System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
    <WebSysDescriptionAttribute("TreeView_LeafNodeStyle")>
    Public ReadOnly Property LeafNodeStyle As System.Web.UI.WebControls.TreeNodeStyle
    'Usage
     
    
    Dim instance As NTreeView
    Dim value As System.Web.UI.WebControls.TreeNodeStyle
     
    value = instance.LeafNodeStyle
    [WebCategory("Styles")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.NotifyParentProperty(true)]
    [System.Web.UI.PersistenceMode(PersistenceMode.InnerProperty)]
    [WebSysDescription("TreeView_LeafNodeStyle")]
    public System.Web.UI.WebControls.TreeNodeStyle LeafNodeStyle {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also