Class GraphicCellModelCollection
Inheritance
System.Object
GraphicCellModelCollection
Implements
System.IDisposable
System.Collections.ICollection
System.Collections.IEnumerable
System.ICloneable
System.Runtime.Serialization.ISerializable
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 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
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.String |
|
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
Type |
Description |
System.Boolean |
|
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 |
Description |
System.Collections.ICollection |
|
SyncRoot
Declaration
public virtual object SyncRoot { get; }
Property Value
Type |
Description |
System.Object |
|
Values
Declaration
public virtual ICollection Values { get; }
Property Value
Type |
Description |
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
Type |
Description |
System.Object |
|
ContainsKey(String)
Declaration
public virtual bool ContainsKey(string cellTypeName)
Parameters
Type |
Name |
Description |
System.String |
cellTypeName |
|
Returns
Type |
Description |
System.Boolean |
|
ContainsValue(GraphicCellModelBase)
Declaration
public virtual bool ContainsValue(GraphicCellModelBase cellModel)
Parameters
Returns
Type |
Description |
System.Boolean |
|
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 |
Description |
System.Collections.IEnumerator |
|
Remove(String)
Declaration
public virtual void Remove(string cellTypeName)
Parameters
Type |
Name |
Description |
System.String |
cellTypeName |
|
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
Type |
Name |
Description |
System.Array |
array |
|
System.Int32 |
index |
|
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
Declaration
[SecurityCritical]
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
Implements
System.IDisposable
System.Collections.ICollection
System.Collections.IEnumerable
System.ICloneable
System.Runtime.Serialization.ISerializable
Extension Methods