EditFormEventArgsBase(Int32, Control, EditFormBindableControlsCollection) Constructor
Initializes a new EditFormEventArgsBase class instance.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
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