ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListItem Class / Value Property

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