Class TextAreaConfiguration
Represents the configuration for the textarea value editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class TextAreaConfiguration
Constructors
View SourceTextAreaConfiguration()
Declaration
public TextAreaConfiguration()
Properties
View SourceMaxChars
Gets or sets the maximum number of characters allowed.
Declaration
[ConfigurationField("maxChars")]
public int? MaxChars { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |