Back to Devexpress

ClipboardRowCellValuePastingEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowcellvaluepastingeventargs.md

latest1.4 KB
Original Source

ClipboardRowCellValuePastingEventArgs.Cancel Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
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

ClipboardRowCellValuePastingEventArgs Class

ClipboardRowCellValuePastingEventArgs Members

DevExpress.Xpf.Grid Namespace