Class GraphicCellModelCollection
Inheritance
System.Object
GraphicCellModelCollection
Implements
System.IDisposable
System.Collections.ICollection
System.Collections.IEnumerable
System.ICloneable
System.Runtime.Serialization.ISerializable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellModelCollection : Disposable, IDisposable, ICollection, IEnumerable, ICloneable, ISerializable
Constructors
GraphicCellModelCollection(GraphicModel)
Declaration
public GraphicCellModelCollection(GraphicModel graphicModel)
Parameters
GraphicCellModelCollection(SerializationInfo, StreamingContext)
Declaration
protected GraphicCellModelCollection(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Count
Declaration
public virtual int Count { get; }
Property Value
DefaultCellType
The default cell type to be used for cells where a specific cell type could not be loaded.
Declaration
public string DefaultCellType { get; set; }
Property Value
GraphicModel
Declaration
public GraphicModel GraphicModel { get; }
Property Value
GridControl
Declaration
public GridControlBase GridControl { get; }
Property Value
IsSynchronized
Declaration
public virtual bool IsSynchronized { get; }
Property Value
Item[String]
Declaration
public virtual GraphicCellModelBase this[string cellTypeName] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
cellTypeName |
|
Property Value
Keys
Declaration
public virtual ICollection Keys { get; }
Property Value
Type |
System.Collections.ICollection |
SyncRoot
Declaration
public virtual object SyncRoot { get; }
Property Value
Values
Declaration
public virtual ICollection Values { get; }
Property Value
Type |
System.Collections.ICollection |
Methods
Add(String, GraphicCellModelBase)
Declaration
public virtual void Add(string cellTypeName, GraphicCellModelBase cellModel)
Parameters
Clear()
Declaration
public virtual void Clear()
Clone()
Declaration
Returns
ContainsKey(String)
Declaration
public virtual bool ContainsKey(string cellTypeName)
Parameters
Type |
Name |
Description |
System.String |
cellTypeName |
|
Returns
ContainsValue(GraphicCellModelBase)
Declaration
public virtual bool ContainsValue(GraphicCellModelBase cellModel)
Parameters
Returns
CopyTo(GraphicCellModelBase[], Int32)
Declaration
public virtual void CopyTo(GraphicCellModelBase[] array, int index)
Parameters
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
GetEnumerator()
Declaration
public virtual IEnumerator GetEnumerator()
Returns
Type |
System.Collections.IEnumerator |
Remove(String)
Declaration
public virtual void Remove(string cellTypeName)
Parameters
Type |
Name |
Description |
System.String |
cellTypeName |
|
Implements
System.IDisposable
System.Collections.ICollection
System.Collections.IEnumerable
System.ICloneable
System.Runtime.Serialization.ISerializable