Skip to main content

FilterBehavior Properties

Allows you to use the Filter Editor, Filter Panel, and Filter Elements to filter data-bound controls that do not have integrated filter elements (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.
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.
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