Class TextAreaConfiguration
Represents the configuration for the textarea value editor.
Inheritance
System.Object
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
public class TextAreaConfiguration
Properties
View SourceMaxChars
Declaration
[ConfigurationField("maxChars", "Maximum allowed characters", "number", Description = "If empty - no character limit")]
public int? MaxChars { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Rows
Declaration
[ConfigurationField("rows", "Number of rows", "number", Description = "If empty - 10 rows would be set as the default value")]
public int? Rows { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |