[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.ToolMenuListCollection

ToolMenuListCollection Class

Represents the collection of ToolMenuList items.

Inheritance
ToolMenuListCollection
Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class ToolMenuListCollection : C1DataCollectionList<C1MenuItem>, IList<C1MenuItem>, ICollection<C1MenuItem>, IList, ICollection, IReadOnlyList<C1MenuItem>, IReadOnlyCollection<C1MenuItem>, IEnumerable<C1MenuItem>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class ToolMenuListCollection
    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.

Methods

Name Description
Dispose(bool)

Called to dispose resources.