DXCollectionView.FilteringUITemplate Property
In This Article
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
C#
public DataTemplate FilteringUITemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A data template that specifies a filter form. |
#Remarks
For more information, refer to the following help topic: Create Filtering UI.
See Also