Skip to main content
A newer version of this page is available. .
All docs
V21.2

RowEditStartingEventArgs.Cancel Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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