Skip to main content

EditFormShowingEventArgs.Allow Property

Gets or sets a value that indicates whether to show the edit form.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

true, to display the edit form for the row that has raised the event; otherwise, false.

Remarks

Set the Allow property to false to prevent the edit form from showing.

See Also