DataGridViewCellValidatingEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the event should be canceled.(Inherited from CancelEventArgs.) |
![]() | ColumnIndex | Gets the column index of the cell that needs to be validated. |
![]() | FormattedValue | Gets the formatted contents of the cell that needs to be validated. |
![]() | RowIndex | Gets the row index of the cell that needs to be validated. |
Show:
