Click or drag to resize
CellStyle Property
Gets or sets the Style for this cell.

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

Property Value

Type: Style
The Style for this cell.
See Also