TextFieldDefinition
This definition creates a
TextBox control. Optional minimum and maximum lengths are enforced by a validation rule.
Properties
public int MinLength { get; set; } Sets or returns the minimum allowable length for the value of the text box. Set to zero to ignore.
public int MaxLength { get; set; } Sets or returns the maximum allowable length for the value of the text box. Set to zero to ignore.
Controls Created:
- TextBox {ContainerControl; InputControl)