NumberField.AllowedChars

NumberField.AllowedChars property

Gets or sets the allowed chars.

public string AllowedChars { get; set; }

Property Value

The allowed chars string. 0123456789 by default

See Also