Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / MenuItemsCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (MenuItemsCollection)
    In This Topic
    Gets a value indicating whether the ICollection is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    See Also