Click or drag to resize
ValidateCellEventArgsIsValid Property
Gets or sets whether the data in the cell is 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 to indicate that the cell data is valid; false if it is invalid.
The default value is true.
See Also