ClipboardRowPastingEventArgs.IsRowValid() Method
In This Article
Returns whether the processed row can be pasted in the GridControl.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if the processed row can be pasted in the Grid |
See Also