Class GraphicCellModelBase
Implements
System.IDisposable
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 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