dbicList Send comments on this topic.
PaintCell Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > UserDrawnCellEventArgs Class : PaintCell Property

Determines if the internal routines of the control should draw the cell. When the PaintCell property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the cell.

Syntax

Visual Basic (Declaration) 
Public Property PaintCell As Boolean
C# 
public bool PaintCell {get; set;}

Property Value

boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also