Skip to main content

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

public bool IsRowValid()

#Returns

Type Description
Boolean

true if the processed row can be pasted in the GridControl; otherwise, false.

See Also