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

In This Topic
    IsFixedSize Property (MenuItemsCollection)
    In This Topic
    Gets whether the collection size can change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}
    See Also