Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    MaxChars

    Declaration
    public int? MaxChars { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    Rows

    Declaration
    public int? Rows { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MaxChars
      • Rows
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX