Click or drag to resize
StyleValue Property
Gets or sets the value stored in the cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute("")]
public string Value { get; set; }

Property Value

Type: String
The stored value.
Remarks
Values are stored as strings. The actual type of the stored value is accessible through the ValueType property.
See Also