Skip to main content
A newer version of this page is available. .

DetailFormShowingEventArgs Properties

Provides data for the DataGridView.DetailFormShowing and DXCollectionView.DetailFormShowing events.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Content
DetailFormType Returns the type of the current detail CRUD form.
ViewModel Returns the ViewModel that is used to implement the current form and populate it with data.
See Also