Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumn Class / Name Property


In This Topic
    Name Property (NTreeListColumn)
    In This Topic
    Gets/sets the name of the column. This value may be used to look-up a column in its parent NTreeList's Columns collection.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the name of the column. This value may be used to look-up a column in its parent NTreeList's Columns collection.")>
    Public Property Name As System.String
    'Usage
     
    
    Dim instance As NTreeListColumn
    Dim value As System.String
     
    instance.Name = value
     
    value = instance.Name
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the name of the column. This value may be used to look-up a column in its parent NTreeList's Columns collection.")]
    public System.string Name {get; set;}
    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