BCGControlBar Library for .NET
DataItem Property (GroupCell)




Overridden. Gets data encapsulated in the cell.
Syntax
'Declaration
 
Public Overrides ReadOnly Property DataItem As GridDataItem
'Usage
 
Dim instance As GroupCell
Dim value As GridDataItem
 
value = instance.DataItem
public override GridDataItem DataItem {get;}
public: __property GridDataItem* get_DataItem() override;
public:
property GridDataItem^ DataItem {
   GridDataItem^ get() override;
}
Remarks
Internal implementation takes the underlined GroupNode and extracts its DataItem.
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

GroupCell Class
GroupCell Members
Base Implementation in DataItem

Send Feedback