Objective Grid for Microsoft® .NET® Reference Guide

GridControl.ValidateCell Event

Back to Class Index

Validate Cell Event.     

[Visual Basic]
Public Event ValidateCell As ValidateCellEventHandler
[C#]
public event ValidateCellEventHandler ValidateCell;

Event Data

The event handler receives an argument of type ValidateCellEventArgs containing data related to this event. The following ValidateCellEventArgs properties provide information specific to this event.

PropertyDescription
Col
IsValidGets or sets a value to show that the cell's data is valid.     
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace