Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / ChecklistItem Class / Selected Property

In This Topic
    Selected Property
    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