menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupingCellObjectFactory - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupingCellObjectFactory

    GridCellModelFactory creates GridCellModelBase objects to be used in a GridModel.

    Inheritance
    System.Object
    GridBaseCellModelFactory
    GridCellModelFactory
    GridGroupingCellObjectFactory
    Implements
    IGridCellModelFactory
    Inherited Members
    GridBaseCellModelFactory.IsDefault
    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.

    Overrides
    GridCellModelFactory.CreateCellModel(String, GridModel)

    Implements

    IGridCellModelFactory
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved