FilterBehavior Properties
Allows you to use the Filter Editor, Filter Panel, and Filter Elements to filter data-bound controls that do not provide a filtering UI (for example, Chart, Scheduler, Data Editors).Name | Description |
---|---|
ActualFilterCriteria | Gets the filter criteria created by the FilterBehavior. You can assign this filter criteria to a data-bound control’s filter criteria or use it to filter your data in code. |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
Fields | Gets a collection of fields. Specify the Fields property to configure display fields, edit settings, and predefined filters. |
FilterCriteria | Gets or sets the filter expression applied to the FilterBehavior. |
FilterDisplayText | Gets a display text of the filter expression applied to the FilterBehavior. |
FilterEditorDialogServiceTemplate | Gets or sets a template that defines the presentation of the window that hosts the Filter Editor. This is a dependency property. |
FilterEditorTemplate | Gets or sets a template that defines the presentation of the Filter Editor. This is a dependency property. |
FilteringContext | Gets an object the FilterBehavior uses to interact with a data-bound control. |
FilterString | Gets or sets a string that is the filter expression applied to the FilterBehavior. |
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
IsFilterEnabled | Gets or sets whether the current filter is enabled. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
ItemsSource | Gets or sets a source from which the Filter Editor / Filter Elements get unique filter values. |
MRUFilterListCount | Gets or sets the maximum number of the most recently used (MRU) filter conditions. |
ShowAllFilterValues | Gets or sets whether to allow users to select All filter values. |
ShowFilterEditorCommand | Invokes the Filter Editor. |
See Also