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

In This Topic
    CellFactory Property (C1FlexGrid)
    In This Topic
    Gets or sets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells.
    Syntax
    'Declaration
     
    Public Property CellFactory As ICellFactory
    public ICellFactory CellFactory {get; set;}
    Remarks
    Setting this property to null causes the grid to use the default cell factory implemented by the CellFactory class.
    See Also