DataGridFilterColumn Methods |
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.
|