Class USPhoneProperties
Represents properties of a USPhoneComponent.
public class USPhoneProperties : FormComponentProperties<string>
- Inheritance
-
objectFormComponentProperties<string>USPhoneProperties
- Inherited Members
- Extension Methods
Constructors
USPhoneProperties()
Initializes a new instance of the USPhoneProperties class.
public USPhoneProperties()
Remarks
The constructor initializes the base class to data type Text and size equal to length of INPUT_MASK.
Fields
INPUT_MASK
Value used for input masking.
public const string INPUT_MASK = "(999) 999-9999"
Field Value
- string
Properties
DefaultValue
Gets or sets the default value of the form component and underlying field.
public override string DefaultValue { get; set; }
Property Value
- string