[Category("Grid")] [Description("The colors used in drawing the cell backgrounds.")] public virtual Color[,] CellColors {get; set;}
Property Value
A two-dimensional array ofColor
s. You must not modify the array that is returned by this property. To change any cell colors you must set this property, either by allocating a new array or by cloning the current value, modifying the copy, and then setting this property. When set the grid will keep a copy of the array. Initially the array has zero-by-zero bounds, so there is no cell color.