Click or drag to resize
EndEditingEventArgsValue Property
Gets or sets the contents of the current cell.

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

Property Value

Type: String
The text contents of the current cell..
Remarks
Editing of the cell ends only if the contents of the cell are valid.
See Also