ClipboardRowPastingEventArgs.IsValueValid Method
Name | Parameters | Description |
---|---|---|
IsValueValid(GridColumn, Object, out Exception) | gridColumn, value, e | Returns whether the specified value can be pasted to the specified column cell. |
IsValueValid(String, Object, out Exception) | fieldName, value, e | Returns whether the specified value can be pasted to the column with the specified field name. |