ComponentOne DataFilter for WPF
C1.WPF.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