DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / ChecklistItem Class / Value Property

In This Topic
    Value Property (ChecklistItem)
    In This Topic
    Gets or sets the value of current ChecklistItem.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also