Skip to main content
ON

CreateDetailFormViewModelEventArgs Properties

Stores data for the DataGridView.CreateDetailFormViewModel and DXCollectionView.CreateDetailFormViewModel events.
Name Description
DetailFormType Returns the CRUD form type (View, Edit, or Create New Item form).
Item Returns the source item that is being edited in the edit form.
Result Gets or sets the View Model that is used to build the view or edit form and contains information about the source item.
See Also