menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellModelBase - API Reference

    Show / Hide Table of Contents

    Class GraphicCellModelBase

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    GraphicCellModelBase
    GraphicCellModel<T>
    Implements
    System.IDisposable
    Inherited Members
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    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 GraphicCellModelBase : Disposable, IDisposable

    Constructors

    GraphicCellModelBase()

    Declaration
    public GraphicCellModelBase()

    Properties

    GraphicModel

    Declaration
    public GraphicModel GraphicModel { get; set; }
    Property Value
    Type Description
    GraphicModel

    Methods

    CreateRenderer()

    Declaration
    public virtual IGraphicCellRenderer CreateRenderer()
    Returns
    Type Description
    IGraphicCellRenderer

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved