TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListEventArgs Class / Item Property

In This Topic
    Item Property (C1CheckListEventArgs)
    In This Topic
    Gets the item of C1CheckList control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As C1CheckListItem
    public C1CheckListItem Item {get;}
    See Also