Back to Devexpress

DXCollectionView.DetailFormTemplate Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-32f1eb22.md

latest1.1 KB
Original Source

DXCollectionView.DetailFormTemplate Property

Gets or sets the template used to build the view form for a CollectionView item.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public DataTemplate DetailFormTemplate { get; set; }

Property Value

TypeDescription
DataTemplate

A data template that specifies a view form.

|

Remarks

For more information, refer to the following help topic: Customize CRUD Forms.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace