Back to Devexpress

EditValueChangingEventArgs.IsCancel Property

wpf-devexpress-dot-xpf-dot-editors-dot-editvaluechangingeventargs-f74b0602.md

latest1.1 KB
Original Source

EditValueChangingEventArgs.IsCancel Property

Gets or sets a value indicating whether the event should be canceled.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if the event should be canceled; otherwise, false.

|

See Also

EditValueChangingEventArgs Class

EditValueChangingEventArgs Members

DevExpress.Xpf.Editors Namespace