WPF

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

    Show / Hide Table of Contents

    Class GraphicCellRendererCollection

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    GraphicCellRendererCollection
    Implements
    System.IDisposable
    System.Collections.ICollection
    System.Collections.IEnumerable
    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 GraphicCellRendererCollection : Disposable, IDisposable, ICollection, IEnumerable

    Constructors

    GraphicCellRendererCollection(GraphicModel)

    Declaration
    public GraphicCellRendererCollection(GraphicModel graphicmodel)
    Parameters
    Type Name Description
    GraphicModel graphicmodel

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    System.Boolean

    Item[String]

    Declaration
    public virtual IGraphicCellRenderer this[string key] { get; set; }
    Parameters
    Type Name Description
    System.String key
    Property Value
    Type Description
    IGraphicCellRenderer

    SyncRoot

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    System.Object

    Methods

    Add(String, IGraphicCellRenderer)

    Declaration
    public virtual void Add(string key, IGraphicCellRenderer grid)
    Parameters
    Type Name Description
    System.String key
    IGraphicCellRenderer grid

    Clear()

    Declaration
    public virtual void Clear()

    ContainsKey(String)

    Declaration
    public virtual bool ContainsKey(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    System.Boolean

    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
    NonFinalizeDisposable.Dispose(Boolean)

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    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

    Extension Methods

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