BinaryFilterModel Properties
A model for operators with two operands (e.g., Equals, Is greater than).Name | Description |
---|---|
AggregatePropertyName | Inherited from FilterModelBase. |
CanBuildFilter | Gets whether the filter can be built. Inherited from FilterModelBase. |
FieldDisplayName | Gets a display name of the field. Inherited from FilterModelBase. |
FilterValues | Gets values available for an operand. Inherited from FilterModel. |
FilterValuesSortMode | Gets a mode that defines how filter values are sorted. Inherited from FilterModelBase. |
FilterValuesSortModes | Gets available sort modes. Inherited from FilterModel. |
IsLoading | For internal use. Inherited from FilterModel. |
Value | Gets or sets an editor’s value. |
ValueItem | Gets an editor’s settings. Use the FilterModelValueItem.Value property to get a value. |
See Also