Click or drag to resize
EndEditingEventArgsIsValid Property
Gets or sets a value indicating whether or not the contents of the current cell are valid.

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

Property Value

Type: Boolean
true if the cell has a valid contents; false otherwise.
Remarks
Editing of the cell ends only if the contents of the cell are valid. By default, the contents of the cell are assumed to be valid.
See Also