Class DataVizCollectionComponent<T>
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizChildComponent
DataVizCollectionComponent<T>
Namespace: Telerik.Generated.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class DataVizCollectionComponent<T> : DataVizChildComponent, IDisposable, IEnumerable<T>, IEnumerable where T : DataVizCollectionItemComponent
Type Parameters
T
|
Constructors
DataVizCollectionComponent()
Declaration
protected DataVizCollectionComponent()
Methods
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<T>
|