DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.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
    'Declaration
     
    Public Function New( _
       ByVal value As Object, _
       ByVal displayValue As String _
    )
    public ChecklistItem( 
       object value,
       string displayValue
    )

    Parameters

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