TextAreaEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "TextArea" editor.

[AttributeUsage(AttributeTargets.All)]
public class TextAreaEditorAttribute : CustomEditorAttribute

Public Members

name description
TextAreaEditorAttribute() Initializes a new instance of the TextAreaEditorAttribute class.
Cols { get; set; } Gets or sets the cols for textarea.
Rows { get; set; } Gets or sets the rows for textarea.
const Key Editor type key

See Also