Show / Hide Table of Contents

Class BaseCollection<T>

Inheritance
System.Object
BaseCollection<T>
IgbActionStripCollection
IgbAxisAnnotationCollection
IgbAxisCollection
IgbCalloutAnnotationCollection
IgbCalloutPlacementPositionsCollection
IgbChartGroupDescriptionCollection
IgbChartSelectedItemCollection
IgbChartSortDescriptionCollection
IgbChartSummaryDescriptionCollection
IgbColumnCollection
IgbColumnExchangersCollection
IgbColumnGroupDescriptionCollection
IgbColumnPropertySettersCollection
IgbColumnSortDescriptionCollection
IgbColumnSummaryDescriptionCollection
IgbContentChildCollection
IgbContentPaneCollection
IgbCustomIndicatorNameCollection
IgbDashboardTileCustomizationCollection
IgbDashboardTileGroupDescriptionCollection
IgbDashboardTileSortDescriptionCollection
IgbDashboardTileSummaryDescriptionCollection
IgbDockManagerPaneCollection
IgbDropdownItemCollection
IgbFilterExpressionCollection
IgbFinancialChartRangeSelectorOptionCollection
IgbFinancialIndicatorTypeCollection
IgbFinancialOverlayTypeCollection
IgbFormatSpecifierCollection
IgbFunnelChartSelectedItemsCollection
IgbGridActionsBaseDirectiveCollection
IgbGridColumnCollection
IgbGridConditionalStyleCollection
IgbGridConditionalStylePropertyCollection
IgbGridFilterDialogViewModelGroupingLevel
IgbGridFilterDialogViewModelGroupingLevelCollection
IgbGridFilterDialogViewModelRowCollection
IgbGridFilterOperandsCollection
IgbGridSelectedCellRangesCollection
IgbGridSelectedCellsCollection
IgbGridSelectedItemsCollection
IgbGridSelectedKeysCollection
IgbGridToolbarBaseActionCollection
IgbGridToolbarCollection
IgbGridToolbarContentCollection
IgbHorizontalPropertyEditorDataSource
IgbIndexCollection
IgbIndicatorDisplayTypeCollection
IgbLayoutSelectedItemsCollection
IgbLayoutSelectedKeysCollection
IgbLinearGraphRangeCollection
IgbListPanelSelectedItemsCollection
IgbListPanelSelectedKeysCollection
IgbMarkerTypeCollection
IgbMultiSliderThumbCollection
IgbObjectCollection
IgbPaginatorCollection
IgbPropertyEditorDescriptionObjectCollection
IgbPropertyEditorPropertyDescriptionCollection
IgbRadialGaugeRangeCollection
IgbResponsivePhasesCollection
IgbResponsiveStatesCollection
IgbRingSeriesCollection
IgbRowIslandCollection
IgbSeriesCollection
IgbSeriesLayerCollection
IgbSeriesLayerPropertyOverlayCollection
IgbSplitPaneCollection
IgbStackedSeriesCollection
IgbStateCollection
IgbSubDomainsCollection
IgbTimeAxisBreakCollection
IgbTimeAxisIntervalCollection
IgbTimeAxisLabelFormatCollection
IgbToolActionCollection
IgbToolActionEventDetailCollection
IgbToolActionFieldSelectorAggregationsCollection
IgbToolActionFieldSelectorSelectedAggregationsCollection
IgbToolCommandArgumentCollection
IgbToolContextBindingCollection
IgbTreeItemCollection
IgbTreemapNodeStyleMappingCollection
IgbTrendLineTypeCollection
IgbValueModeCollection
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class BaseCollection<T> : ObservableCollection<T>
Type Parameters
Name Description
T

Constructors

BaseCollection(Object, String)

Declaration
public BaseCollection(object parent, string propertyName)
Parameters
Type Name Description
System.Object parent
System.String propertyName

Methods

ClearItems()

Declaration
protected override void ClearItems()

FindByName(String)

Declaration
public object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object

HasName(String)

Declaration
public bool HasName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Boolean

InsertItem(Int32, T)

Declaration
protected override void InsertItem(int index, T item)
Parameters
Type Name Description
System.Int32 index
T item

RemoveItem(Int32)

Declaration
protected override void RemoveItem(int index)
Parameters
Type Name Description
System.Int32 index

Serialize(SerializationContext, String)

Declaration
public void Serialize(SerializationContext context, string propertyName = null)
Parameters
Type Name Description
SerializationContext context
System.String propertyName

SetItem(Int32, T)

Declaration
protected override void SetItem(int index, T item)
Parameters
Type Name Description
System.Int32 index
T item

ToArray()

Declaration
public T[] ToArray()
Returns
Type Description
T[]