ComponentOne FlexGrid for UWP
CellFactory Class
Members 

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : CellFactory Class
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.Xaml.FlexGrid.CellFactory

See Also

Reference

CellFactory Members
C1.Xaml.FlexGrid Namespace