Gets or sets display regex type.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public RegExDisplayType DisplayRegEx { get; set; }
Visual Basic
Public Property DisplayRegEx As RegExDisplayType
	Get
	Set
Visual C++
public:
property RegExDisplayType DisplayRegEx {
	RegExDisplayType get ();
	void set (RegExDisplayType value);
}
F#
member DisplayRegEx : RegExDisplayType with get, set

Property Value

Type: RegExDisplayType

See Also