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

ClipboardRowCopyingEventArgs.Cancel Property

Gets or sets whether to exclude the processed grid element from the copy operation’s result.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to exclude the processed grid element from the copy operation’s result; otherwise, false

See Also