New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Generated.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

T

Syntax:

C#
public abstract class DataVizCollectionComponentDescriptor<T> : DataVizChildComponentDescriptor, IEnumerable<T>, IEnumerable where T : DataVizCollectionItemComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDataVizCollectionComponentDescriptor<T>

Implements: IEnumerableIEnumerable<T>

Constructors

C#
protected DataVizCollectionComponentDescriptor()

Properties

C#
public IList<T> Items { get; set; }

Methods

C#
public IEnumerator<T> GetEnumerator()
Returns:

IEnumerator<T>

Implements: IEnumerable<T>.GetEnumerator()