Skip to main content

EditFormShowingEventArgs(Int32) Constructor

Initializes a new instance of the EditFormShowingEventArgs class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public EditFormShowingEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

A row handle that identifies the handle of the grid row for which an Edit Form is being displayed.

See Also