BCGControlBar Library for .NET
Item Property (GridCreateCustomCellEventArgs)




Gets data item. for which custom cell is created.
Syntax
'Declaration
 
Public ReadOnly Property Item As GridDataItem
'Usage
 
Dim instance As GridCreateCustomCellEventArgs
Dim value As GridDataItem
 
value = instance.Item
public GridDataItem Item {get;}
public: __property GridDataItem* get_Item();
public:
property GridDataItem^ Item {
   GridDataItem^ get();
}
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

GridCreateCustomCellEventArgs Class
GridCreateCustomCellEventArgs Members

Send Feedback