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


ChecklistFilterBase Class Methods

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

Public Methods
 NameDescription
Public MethodOverridden. Resets the filter value to the default value.  
Public MethodSelects all items in the checklist.  
Public MethodClears the SelectedItems collection in the checklist.  
Top
Protected Methods
 NameDescription
Protected MethodMaintains performance while items are added to the filter one at a time.  
Protected MethodResumes events of the filter after items updating.  
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 MethodSets the object used as the items source for the checklist.  
Protected MethodUpdates the items collection.  
Top
See Also