ComponentOne Expression Editor for WPF
SyntaxType Enumeration

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace : SyntaxType Enumeration
The syntax type of editor.
Syntax
'Declaration
 
Public Enum SyntaxType 
   Inherits System.Enum
public enum SyntaxType : System.Enum 
Members
MemberDescription
FieldThe field of the object.
FunctionsFunctions.
KeywordKeyword.
NoneNone.
NumberNumber.
RegexRegex expression.
StringString.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.ExpressionEditor.SyntaxType

See Also

Reference

C1.WPF.ExpressionEditor Namespace