Back to Devexpress

DialogEditFormBehavior Events

wpf-devexpress-dot-xpf-dot-grid-dot-dialogeditformbehavior-dot-underscore-events.md

latest1.6 KB
Original Source

DialogEditFormBehavior Events

Allows you to enable edit operations in a Data Grid bound to a Server Mode or Instant Feedback data source.

NameDescription
ChangedOccurs when the Freezable or an object it contains is modified. Inherited from Freezable.
CreateEditItemViewModelOccurs before a user invokes the dialog edit form. This event allows you to specify a view model for the edit operation.
ValidateRowOccurs 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.
ValidateRowDeletionOccurs 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

DialogEditFormBehavior Class

DialogEditFormBehavior Members

DevExpress.Xpf.Grid Namespace