Class GridFactoryProvider
Lets you specify a custom IGridCellModelFactory that instantiates cell models for the grid on demand using the CellType string as identifier.
Inheritance
System.Object
GridFactoryProvider
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridFactoryProvider : Object
Constructors
GridFactoryProvider()
Declaration
public GridFactoryProvider()
Properties
CellModelFactory
Returns the IGridCellModelFactory for this process.
Declaration
public static IGridCellModelFactory CellModelFactory { get; }
Property Value
| Type |
|---|
| IGridCellModelFactory |
Methods
Init(IGridCellModelFactory)
Lets you specify a custom IGridCellModelFactory that instantiates cell models for the grid on demand using the CellType string as identifier.
Declaration
public static void Init(IGridCellModelFactory pFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IGridCellModelFactory | pFactory |