DataGridViewCellErrorTextNeededEventArgs Properties
.NET Framework 4.5
The DataGridViewCellErrorTextNeededEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
ColumnIndex | Gets a value indicating the column index of the cell that the event occurs for. (Inherited from DataGridViewCellEventArgs.) |
|
ErrorText | Gets or sets the message that is displayed when the cell is selected. |
|
RowIndex | Gets a value indicating the row index of the cell that the event occurs for. (Inherited from DataGridViewCellEventArgs.) |