[]
Represents a item of checklist.
public class ChecklistItem : NotifyPropertyChanged, INotifyPropertyChanged
Name | Description |
---|---|
ChecklistItem() | Initializes a new instance of the ChecklistItem. |
ChecklistItem(object, string) | Initializes a new instance of the ChecklistItem with initial data. |
Name | Description |
---|---|
DisplayValue | Gets or sets the text of label. |
Selected | Gets or sets the selected state of current ChecklistItem. |
SummaryText | Gets the summary text for current ChecklistItem. |
Value | Gets or sets the value of current ChecklistItem. |
Name | Description |
---|---|
SetSelected(bool, bool) |