ClassRadMaskedRegexInput
Class
MaskedInput control for entering string values validated by a custom regex set via the Mask property.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadMaskedRegexInput : RadMaskedInputBase
Inheritance: objectRadControlRadMaskedInputBaseRadMaskedRegexInput
Derived Classes:
Inherited Members
Constructors
RadMaskedRegexInput()
Declaration
cs-api-definition
public RadMaskedRegexInput()
Fields
ValueProperty
Identifies the Value dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Value
Gets or sets the value of the control. The value may be null if the AllowNullValue is true.