[]
Provides data for the GridError event.
public class GridErrorEventArgs : EventArgs
Name | Description |
---|---|
GridErrorEventArgs(int, int, Exception, bool) | Initializes a new instance of the GridErrorEventArgs class. |
Name | Description |
---|---|
Col | Gets the column index of the cell where the error was detected. |
Exception | Gets the Exception object that contains information about the error. |
Handled | Gets or sets a value indicating whether the error situation has been handled by the control. |
Row | Gets the row index of the cell where the error was detected. |