Back to Devexpress

ClipboardRowPastingEventArgs.Cancel Property

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

latest1.3 KB
Original Source

ClipboardRowPastingEventArgs.Cancel Property

Gets or sets whether the current operation should be canceled.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true if the current operation needs to be canceled; otherwise, false.

|

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace