Skip to main content
ON

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 Returns the content of the current detail CRUD form.
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