FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellFactory Class
Members

In This Topic
    CellFactory Class
    In This Topic
    Class that implements the default cell factory for a C1FlexGrid.
    Object Model
    CellFactory Class
    Syntax
    'Declaration
     
    Public Class CellFactory 
       Implements ICellFactoryICustomCellRender 
    public class CellFactory : ICellFactoryICustomCellRender  
    Remarks
    If you need to create custom cells, then you have to create a class that implements the ICellFactory interface and assign an instance of that class to the C1FlexGrid.CellFactory property.
    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexGrid.CellFactory

    See Also