BCGControlBar Library for .NET
ItemData Property




Gets or sets the data.
Syntax
'Declaration
 
Public Overridable Property ItemData As Object
'Usage
 
Dim instance As GridDataItem
Dim value As Object
 
instance.ItemData = value
 
value = instance.ItemData
public virtual object ItemData {get; set;}
public: __property virtual Object* get_ItemData();
public: __property virtual void set_ItemData( 
   Object* value
);
public:
virtual property Object^ ItemData {
   Object^ get();
   void set (    Object^ value);
}
Remarks
This property exposes the data. It can be an object of any type.
Editing and visualization of data is performed through/by Cell and GridCellVisualStyle classes.
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

GridDataItem Class
GridDataItem Members

Send Feedback