Back to Devexpress

DXCollectionViewCommands.ShowFilteringUIForm Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionviewcommands.md

latest1.6 KB
Original Source

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

csharp
public Command ShowFilteringUIForm { get; }

Property Value

TypeDescription
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

DXCollectionViewCommands Class

DXCollectionViewCommands Members

DevExpress.Maui.CollectionView Namespace