[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RegularExpressionValidator.RegexOptions

RegexOptions Property

RegexOptions

Gets or sets the regular expression options.

Declaration
public RegexOptions RegexOptions { get; set; }
Public Property RegexOptions As RegexOptions
Property Value
Type Description
RegexOptions

A bitwise combination of the RegexOptions. The default is None.

Remarks

Enumeration combinations are validated when setting this property.

Exceptions
Type Condition
InvalidEnumArgumentException

The assigned value is not a valid RegexOptions value.

ArgumentException

The assigned value is a conjunction with invalid enumeration values.

See Also