[]
Descriptor used by the ClientViewSource to filter data in queries.
public class FilterDescriptor : DependencyObject
Public Class FilterDescriptor
Inherits DependencyObject
| Name | Description |
|---|---|
| FilterDescriptor() | Initializes a new instance of the FilterDescriptor class with default values. |
| FilterDescriptor(string, FilterOperator, object) | Initializes a new instance of the FilterDescriptor class with the specified property to use for filtering, the operator to use when evaluating the filtering check, and the filter value. |
| Name | Description |
|---|---|
| DefaultIgnoredValue | The default value of the IgnoredValue property. |
| IgnoredValueProperty | The DependencyProperty for the IgnoredValue property. |
| IsCaseSensitiveProperty | The DependencyProperty for the IsCaseSensitive property. |
| OperatorProperty | The DependencyProperty for the Operator property. |
| PropertyPathProperty | The DependencyProperty for the PropertyPath property. |
| ValueProperty | The DependencyProperty for the Value property. |
| Name | Description |
|---|---|
| IgnoredValue | Gets or sets the value for the right operand for which this filter should be ignored. |
| IsCaseSensitive | Gets or sets a value indicating whether the FilterDescriptor is case sensitive for string values. |
| Operator | Gets or sets the filter operator. |
| PropertyPath | Gets or sets the name of the property path used as the left operand. |
| Value | Gets or sets the value of the right operand. |