Class TextboxConfiguration
Represents the configuration for the textbox value editor.
Inheritance
System.Object
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
public class TextboxConfiguration
Properties
View SourceMaxChars
Declaration
[ConfigurationField("maxChars", "Maximum allowed characters", "textstringlimited", Description = "If empty, 512 character limit")]
public int? MaxChars { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |