[]
        
(Showing Draft Content)

C1.Blazor.Menu.MenuItemsCollection

MenuItemsCollection Class

Inheritance
MenuItemsCollection
Namespace: C1.Blazor.Menu
Assembly: C1.Blazor.Menu.dll
Syntax
public class MenuItemsCollection : C1DataCollectionList<C1MenuItem>, IList<C1MenuItem>, ICollection<C1MenuItem>, IList, ICollection, IReadOnlyList<C1MenuItem>, IReadOnlyCollection<C1MenuItem>, IEnumerable<C1MenuItem>, IEnumerable, INotifyCollectionChanged

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

Parent