Back to Devexpress

DetailFormViewModelBase Properties

maui-devexpress-dot-maui-dot-core-dot-detailformviewmodelbase-dot-underscore-properties.md

latest1.9 KB
Original Source

DetailFormViewModelBase Properties

A base class for View Model used to create, delete, view, and edit data in a detail form.

NameDescription
CloseCommandGets the command that closes the edit form.
CloseOnDeleteGets or sets whether to close the detail edit form when the Delete operation is completed. This is a bindable property.
ContextGets the object that contains properties used as binding targets.
DataControlGets the data control ( DataGridView or DXCollectionView ) associated with the detail form.
DataControlContextGets the data control‘s binding context.
DeleteCommandGets the command that deletes the item from the data source.
IsAsyncOperationInProgressGets whether an asynchronous operation is in progress.
IsDeletedGets whether the Delete operation is completed.
ItemGets the source item data.

See Also

DetailFormViewModelBase Class

DetailFormViewModelBase Members

DevExpress.Maui.Core Namespace