Click or drag to resize
CellControlDrawInactiveCell Property
Gets or sets a value indicating if you want the grid to draw inactive cell contents.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool DrawInactiveCell { get; set; }

Property Value

Type: Boolean
true if inactive cell contents are drawn for you; false if the drawing of the non-current cells is performed in the user code, and if the base class drawing does to interfere with your this drawing code.
See Also