[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.ChecklistFilter

ChecklistFilter Class

Represents a filter with checklist.

Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public class ChecklistFilter : ChecklistFilterBase, INotifyPropertyChanged, IComponent, IDisposable

Constructors

Name Description
ChecklistFilter()

Initializes a new instance of the ChecklistFilter.

ChecklistFilter(string, bool)

Initializes a new instance of the ChecklistFilter with the name of the data item property.

Methods

Name Description
SetItemsSource(object)

Sets the object used as the items source for the checklist.

UpdateItems(object)

Updates the items collection.