EditFormShowingEventArgs Class
Provides data for the TableView.EditFormShowing and TreeListView.EditFormShowing events.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
The EditFormShowingEventArgs class introduces the following properties.
EditFormShowingEventArgs.RowHandle
Specifies the row that has raised the event.
EditFormShowingEventArgs.Allow
Specifies the availability of the edit form for the row that has raised the event.
See Also