ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItem Class / Checked Property

In This Topic
    Checked Property (DropDownItem)
    In This Topic
    Gets or sets a value that indicates whether the item is checked.
    Syntax
    'Declaration
     
    
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also