menu

WPF

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

    Show / Hide Table of Contents

    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
    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.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridFactoryProvider

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved