Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuItem Class / IsChecked Property

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