ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / CellFactory Property

In This Topic
    CellFactory Property
    In This Topic
    Gets or sets the ICellFactory class responsible for creating and destroying Windows.UI.Xaml.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