Show / Hide Table of Contents

Class IgbGridSelectedCellsCollection

Inheritance
System.Object
BaseCollection<IgbCellKey>
IgbGridSelectedCellsCollection
Inherited Members
BaseCollection<IgbCellKey>.ToArray()
BaseCollection<IgbCellKey>.InsertItem(Int32, IgbCellKey)
BaseCollection<IgbCellKey>.RemoveItem(Int32)
BaseCollection<IgbCellKey>.SetItem(Int32, IgbCellKey)
BaseCollection<IgbCellKey>.ClearItems()
BaseCollection<IgbCellKey>.Serialize(SerializationContext, String)
BaseCollection<IgbCellKey>.FindByName(String)
BaseCollection<IgbCellKey>.HasName(String)
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridSelectedCellsCollection : BaseCollection<IgbCellKey>

Constructors

IgbGridSelectedCellsCollection(Object, String)

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