Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItemsCollection Class / IsFixedSize Property

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