DataGridFilter Class |
Namespace: DataGridExtensions
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.
|
Name | Description | |
---|---|---|
CheckBoxColumnFilterTemplateKey |
Template for the filter on a column represented by a DataGridCheckBoxColumn.
| |
ColumnHeaderSearchCheckBoxStyleKey |
Style for the filter check box in a filtered DataGridCheckBoxColumn.
| |
ColumnHeaderSearchTextBoxClearButtonStyleKey |
Style for the clear button in the filter text box in a filtered DataGridTextColumn.
| |
ColumnHeaderSearchTextBoxStyleKey |
Style for the filter text box in a filtered DataGridTextColumn.
| |
ColumnHeaderTemplateKey |
Template for the whole column header.
| |
ComboBoxColumnFilterTemplateKey |
Template for the filter on a column represented by a DataGridComboBoxColumn.
| |
ContentFilterFactoryProperty |
Identifies the ContentFilterFactory dependency property
| |
FilterEvaluationDelayProperty |
Identifies the FilterEvaluationDelay dependency property
| |
GlobalFilterProperty |
Identifies the GlobalFilter dependency property.
| |
IconStyleKey |
The filter icon style.
| |
IconTemplateKey |
The filter icon template.
| |
IsAutoFilterEnabledProperty |
Identifies the IsAutoFilterEnabled dependency property
| |
ResourceLocatorProperty |
Identifies the ResourceLocator attached property
| |
TemplateColumnFilterTemplateKey |
Template for the filter on a column represented by a DataGridCheckBoxColumn.
| |
TextColumnFilterTemplateKey |
Template for the filter on a column represented by a DataGridTextColumn.
|
Name | Description | |
---|---|---|
ContentFilterFactory |
Identifies the ContentFilterFactory dependency property
| |
FilterEvaluationDelay |
Identifies the FilterEvaluationDelay dependency property
| |
GlobalFilter |
Allows to specify a global filter that is applied to the items in addition to the column filters.
| |
IsAutoFilterEnabled |
Identifies the IsAutoFilterEnabled dependency property
| |
ResourceLocator |
Set an resource locator to locate resource if the component resource keys can not be found, e.g. because dgx is used in a plugin and multiple assemblies with resources might exist.
|