Class GraphicCellModelBase
Implements
System.IDisposable
Inherited Members
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 |
---|
GraphicModel |
Methods
CreateRenderer()
Declaration
public virtual IGraphicCellRenderer CreateRenderer()
Returns
Type |
---|
IGraphicCellRenderer |
Implements
System.IDisposable