Skip to main content
All docs
V24.2

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

DialogEditFormBehavior Events
Show Inherited Hide Inherited

Allows you to enable edit operations in a Data Grid bound to a Server Mode or Instant Feedback data source.
Name Description
Changed Occurs when the Freezable or an object it contains is modified. Inherited from Freezable.
CreateEditItemViewModel Occurs before a user invokes the dialog edit form. This event allows you to specify a view model for the edit operation.
ValidateRow Occurs after a user saves changes made in the dialog edit form. This event allows you to validate values, check database constraints, and save changes to the database.
ValidateRowDeletion Occurs after a user removes selected rows from the control. This event allows you to validate rows, check database constraints, and delete rows from the database.
See Also