Skip to main content

DXCollectionView.FilteringUITemplate Property

Gets or sets the template that is used to build the filter form for Collection View items.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public DataTemplate FilteringUITemplate { get; set; }

Property Value

Type Description
DataTemplate

A data template that specifies a filter form.

Remarks

For more information, refer to the following help topic: Create Filtering UI.

See Also