Back to Devexpress

EditFormShowingEventArgs.Allow Property

wpf-devexpress-dot-xpf-dot-grid-dot-editformshowingeventargs-cb96b42e.md

latest1.2 KB
Original Source

EditFormShowingEventArgs.Allow Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
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

EditFormShowingEventArgs Class

EditFormShowingEventArgs Members

DevExpress.Xpf.Grid Namespace