BCGSoft.Controls.Grid Namespace > GroupNode Class : GroupNode Constructor |
'Declaration Public Function New( _ ByVal dataIndex As Integer, _ ByVal parentNode As GroupNode, _ ByVal level As Integer, _ ByVal value As GridDataItem _ )
'Usage Dim dataIndex As Integer Dim parentNode As GroupNode Dim level As Integer Dim value As GridDataItem Dim instance As New GroupNode(dataIndex, parentNode, level, value)
public GroupNode( int dataIndex, GroupNode parentNode, int level, GridDataItem value )
public: GroupNode( int dataIndex, GroupNode* parentNode, int level, GridDataItem* value )
public: GroupNode( int dataIndex, GroupNode^ parentNode, int level, GridDataItem^ value )
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