Skip to content

Commit 07023b1

Browse files
committed
update data
1 parent 9189763 commit 07023b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

controls/treedatagrid/filtering/programmatic-filtering.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Programmatic Filtering
33
page_title: .NET MAUI TreeDataGrid Documentation - Programmatic Filtering
4-
description: Learn how to apply an external filter to the TreeDataGrid for .NET MAUI by disabling the built-in filtering UI and programmatically filter tha data in the tree grid.
4+
description: Programmatic Filtering can be used for external filtering. You could disable the built-in filtering UI and programmatically filter tha data in the TreeDataGrid.
55
position: 3
66
slug: treedatagrid-programmatic-filtering
77
---
@@ -219,5 +219,4 @@ treeDataGrid.FilterDescriptors.Add(new DelegateFilterDescriptor() { Filter = new
219219
## See Also
220220

221221
- [Filtering UI]({%slug treedatagrid-filtering-ui%})
222-
- [Filter Control Template]({%slug treedatagrid-filter-control-template%})
223-
- [Programmatic Filtering]({%slug treedatagrid-programmatic-filtering%})
222+
- [Filter Control Template]({%slug treedatagrid-filter-control-template%})

0 commit comments

Comments
 (0)