DataGridViewCellParsingEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnIndex | Gets the column index of the cell data that requires parsing. |
![]() | DesiredType | Gets the data type of the desired value.(Inherited from ConvertEventArgs.) |
![]() | InheritedCellStyle | Gets or sets the style applied to the edited cell. |
![]() | ParsingApplied | Gets or sets a value indicating whether a cell's value has been successfully parsed. |
![]() | RowIndex | Gets the row index of the cell that requires parsing. |
![]() | Value | Gets or sets the value of the ConvertEventArgs.(Inherited from ConvertEventArgs.) |
Show:
