ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / ItemType Enumeration

In This Topic
    ItemType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum ItemType 
       Inherits System.Enum
    public enum ItemType : System.Enum 
    Members
    MemberDescription
    AggregateFuncs 
    Constant 
    ConvertFuncs 
    DateTimeFuncs 
    Field 
    LogicalFuncs 
    MathFuncs 
    None 
    Operator 
    TextFuncs 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.ExpressionEditor.Engine.ItemType

    See Also