FilterCondition class

Model definition for the current state of a column filter.

public class FilterCondition

Public Members

namedescription
FilterCondition()The default constructor.
DataType { get; set; }The DataType of the column being filtered.
FieldName { get; set; }The name of the field being filtered by.
IsValid { get; }True if the condition is valid, false otherwise.
Operator { get; set; }The FilterOperator being applied.
Value { get; set; }The current filter value.
override ToString()

See Also