DataGridFilterColumn Class |
Namespace: DataGridExtensions
The DataGridFilterColumn type exposes the following members.
Name | Description | |
---|---|---|
GetActiveFilter |
Gets the filter expression of the column.
| |
GetFilter |
Gets the filter expression of the column.
| |
GetFilterHost |
Gets the filter host for the data grid of this column.
| |
GetIsFilterVisible |
Control the visibility of the filter for this column.
| |
GetTemplate |
Gets the control template for the filter of this column. If the template is null or unset, a default template will be used.
| |
SetActiveFilter |
Sets the filter expression of the column.
| |
SetFilter |
Sets the filter expression of the column.
| |
SetFilterHost |
Sets the filter host for the data grid of this column.
| |
SetIsFilterVisible |
Control the visibility of the filter for this column.
| |
SetTemplate |
Sets the control template for the filter of this column. If the template is null or unset, a default template will be used.
|
Name | Description | |
---|---|---|
ActiveFilterProperty |
Identifies the Filter dependency property
| |
FilterHostProperty |
Identifies the FilterHost dependency property.
| |
FilterProperty |
Identifies the Filter dependency property
| |
IsFilterVisibleProperty |
Identifies the IsFilterVisible dependency property
| |
TemplateProperty |
Identifies the Template dependency property.
|
Name | Description | |
---|---|---|
ActiveFilter |
Identifies the Filter dependency property
| |
Filter |
Identifies the Filter dependency property
| |
FilterHost |
Identifies the FilterHost dependency property.
| |
IsFilterVisible |
Identifies the IsFilterVisible dependency property
| |
Template |
Identifies the Template dependency property.
|