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