[]
Represents a filter with checklist.
public class ChecklistFilter : ChecklistFilterBase, INotifyPropertyChanged
| 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. |
| Name | Description |
|---|---|
| LayoutType | Gets or sets a value indicating layout type of checklist. |
| Name | Description |
|---|---|
| SetItemsSource(object) | Sets the object used as the items source for the checklist. |
| UpdateItems(object) | Updates the items collection. |