WPF

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

    Show / Hide Table of Contents

    Class GraphicCellData

    Inheritance
    System.Object
    GraphicCellData
    Implements
    System.Collections.Generic.IList<GraphicStyleInfoStore>
    System.Collections.Generic.ICollection<GraphicStyleInfoStore>
    System.Collections.Generic.IEnumerable<GraphicStyleInfoStore>
    System.Collections.IEnumerable
    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()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicCellData : IList<GraphicStyleInfoStore>, ICollection<GraphicStyleInfoStore>, IEnumerable<GraphicStyleInfoStore>, IEnumerable

    Constructors

    GraphicCellData()

    Declaration
    public GraphicCellData()

    Properties

    Count

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

    IsReadOnly

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

    Item[Int32]

    Declaration
    public GraphicStyleInfoStore this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    GraphicStyleInfoStore

    Methods

    Add(GraphicStyleInfoStore)

    Declaration
    public void Add(GraphicStyleInfoStore item)
    Parameters
    Type Name Description
    GraphicStyleInfoStore item

    Clear()

    Declaration
    public void Clear()

    Contains(GraphicStyleInfoStore)

    Declaration
    public bool Contains(GraphicStyleInfoStore item)
    Parameters
    Type Name Description
    GraphicStyleInfoStore item
    Returns
    Type Description
    System.Boolean

    CopyTo(GraphicStyleInfoStore[], Int32)

    Declaration
    public void CopyTo(GraphicStyleInfoStore[] array, int arrayIndex)
    Parameters
    Type Name Description
    GraphicStyleInfoStore[] array
    System.Int32 arrayIndex

    GetEnumerator()

    Declaration
    public IEnumerator<GraphicStyleInfoStore> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<GraphicStyleInfoStore>

    IndexOf(GraphicStyleInfoStore)

    Declaration
    public int IndexOf(GraphicStyleInfoStore item)
    Parameters
    Type Name Description
    GraphicStyleInfoStore item
    Returns
    Type Description
    System.Int32

    Insert(Int32, GraphicStyleInfoStore)

    Declaration
    public void Insert(int index, GraphicStyleInfoStore item)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicStyleInfoStore item

    Remove(GraphicStyleInfoStore)

    Declaration
    public bool Remove(GraphicStyleInfoStore item)
    Parameters
    Type Name Description
    GraphicStyleInfoStore item
    Returns
    Type Description
    System.Boolean

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    TryGetValue(Int32, out GraphicStyleInfoStore)

    Declaration
    public bool TryGetValue(int index, out GraphicStyleInfoStore value)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicStyleInfoStore value
    Returns
    Type Description
    System.Boolean

    Explicit Interface Implementations

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved