Click or drag to resize
DrawGridItemEventArgsStyle Property
Gets or sets the style of the cell being drawn.

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

Property Value

Type: Style
The style of the cell being drawn.
Remarks
A copy of the actual cell style is returned. Changes to this style have no effect on the actual cell style stored in the grid.
See Also