Click or drag to resize

DataGridFilter Methods

The DataGridFilter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetContentFilterFactory
Gets the content filter factory for the data grid filter.
Public methodStatic memberGetFilter
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.
Public methodStatic memberGetFilterEvaluationDelay
Gets the delay that is used to throttle filter changes before the filter is applied.
Public methodStatic memberGetGlobalFilter
Gets the value of the GlobalFilter attached property from a given DataGrid.
Public methodStatic memberGetIsAutoFilterEnabled
Gets if the default filters are automatically attached to each column.
Public methodStatic memberGetResourceLocator
Gets the resource locator.
Public methodStatic memberSetContentFilterFactory
Sets the content filter factory for the data grid filter.
Public methodStatic memberSetFilterEvaluationDelay
Sets the delay that is used to throttle filter changes before the filter is applied.
Public methodStatic memberSetGlobalFilter
Sets the value of the GlobalFilter attached property to a given DataGrid.
Public methodStatic memberSetIsAutoFilterEnabled
Sets if the default filters are automatically attached to each column. Set to false if you want to control filters by code.
Public methodStatic memberSetResourceLocator
Sets the resource locator.
Top
See Also