ComponentOne FlexGrid for UWP
CellFactory Property

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

Reference

C1FlexGrid Class
C1FlexGrid Members