[]
        
(Showing Draft Content)

C1.Blazor.Menu.MenuItemsCollection

MenuItemsCollection Class

Represents a collection of C1MenuItem.

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, IDisposable
Public Class MenuItemsCollection
    Inherits C1DataCollectionList(Of C1MenuItem)
    Implements IList(Of C1MenuItem), ICollection(Of C1MenuItem), IList, ICollection, IReadOnlyList(Of C1MenuItem), IReadOnlyCollection(Of C1MenuItem), IEnumerable(Of C1MenuItem), IEnumerable, INotifyCollectionChanged, IDisposable

Properties

Name Description
DataCollection

Gets the data collection this list is wrapping.

Parent

Methods

Name Description
Dispose(bool)

Called to dispose resources.