DataGridViewCellFormattingEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | CellStyle | Gets or sets the style of the cell that is being formatted. |
![]() | ColumnIndex | Gets the column index of the cell that is being formatted. |
![]() | DesiredType | Gets the data type of the desired value.(Inherited from ConvertEventArgs.) |
![]() | FormattingApplied | Gets or sets a value indicating whether the cell value has been successfully formatted. |
![]() | RowIndex | Gets the row index of the cell that is being formatted. |
![]() | Value | Gets or sets the value of the ConvertEventArgs.(Inherited from ConvertEventArgs.) |
Show:
