[]
        
(Showing Draft Content)

C1.WinUI.DataFilter.ChecklistItem

ChecklistItem Class

Represents a item of checklist.

Inheritance
ChecklistItem
Namespace: C1.WinUI.DataFilter
Assembly: C1.WinUI.DataFilter.dll
Syntax
public class ChecklistItem : NotifyPropertyChanged, 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
CheckListItemChecked

Gets sets the CheckListItemChecked command for current ChecklistItem.

DisplayValue

Gets or sets the text of label.

ItemMargin

Gets the margin for current ChecklistItem.

ItemPadding

Gets the padding for current ChecklistItem.

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.

Methods

Name Description
SetSelected(bool, bool)