WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / ChecklistItem Class / ChecklistItem Constructor / ChecklistItem Constructor(Object,String)
The value of the checklist item.
The text of label.
In This Topic
    ChecklistItem Constructor(Object,String)
    In This Topic
    Initializes a new instance of the ChecklistItem with initial data.
    Syntax
    public ChecklistItem( 
       object value,
       string displayValue
    )

    Parameters

    value
    The value of the checklist item.
    displayValue
    The text of label.
    See Also