Click or drag to resize

DataGridFilterColumn Methods

The DataGridFilterColumn type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetActiveFilter
Gets the filter expression of the column.
Public methodStatic memberGetFilter
Gets the filter expression of the column.
Public methodStatic memberGetFilterHost
Gets the filter host for the data grid of this column.
Public methodStatic memberGetIsFilterVisible
Control the visibility of the filter for this column.
Public methodStatic memberGetTemplate
Gets the control template for the filter of this column. If the template is null or unset, a default template will be used.
Public methodStatic memberSetActiveFilter
Sets the filter expression of the column.
Public methodStatic memberSetFilter
Sets the filter expression of the column.
Public methodStatic memberSetFilterHost
Sets the filter host for the data grid of this column.
Public methodStatic memberSetIsFilterVisible
Control the visibility of the filter for this column.
Public methodStatic memberSetTemplate
Sets the control template for the filter of this column. If the template is null or unset, a default template will be used.
Top
See Also