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

ClipboardRowCellValuePastingEventArgs.Cancel Property

Gets or sets the value indicating whether to prevent pasting a cell value.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.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 action; otherwise, false.

Remarks

Use the Cancel property to prevent pasting a cell value from clipboard. To modify the pasted value, use the ClipboardRowCellValuePastingEventArgs.Value property.

See Also