Skip to main content

ClipboardRowCellValuePastingEventArgs.Cancel Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: 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