Class GraphicCellSpanInfoCollection<T>
Inheritance
System.Object
GraphicCellSpanInfoCollection<T>
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellSpanInfoCollection<T> : Object, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable where T : GraphicCellSpanInfo
Type Parameters
Constructors
GraphicCellSpanInfoCollection()
Declaration
public GraphicCellSpanInfoCollection()
Properties
Count
Declaration
public int Count { get; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Item[Int32]
Declaration
public T this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(T)
Declaration
Parameters
Type |
Name |
Description |
T |
item |
|
Clear()
Declaration
Contains(T)
Declaration
public bool Contains(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Returns
CopyTo(T[], Int32)
Declaration
public void CopyTo(T[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
T[] |
array |
|
System.Int32 |
arrayIndex |
|
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type |
System.Collections.Generic.IEnumerator<T> |
IndexOf(T)
Declaration
public int IndexOf(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Returns
Insert(Int32, T)
Declaration
public void Insert(int index, T item)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
T |
item |
|
ItemAdded(T)
Declaration
protected virtual void ItemAdded(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
ItemRemoved(T)
Declaration
protected virtual void ItemRemoved(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Remove(T)
Declaration
public bool Remove(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Returns
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable