Paints the cell.
            
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public override void PaintCell(
	PaintCellEventArgs e
) | 
| Visual Basic | 
|---|
| Public Overrides Sub PaintCell ( 
	e As PaintCellEventArgs
) | 
| Visual C++ | 
|---|
| public:
virtual void PaintCell(
	PaintCellEventArgs^ e
) override | 
| F# | 
|---|
| abstract PaintCell : 
        e : PaintCellEventArgs -> unit 
override PaintCell : 
        e : PaintCellEventArgs -> unit  | 
Parameters
- e
- Type: Dapfor.Net.Ui..::..PaintCellEventArgs
 The PaintCellEventArgs instance containing the data to paint the Cell.
 See Also
See Also