Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumn Class
Members


In This Topic
    NTreeListColumn Class
    In This Topic
    Represents a column in a NTreeList control. Each node may contain a sub-item, bound to a column.
    Object Model
    NTreeListColumn Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NLightUIItem)>
    Public Class NTreeListColumn 
       Inherits NLightUIObject
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NTreeListColumn
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NLightUIItem)]
    public class NTreeListColumn : NLightUIObject, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NTreeListColumn

    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