ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGridEditorFlyoutPresenter Class / C1FlexGridEditorFlyoutPresenter Constructor
C1FlexGrid that owns the editor.

In This Topic
    C1FlexGridEditorFlyoutPresenter Constructor
    In This Topic
    Initializes a new instance of a C1FlexGridEditorFlyoutPresenter.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal flex As C1FlexGrid _
    )
    public C1FlexGridEditorFlyoutPresenter( 
       C1FlexGrid flex
    )

    Parameters

    flex
    C1FlexGrid that owns the editor.
    See Also