Class GraphicCellData
Inheritance
System.Object
GraphicCellData
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellData : IList<GraphicStyleInfoStore>, ICollection<GraphicStyleInfoStore>, IEnumerable<GraphicStyleInfoStore>, IEnumerable
Constructors
GraphicCellData()
Declaration
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
Item[Int32]
Declaration
public GraphicStyleInfoStore this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Add(GraphicStyleInfoStore)
Declaration
public void Add(GraphicStyleInfoStore item)
Parameters
Clear()
Declaration
Contains(GraphicStyleInfoStore)
Declaration
public bool Contains(GraphicStyleInfoStore item)
Parameters
Returns
Type |
Description |
System.Boolean |
|
CopyTo(GraphicStyleInfoStore[], Int32)
Declaration
public void CopyTo(GraphicStyleInfoStore[] array, int arrayIndex)
Parameters
GetEnumerator()
Declaration
public IEnumerator<GraphicStyleInfoStore> GetEnumerator()
Returns
IndexOf(GraphicStyleInfoStore)
Declaration
public int IndexOf(GraphicStyleInfoStore item)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Insert(Int32, GraphicStyleInfoStore)
Declaration
public void Insert(int index, GraphicStyleInfoStore item)
Parameters
Remove(GraphicStyleInfoStore)
Declaration
public bool Remove(GraphicStyleInfoStore item)
Parameters
Returns
Type |
Description |
System.Boolean |
|
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
TryGetValue(Int32, out GraphicStyleInfoStore)
Declaration
public bool TryGetValue(int index, out GraphicStyleInfoStore value)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Extension Methods