[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.RegexRule

RegexRule Class

The custom regex style rule of the editor.

Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.4.6.2.dll
Syntax
public class RegexRule : BaseRule

Constructors

Name Description
RegexRule()

Initializes a new instance of the RegexRule.

RegexRule(string)

Initializes a new instance of the RegexRule which accepts a regex expression.

Properties

Name Description
Expression

Gets or sets the regex expression.