A newer version of this page is available.
Switch to the current version.
EditFormShowingEventArgs Class
Provides data for the TableView.EditFormShowing and TreeListView.EditFormShowing events.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll
Declaration
public class EditFormShowingEventArgs :
EventArgs
Public Class EditFormShowingEventArgs
Inherits EventArgs
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
Feedback