Models the information required for building a simple text control into a user interface.
Default constructor
public Void TextControlDescriptor()
Localized caption for the control.
public String Caption { get; set; }
Localized message for warn about required data.
public String RequiredMessage { get; set; }
Maximum string length.
public Int32 StringLength { get; set; }
Localized message for warn about the string length constraint.
public String StringLengthMessage { get; set; }
In this document