ComponentOne DataGrid for WPF and Silverlight
Inheritance Hierarchy
In This Topic
    C1.Silverlight.DataGrid.Filters Namespace
    In This Topic
    Classes
     ClassDescription
    ClassAdds a range of advanced filters to the C1.Silverlight.DataGrid.C1DataGrid built-in columns.
    ClassConfigure C1.Silverlight.DataGrid.C1DataGrid to be filtered from a string which can be entered using a textbox, and highlights the matched text in the cells foreground and background.
    ClassVisual element that allows the user to select an operation like contains, starts with, etc. and a textbox to enter a matching value. The filter state built by this control will be of the type multi-value and the operation will be "IsOneOf".
    ClassContent control that displays a filter unity (which can be a list of filters) as well as the buttons Filter and Clear.
    ClassVisual element which is displayed along with the DataGridFilterList.
    ClassVisual element which displays a list of filters.
    ClassCustom panel used to display a list of filters.
    ClassRow that shows one textbox per column and the data is filtered as the user type in one of the textbox's.
    ClassRow header of a filter row. This header shows a funnel to be differentiated from the other rows.
    ClassVisual element that shows three radio buttons None, And, and Or, to combine filters.
    ClassDisplay a list of date operations that can be changed by the user. the user has the ability of adding and removing operations by changing the combinations between filters.
    ClassRepresent one item of the DataGridMultiLineDateTimeFilter.
    ClassWhen overridden it shows a list of operations and combination between operations, allowing the user to add more operations interactively.
    ClassBase class for each item of a DataGridMultiLineFilter.
    ClassDisplay a list of numeric operations that can be changed by the user. the user has the ability of adding and removing operations by changing the combinations between filters.
    ClassRepresent one item of the DataGridMultiLineNumericFilter.
    ClassDisplay a list of text operations that can be changed by the user. the user has the ability of adding and removing operations by changing the combinations between filters.
    ClassRepresent one item of the DataGridMultiLineTextFilter.
    ClassHelps translating from text to C1.Silverlight.DataGrid.DataGridFilterInfo and vice-versa.
    See Also