Skip to main content
ON

DetailFormViewModelBase Properties

A base class for View Models used to view and edit DataGridView or CollectionView data in separate forms.
Name Description
CloseCommand Returns the command that closes the edit form.
CloseOnDelete Gets or sets whether to close the edit form when the edit item is deleted from the data source.
Context Gets or sets the object that contains the properties you can use as binding targets.
DataControl Returns the data control (DataGridView or DXCollectionView) for whose item the edit form is invoked.
DataControlContext Returns the data control‘s binding context.
DeleteCommand Returns the command that deletes the edit item.
IsDeleted Checks whether the edit item is deleted.
Item Gets or sets the edited data source item.
See Also