Back to Devexpress

SmartPasteEditValueChangingEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-smartpasteeditvaluechangingeventargs.md

latest1.2 KB
Original Source

SmartPasteEditValueChangingEventArgs.Cancel Property

Gets or sets whether to cancel the operation.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

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

Property Value

TypeDescription
Boolean

true to cancel the operation; otherwise, false.

|

See Also

SmartPasteEditValueChangingEventArgs Class

SmartPasteEditValueChangingEventArgs Members

DevExpress.Xpf.LayoutControl Namespace