ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / ICellFactory Interface
Methods

In This Topic
    ICellFactory Interface Members
    In This Topic

    The following tables list the members exposed by ICellFactory.

    Public Methods
     NameDescription
     MethodCreates a Windows.UI.Xaml.FrameworkElement responsible for representing a grid cell of a given type at the given coordinates.  
     MethodCreates a Windows.UI.Xaml.FrameworkElement responsible for editing the value in a grid cell at the given coordinates.  
     MethodDisposes of a Windows.UI.Xaml.FrameworkElement when its associated cell is scrolled out of view.  
    Top
    See Also