Objective Grid for Microsoft® .NET® Reference Guide

EndEditingEventArgs.IsValid Property

Back to Class Index

Gets or sets a value indicating whether or not the contents of the current cell are valid.     

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

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

EndEditingEventArgs Class | EndEditingEventArgs Members | Stingray.Grid Namespace