DXCollectionViewCommands.ShowFilteringUIForm Property
In This Article
Returns the command that invokes the filter form for the CollectionView.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public Command ShowFilteringUIForm { get; }
#Property Value
Type | Description |
---|---|
Command | A command object. |
#Remarks
You can also call the ShowFilteringUIForm() method to invoke the filter form.
Before you use the ShowFilteringUIForm
command/method, specify the FilteringUITemplate property to define the template that implements the filter form.
Handle the FilteringUIFormShowing event if you want to fine-tune the filter form based on a condition before the form is invoked.
See Also