Class GraphicCellModel<T>
Inheritance
System.Object
GraphicCellModel<T>
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicCellModel<T> : GraphicCellModelBase, IDisposable where T : IGraphicCellRenderer, new()
Type Parameters
Name |
---|
T |
Constructors
GraphicCellModel()
Declaration
public GraphicCellModel()
Methods
CreateRenderer()
Declaration
public override IGraphicCellRenderer CreateRenderer()
Returns
Type |
---|
IGraphicCellRenderer |
Overrides
Implements
System.IDisposable