ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / ExpressionEditorCollection Class / ExpressionEditorCollection Constructor

In This Topic
    ExpressionEditorCollection Constructor
    In This Topic
    Initializes a new instance of the ExpressionEditorCollection which accepts an ISupportExpressions.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As ISupportExpressions _
    )
    public ExpressionEditorCollection( 
       ISupportExpressions owner
    )

    Parameters

    owner
    See Also