Skip to main content
All docs
V25.2
  • EditFormEventArgsBase(Int32, Control, EditFormBindableControlsCollection) Constructor

    Initializes a new EditFormEventArgsBase class instance.

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.2.dll

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

    Declaration

    public EditFormEventArgsBase(
        int rowHandle,
        Control panel,
        EditFormBindableControlsCollection bindableControls
    )

    Parameters

    Name Type Description
    rowHandle Int32

    The handle that identifies the processed grid row.

    panel Control

    The container that arranges editors and buttons on the Edit Form.

    bindableControls DevExpress.XtraGrid.EditForm.Helpers.EditFormBindableControlsCollection

    An object that specifies the collection of controls used to edit the data record.

    See Also