Skip to content

Text Box control

Text box control will be automatically generated for all properties of type string.

cs
public class TextBoxDataModel
{
    public string Text { get; set; }
}

Additional options can be specified via TextBoxOptionsAttribute