Back to Devexpress

ClipboardRowPastingEventArgs.IsValueValid Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowpastingeventargs-dot-isvaluevalid.md

latest730 B
Original Source

ClipboardRowPastingEventArgs.IsValueValid Method

NameParametersDescription
IsValueValid(GridColumn, Object, out Exception)gridColumn, value, eReturns whether the specified value can be pasted to the specified column cell.
IsValueValid(String, Object, out Exception)fieldName, value, eReturns whether the specified value can be pasted to the column with the specified field name.