Skip to main content

DXCollectionView.DetailFormShowing Event

Occurs before the DXCollectionView invokes a detail form.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public event EventHandler<DetailFormShowingEventArgs> DetailFormShowing

Event Data

The DetailFormShowing event's data class is DetailFormShowingEventArgs. The following properties provide information specific to this event:

Property 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