Skip to main content
A newer version of this page is available. .
All docs
V22.1

RowEditStartingArgs.Cancel Property

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public bool Cancel { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also