Kendo.Mvc.UI.Fluent.DataSourceFilterComparisonDescriptorBuilderBase
Defines the fluent interface for configuring filter operator.
Methods
IsLessThan(T)
Includes only values which are less then the given value.
Parameters
value T
The value which the result should be less then
IsLessThanOrEqualTo(T)
Includes only values which are less or equal to the given value.
Parameters
value T
The value which the result should be less or equal to
IsGreaterThanOrEqualTo(T)
Includes only values which are greater then or equal to the given value.
Parameters
value T
The value which the result should be greater then or equal to
IsGreaterThan(T)
Includes only values which are greater then the given value.
Parameters
value T
The value which the result should be greater then