Class GraphicCellRendererCollection
Inheritance
System.Object
GraphicCellRendererCollection
Implements
System.IDisposable
System.Collections.ICollection
System.Collections.IEnumerable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellRendererCollection : Disposable, IDisposable, ICollection, IEnumerable
Constructors
GraphicCellRendererCollection(GraphicModel)
Declaration
public GraphicCellRendererCollection(GraphicModel graphicmodel)
Parameters
Properties
Count
Declaration
public int Count { get; }
Property Value
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Item[String]
Declaration
public virtual IGraphicCellRenderer this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
Methods
Add(String, IGraphicCellRenderer)
Declaration
public virtual void Add(string key, IGraphicCellRenderer grid)
Parameters
Clear()
Declaration
public virtual void Clear()
ContainsKey(String)
Declaration
public virtual bool ContainsKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
CopyTo(Array, Int32)
Declaration
public void CopyTo(Array array, int index)
Parameters
Type |
Name |
Description |
System.Array |
array |
|
System.Int32 |
index |
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type |
System.Collections.IEnumerator |
Remove(String)
Declaration
public virtual void Remove(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Implements
System.IDisposable
System.Collections.ICollection
System.Collections.IEnumerable