Back to Devexpress

RowEditStartingEventArgs.Cancel Property

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

latest1.1 KB
Original Source

RowEditStartingEventArgs.Cancel Property

Gets or sets whether to cancel the start of the edit operation.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to cancel the start of the edit operation; otherwise, false.

|

See Also

RowEditStartingEventArgs Class

RowEditStartingEventArgs Members

DevExpress.Xpf.Grid Namespace