EditFormPreparedEventArgs(Int32, Control, EditFormBindableControlsCollection) Constructor
Initializes a new EditFormPreparedEventArgs class instance. For internal use.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
public EditFormPreparedEventArgs(
int rowHandle,
Control panel,
EditFormBindableControlsCollection bindableControls
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value that specifies the handle of the row for which the Edit Form is about to be shown. |
panel | Control | A Control object that specifies the Edit Form‘s root panel. |
bindableControls | DevExpress.XtraGrid.EditForm.Helpers.EditFormBindableControlsCollection | A collection of Edit Form editors. |
See Also