C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / ChecklistFilterBase Class
Properties Methods Events


ChecklistFilterBase Class Members

The following tables list the members exposed by ChecklistFilterBase.

Public Properties
 NameDescription
Public PropertyGets the header that will be shown in the column header. if Filter.HeaderText is not specified the Filter.PropertyName property will be used. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyFilter attached state. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets a path to a value on the source object to serve as the visual representation of the object.  
Public PropertyGets or sets the behavior of CheckListFilter when an empty expression is assigned.  
Public PropertyOverridden. Gets or sets the expression of the current Filter.  
Public PropertyGets the filter summary of the current filter. (Inherited from C1.WinUI.DataFilter.FilterWithSummary)
Public PropertyGets or sets a value of header text of the current Filter. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyOverridden. Gets a value indicating the current Filter is applied or not.  
Public PropertyGets a value indicating whether this filter was generated automatically. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets the items collection of checklist.  
Public PropertyGets or sets the object used as the items source for the checklist.  
Public PropertyGets or sets a maximum height of checklist.  
Public PropertyGets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets select all checkbox label.  
Public PropertyGets the collection of selected items.  
Public PropertyGets or sets a value indicating selection method for items of checklist.  
Public PropertyGets or sets a value indicating whether show search box or not.  
Public PropertyGets or sets a value indicating whether show select all checkbox or not.  
Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets a path to a value on the source object to serve as the value representation of the object.  
Top
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
Public Events
 NameDescription
Public EventNotifies clients that a Filter.AttachedState value has changed. (Inherited from C1.WinUI.DataFilter.Filter)
Public EventOccurs when a property value changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
Public EventOccurs when a value of current Filter changes. (Inherited from C1.WinUI.DataFilter.NotifyPropertyChanged)
Top
See Also