Class TextAreaConfiguration
Represents the configuration for the textarea value editor.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class TextAreaConfiguration
Properties
View SourceMaxChars
Declaration
public int? MaxChars { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Rows
Declaration
public int? Rows { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |