BCGControlBar Library for .NET
Cell Property (GridCreateCustomCellEventArgs)




Gets or sets a reference to custom cell.
Syntax
'Declaration
 
Public Property Cell As Cell
'Usage
 
Dim instance As GridCreateCustomCellEventArgs
Dim value As Cell
 
instance.Cell = value
 
value = instance.Cell
public Cell Cell {get; set;}
public: __property Cell* get_Cell();
public: __property void set_Cell( 
   Cell* value
);
public:
property Cell^ Cell {
   Cell^ get();
   void set (    Cell^ value);
}
Remarks
Event handler should set the reference to custom cell to this property.
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