Skip to main content

DXCollectionView.FooterTemplate Property

Gets or sets a template that configures the DXCollectionView footer. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public DataTemplate FooterTemplate { get; set; }

Property Value

Type Description
DataTemplate

The data template applied to the DXCollectionView footer.

See Also