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 DataVizCollectionComponent<T> : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<T>, IEnumerable where T : DataVizCollectionItemComponent

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<T>

Derived Classes: ArcGaugePointersArcGaugeScalesChartCategoryAxesChartCategoryAxisPlotBandsChartSeriesItemsChartValueAxesChartValueAxisPlotBandsChartXAxesChartXAxisPlotBandsChartYAxesChartYAxisPlotBandsCircularGaugePointersCircularGaugeScalesDiagramConnectionPointsDiagramConnectionsDiagramShapeConnectorsDiagramShapeDefaultsConnectorsDiagramShapesLinearGaugePointersLinearGaugeScaleRangesLinearGaugeScalesMapLayersRadialGaugePointersRadialGaugeScaleRangesRadialGaugeScalesStockChartCategoryAxesStockChartCategoryAxisPlotBandsStockChartNavigatorSeriesItemsStockChartSeriesItemsStockChartValueAxesStockChartValueAxisPlotBands...

Implements: IComponentIDisposableIEnumerableIEnumerable<T>IHandleAfterRenderIHandleEvent...

Inherited Members DataVizChildComponent.OnInitialized()DataVizChildComponent.Dispose()DataVizChildComponent.Dispose(bool)ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)...

Constructors

C#
protected DataVizCollectionComponent()

Methods

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

IEnumerator<T>

Implements: IEnumerable<T>.GetEnumerator()