Show / Hide Table of Contents

Class IgbGridSelectedItemsCollection

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

Constructors

IgbGridSelectedItemsCollection(Object, String)

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