FormTextBoxFieldCreateOptions.Multiline

FormTextBoxFieldCreateOptions.Multiline property

Gets/sets the value to determine whether created TextBoxField is multiline or not (if will be set).

public bool? Multiline { get; set; }

See Also