BCGControlBar Library for .NET
DataItem Property (GroupNode)




Data encapsulated in the node. It represents the data used to group by.
Syntax
'Declaration
 
Public Property DataItem As GridDataItem
'Usage
 
Dim instance As GroupNode
Dim value As GridDataItem
 
instance.DataItem = value
 
value = instance.DataItem
public GridDataItem DataItem {get; set;}
public: __property GridDataItem* get_DataItem();
public: __property void set_DataItem( 
   GridDataItem* value
);
public:
property GridDataItem^ DataItem {
   GridDataItem^ get();
   void set (    GridDataItem^ value);
}
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

Reference

GroupNode Class
GroupNode Members

Send Feedback