Name | Description | |
---|---|---|
![]() | Reset | Overridden. Resets the filter value to the default value. |
![]() | SelectAll | Selects all items in the checklist. |
![]() | UnselectAll | Clears the SelectedItems collection in the checklist. |
For a list of all members of this type, see ChecklistFilterBase members.
Name | Description | |
---|---|---|
![]() | Reset | Overridden. Resets the filter value to the default value. |
![]() | SelectAll | Selects all items in the checklist. |
![]() | UnselectAll | Clears the SelectedItems collection in the checklist. |
Name | Description | |
---|---|---|
![]() | BeginItemsUpdate | Maintains performance while items are added to the filter one at a time. |
![]() | EndItemsUpdate | Resumes events of the filter after items updating. |
![]() | OnAttachedStateChanged | Calls when the filter state was changed. (Inherited from C1.WinUI.DataFilter.Filter) |
![]() | OnPropertyChanged | Overloaded. Raises the NotifyPropertyChanged.PropertyChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |
![]() | OnValueChanged | Raises the NotifyPropertyChanged.ValueChanged event. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |
![]() | SetField<T> | Compares two values of property and raises an NotifyPropertyChanged.PropertyChanged event if they are different. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged) |
![]() | SetItemsSource | Sets the object used as the items source for the checklist. |
![]() | UpdateItems | Updates the items collection. |