Skip to main content
A newer version of this page is available. .

EditFormShowingEventArgs.Allow Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

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