FilterField Properties
A filter field that specifies edit settings and predefined filters.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| Caption | Gets or sets the field’s display text. |
| CaptionTemplate | Gets or sets a template that defines the caption’s appearance. |
| 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. |
| EditSettings | Gets or sets an editor’s settings that define data input. |
| FieldName | Gets or sets a name of the filter field. |
| FilterMode | Gets or sets a mode that specifies how field values are filtered. |
| GroupFields | Gets or sets names of the fields by which filter values are grouped. These names should be separated by comma, semicolon, or space. |
| 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. |
| PredefinedFilters | Gets or sets the field’s predefined filters. |
| RoundDateDisplayFormat | Gets or sets a format that defines how to display rounded dates. |
| RoundDateTime | Gets or sets whether to ignore time values when you filter by DateTime values. |
| ShowAllFilterValues | Gets or sets whether to allow users to select All filter values. |
| UnboundExpression | Gets or sets an expression used to evaluate values for the field if it is not bound to a data source field. |
See Also