Skip to main content

FilterField Members

A filter field that specifies edit settings and predefined filters.

Constructors

Name Description
FilterField() Initializes a new instance of the FilterField class.

Fields

Name Description
CaptionProperty static Identifies the FilterField.Caption dependency property.
CaptionTemplateProperty static Identifies the FilterField.CaptionTemplate dependency property.
EditSettingsProperty static Identifies the FilterField.EditSettings dependency property.
FieldNameProperty static Identifies the FilterField.FieldName dependency property.
FilterModeProperty static Identifies the FilterField.FilterMode dependency property.
GroupFieldsProperty static Identifies the FilterField.GroupFields dependency property.
PredefinedFiltersProperty static Identifies the FilterField.PredefinedFilters dependency property.
RoundDateDisplayFormatProperty static Identifies the FilterField.RoundDateDisplayFormat dependency property.
RoundDateTimeProperty static Identifies the FilterField.RoundDateTime dependency property.
ShowAllFilterValuesProperty static Identifies the FilterField.ShowAllFilterValues dependency property.
UnboundExpressionProperty static Identifies the FilterField.UnboundExpression dependency property.

Properties

Name Description
Caption Gets or sets the field’s display text.
CaptionTemplate Gets or sets a template that defines the caption’s appearance.
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.
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