Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EditFormEventArgsBase Properties

Provides data for the GridView.EditFormPrepared and EditFormHidden events.
Name Description
BindableControls Provides access to the collection of controls used to edit the processed data record. Controls are indexed by field names or grid columns.
Panel Gets the container that arranges editors and buttons on the Edit Form.
RowHandle Gets the handle that identifies the grid row for which the Edit From is displayed/hidden.
See Also