ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RegexRule Class
Members

In This Topic
    RegexRule Class
    In This Topic
    The custom regex style rule of the editor.
    Object Model
    RegexRule Class
    Syntax
    'Declaration
     
    Public Class RegexRule 
       Inherits BaseRule
    public class RegexRule : BaseRule 
    Inheritance Hierarchy

    System.Object
       C1.Xaml.ExpressionEditor.BaseRule
          C1.Xaml.ExpressionEditor.RegexRule
             C1.Xaml.ExpressionEditor.FieldRule
             C1.Xaml.ExpressionEditor.FunctionsRule
             C1.Xaml.ExpressionEditor.KeyWordsRule
             C1.Xaml.ExpressionEditor.NumberRule
             C1.Xaml.ExpressionEditor.StringRule

    See Also