Objective Grid for Microsoft® .NET® Reference Guide

ValidateCellEventArgs.IsValid Property

Back to Class Index

Gets or sets a value to show that the cell's data is valid.     

[Visual Basic]
Public Property IsValid As Boolean
[C#]
public bool IsValid {get; set;}

Remarks

    

Set to true to indicate that the cell data is valid. Set to false if it is invalid. The default is true.     

    

See Also

ValidateCellEventArgs Class | ValidateCellEventArgs Members | Stingray.Grid Namespace