EditItemViewModel Properties
A View Model for the edit operation in the DialogEditFormBehavior.| Name | Description |
|---|---|
| EditOperationContext | Gets the data context that describes the edit operation. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| Item | Gets an item that you want to edit or add to the control. |
| Title | Gets the dialog edit form‘s title. |
See Also