Skip to main content
A newer version of this page is available. .
All docs
V21.2

DialogEditFormBehavior Properties

Allows you to enable edit operations in the Data Grid bound to Server Mode and Instant Feedback sources.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CreateCommand Invokes the dialog edit form to allow users to add a new row to the control.
CreateEditItemViewModelCommand Gets or sets a command that occurs before a user invokes the dialog edit form. This command allows you to specify a View Model for the edit operation.
DeleteCommand Deletes selected rows from the control.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EditTemplate Gets or sets a template that defines editors in the dialog edit form. Use the CreateEditItemViewModel event or the CreateEditItemViewModelCommand to specify the template’s data context.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
KeyProperty Gets or sets a key field that you can use to find rows during edit operations.
RowDoubleClickCommand Executes the CreateCommand or UpdateCommand depending on the selected row. This command is designed to allow you to bind it to the TableView.RowDoubleClickCommand / TreeListView.RowDoubleClickCommand.
UpdateCommand Invokes the dialog edit form for the selected row.
ValidateRowCommand Gets or sets a command that occurs after a user saves changes made in the dialog edit form. This command allows you to validate values, check database constraints, and save changes to the database.
ValidateRowDeletionCommand Gets or sets a command that occurs after a user removes selected rows from the control. This command allows you to validate rows, check database constraints, and delete rows from the database.
See Also