WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellModelCollection - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicCellModelCollection

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    GraphicCellModelCollection
    Implements
    System.IDisposable
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    Inherited Members
    NonFinalizeDisposable.Dispose()
    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()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicCellModelCollection : Disposable, IDisposable, ICollection, IEnumerable, ICloneable, ISerializable

    Constructors

    GraphicCellModelCollection(GraphicModel)

    Declaration
    public GraphicCellModelCollection(GraphicModel graphicModel)
    Parameters
    Type Name Description
    GraphicModel graphicModel

    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
    Type Description
    GraphicModel

    GridControl

    Declaration
    public GridControlBase GridControl { get; }
    Property Value
    Type Description
    GridControlBase

    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
    Type Description
    GraphicCellModelBase

    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
    Type Name Description
    System.String cellTypeName
    GraphicCellModelBase cellModel

    Clear()

    Declaration
    public virtual void Clear()

    Clone()

    Declaration
    public object Clone()
    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
    Type Name Description
    GraphicCellModelBase cellModel
    Returns
    Type Description
    System.Boolean

    CopyTo(GraphicCellModelBase[], Int32)

    Declaration
    public virtual void CopyTo(GraphicCellModelBase[] array, int index)
    Parameters
    Type Name Description
    GraphicCellModelBase[] array
    System.Int32 index

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    NonFinalizeDisposable.Dispose(Boolean)

    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

    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved