Skip to main content
ON

DetailFormViewModel Properties

A View Model used to view detail information about a source item in a separate form.
Name Description
CloseCommand Returns the command that closes the edit form. Inherited from DetailFormViewModelBase.
CloseOnDelete Gets or sets whether to close the edit form when the edit item is deleted from the data source. Inherited from DetailFormViewModelBase.
Context Gets or sets the object that contains the properties you can use as binding targets. Inherited from DetailFormViewModelBase.
DataControl Returns the data control (DataGridView or DXCollectionView) for whose item the edit form is invoked. Inherited from DetailFormViewModelBase.
DataControlContext Returns the data control‘s binding context. Inherited from DetailFormViewModelBase.
DeleteCommand Returns the command that deletes the edit item. Inherited from DetailFormViewModelBase.
EditCommand Gets or sets the command executed when an item is edited.
IsDeleted Checks whether the edit item is deleted. Inherited from DetailFormViewModelBase.
Item Gets or sets the edited data source item. Inherited from DetailFormViewModelBase.
UnboundData Gets the unbound data source.
See Also