ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / ExpressionItemCategory Class / ExpressionItemCategory Constructor / ExpressionItemCategory Constructor(String,CategoryType)

In This Topic
    ExpressionItemCategory Constructor(String,CategoryType)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal type As CategoryType _
    )
    public ExpressionItemCategory( 
       System.string text,
       CategoryType type
    )

    Parameters

    text
    type
    See Also