DetailFormViewModelBase Properties
A base class for View Model used to create, delete, view, and edit data in a detail form.
Name | Description |
---|---|
Close |
Gets the command that closes the edit form. |
Close |
Gets or sets whether to close the detail edit form when the Delete operation is completed. This is a bindable property. |
Context | Gets the object that contains properties used as binding targets. |
Data |
Gets the data control ( Data |
Data |
Gets the data control‘s binding context. |
Delete |
Gets the command that deletes the item from the data source. |
Is |
Gets whether an asynchronous operation is in progress. |
Is |
Gets whether the Delete operation is completed. |
Item | Gets the source item data. |
See Also