Skip to main content

DataGridView.ShowFilteringUIForm() Method

Invokes the form that allows users to filter DataGridView items.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

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