Skip to main content
A newer version of this page is available. .

ClipboardRowPastingEventArgs.IsRowValid() Method

Returns whether the processed row can be pasted in the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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