Back to Devexpress

DXCollectionView.DetailFormShowing Event

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-3d297a59.md

latest1.8 KB
Original Source

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

csharp
public event EventHandler<DetailFormShowingEventArgs> DetailFormShowing

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ContentGets the content of the detail form.
DetailFormTypeGets the detail form type (View, Edit, or New Item form).
ViewModelGets the ViewModel that implements the detail form and populates it with data.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace