DataGridFilter Methods |
The DataGridFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| GetContentFilterFactory |
Gets the content filter factory for the data grid filter.
| |
| GetFilter |
Filter attached property to attach the DataGridFilterHost instance to the owning DataGrid.
This property is only used by code and is not accessible from XAML.
| |
| GetFilterEvaluationDelay |
Gets the delay that is used to throttle filter changes before the filter is applied.
| |
| GetGlobalFilter |
Gets the value of the GlobalFilter attached property from a given DataGrid.
| |
| GetIsAutoFilterEnabled |
Gets if the default filters are automatically attached to each column.
| |
| GetResourceLocator |
Gets the resource locator.
| |
| SetContentFilterFactory |
Sets the content filter factory for the data grid filter.
| |
| SetFilterEvaluationDelay |
Sets the delay that is used to throttle filter changes before the filter is applied.
| |
| SetGlobalFilter |
Sets the value of the GlobalFilter attached property to a given DataGrid.
| |
| SetIsAutoFilterEnabled |
Sets if the default filters are automatically attached to each column. Set to false if you want to control filters by code.
| |
| SetResourceLocator |
Sets the resource locator.
|