Skip to main content
A newer version of this page is available. .

EditFormPreparedEventArgs(Int32, Control, EditFormBindableControlsCollection) Constructor

Initializes a new instance of the EditFormPreparedEventArgs class. 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.v18.2.dll

Declaration

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

Parameters

Name Type
rowHandle Int32
panel Control
bindableControls DevExpress.XtraGrid.EditForm.Helpers.EditFormBindableControlsCollection
See Also