Class GridGroupingCellObjectFactory
GridCellModelFactory creates GridCellModelBase objects to be used in a GridModel.
Inheritance
System.Object
GridGroupingCellObjectFactory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridGroupingCellObjectFactory : GridCellModelFactory, IGridCellModelFactory
Constructors
GridGroupingCellObjectFactory()
Initializes a new instance of the GridGroupingCellObjectFactory class.
Declaration
public GridGroupingCellObjectFactory()
Methods
CreateCellModel(String, GridModel)
Overrides and creates an instance of GridCellModelBase to be used in the GridModel class.
Declaration
public override GridCellModelBase CreateCellModel(string cellTypeName, GridModel pGrid)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellTypeName | A cell type name that identifies the cell model to be instantiated. |
GridModel | pGrid | The instance of the GridModel class. |
Returns
Type | Description |
---|---|
GridCellModelBase | An instance of the GridCellModelBase class. |