C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / ChecklistFilter Class


ChecklistFilter Class Methods

For a list of all members of this type, see ChecklistFilter members.

Public Methods
 NameDescription
Public MethodResets the filter value to the default value. (Inherited from C1.WinUI.DataFilter.ChecklistFilterBase)
Public MethodSelects all items in the checklist. (Inherited from C1.WinUI.DataFilter.ChecklistFilterBase)
Public MethodClears the SelectedItems collection in the checklist. (Inherited from C1.WinUI.DataFilter.ChecklistFilterBase)
Top
Protected Methods
 NameDescription
Protected MethodMaintains performance while items are added to the filter one at a time. (Inherited from C1.WinUI.DataFilter.ChecklistFilterBase)
Protected MethodResumes events of the filter after items updating. (Inherited from C1.WinUI.DataFilter.ChecklistFilterBase)
Protected MethodCalls when the filter state was changed. (Inherited from C1.WinUI.DataFilter.Filter)
Protected MethodOverloaded. Raises the NotifyPropertyChanged.PropertyChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
Protected MethodRaises the NotifyPropertyChanged.ValueChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
Protected MethodCompares two values of property and raises an NotifyPropertyChanged.PropertyChanged event if they are different. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
Protected MethodOverridden. Sets the object used as the items source for the checklist.  
Protected MethodOverridden. Updates the items collection.  
Top
See Also