Skip to main content
All docs
V19.1

BinaryFilterModel<T> Properties

A model for operators with two operands (e.g., Equals, Is greater than).
Name Description
CanBuildFilter Gets whether the filter can be built. Inherited from FilterModelBase.
EditSettings For internal use.
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.
See Also