DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.8 Assembly / C1.DataFilter Namespace / ChecklistItem Class / Selected Property

In This Topic
    Selected Property (ChecklistItem)
    In This Topic
    Gets or sets the selected state of current ChecklistItem.
    Syntax
    'Declaration
     
    Public Property Selected As Boolean
    public bool Selected {get; set;}
    See Also