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


In This Topic
    NTreeListGroupByNode Class
    In This Topic
    A node which will be used to group by certain column in a NTreeList control.
    Object Model
    NTreeListGroupByNode Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.UI.WinForm.Controls.NTreeListNode)>
    Public Class NTreeListGroupByNode 
       Inherits NTreeListNode
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, INCollectionOwner, INLightUIItemContainer 
    'Usage
     
    
    Dim instance As NTreeListGroupByNode
    [System.Xml.Serialization.XmlInclude(Nevron.UI.WinForm.Controls.NTreeListNode)]
    public class NTreeListGroupByNode : NTreeListNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider, INCollectionOwner, INLightUIItemContainer  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Controls.NLightUIObject
          Nevron.UI.WinForm.Controls.NLightUIItem
             Nevron.UI.WinForm.Controls.NLightUIItemContainer
                Nevron.UI.WinForm.Controls.NTreeNode
                   Nevron.UI.WinForm.Controls.NTreeListNode
                      Nevron.UI.WinForm.Controls.NTreeListGroupByNode

    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