Checks whether the pasted data is valid.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public bool IsValid { get; }
|
VB |
Public ReadOnly Property IsValid As Boolean
|
Property value
Type: Boolean
A boolean value that allows you to check data validity.

Remarks
Refer to the Paste Operations topic to learn more.

See Also