Class
DataVizCollectionComponent<T>

Definition

Namespace:Telerik.Generated.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

T

Syntax:

cs-api-definition
public abstract class DataVizCollectionComponent<T> : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<T>, IEnumerable where T : DataVizCollectionItemComponent

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<T>

Derived Classes: ArcGaugePointersArcGaugeScalesChartCategoryAxesChartCategoryAxisPlotBandsChartSeriesItemsChartValueAxesChartValueAxisPlotBandsChartXAxesChartXAxisPlotBandsChartYAxesChartYAxisPlotBandsCircularGaugePointersCircularGaugeScalesLinearGaugePointersLinearGaugeScaleRangesLinearGaugeScalesMapLayersRadialGaugePointersRadialGaugeScaleRangesRadialGaugeScalesStockChartCategoryAxesStockChartCategoryAxisPlotBandsStockChartNavigatorSeriesItemsStockChartSeriesItemsStockChartValueAxesStockChartValueAxisPlotBands

Implements: IComponentIDisposableIEnumerableIEnumerable<T>IHandleAfterRenderIHandleEvent

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

Constructors

DataVizCollectionComponent()

Declaration

cs-api-definition
protected DataVizCollectionComponent()

Methods

GetEnumerator()

Declaration

cs-api-definition
public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

Implements IEnumerable<T>.GetEnumerator()