Back to Devexpress

ClipboardRowCopyingEventArgs.Cancel Property

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

latest1.3 KB
Original Source

ClipboardRowCopyingEventArgs.Cancel Property

Gets or sets whether to cancel copying the processed row to the clipboard.

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 , to cancel copying the processed row to the clipboard; otherwise, false.

|

See Also

ClipboardRowCopyingEventArgs Class

ClipboardRowCopyingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace