Filter class

Model definition for the aggregated filter currently being applied to the entire data grid.

public class Filter

Public Members

namedescription
Filter()The default constructor.
And { get; set; }Optional Filter to and with the current one.
IsValid { get; }True if the filter is valid, false otherwise.
Or { get; set; }Collection of FilterConditions that will be or-ed together.
override ToString()

See Also