menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridCellModelFactory - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridCellModelFactory

    Provides a CreateCellModel(String, GridModel) method that instantiates GridCellModelBase objects on demand when a cell is touched that has a CellType that is not found in the CellModels collection.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGridCellModelFactory

    Properties

    IsDefault

    Returns true when the grid is allowed to replace this factory with a derived factory at any time.

    Declaration
    bool IsDefault { get; }
    Property Value
    Type
    System.Boolean

    Methods

    CreateCellModel(String, GridModel)

    Instantiates GridCellModelBase objects on demand when a cell is touched that has a CellType that is not found in the CellModels collection.

    Declaration
    GridCellModelBase CreateCellModel(string controlId, GridModel pGrid)
    Parameters
    Type Name Description
    System.String controlId
    GridModel pGrid
    Returns
    Type
    GridCellModelBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved