DXCollectionView.ShowFilteringUIForm() Method
Invokes the form that allows users to filter CollectionView items.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public void ShowFilteringUIForm()
Remarks
Use the FilteringUITemplate property to specify filter form content and appearance.
For more information, refer to the following help topic: Create Filtering UI.
See Also