Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXCollectionViewCommands.ShowFilteringUIForm Property

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