[]
        
(Showing Draft Content)

C1.DataFilter.ChecklistItem

ChecklistItem Class

Represents a item of checklist.

Inheritance
ChecklistItem
Namespace: C1.DataFilter
Assembly: C1.WPF.DataFilter.4.6.2.dll
Syntax
public class ChecklistItem : INotifyPropertyChanged

Constructors

Name Description
ChecklistItem()

Initializes a new instance of the ChecklistItem.

ChecklistItem(object, string)

Initializes a new instance of the ChecklistItem with initial data.

Properties

Name Description
DisplayValue

Gets or sets the text of label.

Selected

Gets or sets the selected state of current ChecklistItem.

Value

Gets or sets the value of current ChecklistItem.

Methods

Name Description
OnPropertyChanged(string)

Raises the PropertyChanged event.

SetSelected(bool, bool)

Events

Name Description
PropertyChanged

Occurs when a property value changes.