Skip to main content
All docs
V19.1

EditFormPreparedEventArgs Properties

Provides data for the GridView.EditFormPrepared event that is raised when an Edit Form is about to be displayed.
Name Description
BindableControls Provides access to the collection of controls used to edit fields of the processed data record, which 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 about to be displayed.
See Also