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

ClipboardRowCopyingEventArgs.Cancel Property

Gets or sets whether to cancel the copy operation.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the copy operation; otherwise, false.

See Also