Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenTextArea

    RadzenTextArea component.

    Inheritance
    System.Object
    RadzenComponent
    FormComponent<System.String>
    RadzenTextArea
    Implements
    IDisposable
    IRadzenFormComponent
    Inherited Members
    FormComponent<String>.Name
    FormComponent<String>.TabIndex
    FormComponent<String>.Placeholder
    FormComponent<String>.Disabled
    FormComponent<String>.EditContext
    FormComponent<String>.Form
    FormComponent<String>.ValueChanged
    FormComponent<String>.HasValue
    FormComponent<String>.IsBound
    FormComponent<String>._value
    FormComponent<String>.Value
    FormComponent<String>.Change
    FormComponent<String>.FieldIdentifier
    FormComponent<String>.ValueExpression
    FormComponent<String>.SetParametersAsync(ParameterView)
    FormComponent<String>.Dispose()
    FormComponent<String>.GetValue()
    FormComponent<String>.OnContextMenu(MouseEventArgs)
    FormComponent<String>.GetClassList(String)
    FormComponent<String>.FormFieldContext
    FormComponent<String>.CurrentPlaceholder
    FormComponent<String>.FocusAsync()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenTextArea : FormComponent<string>, IDisposable, IRadzenFormComponent
    Examples
    <RadzenTextArea Cols="30" Rows="3" @bind-Value=@value Change=@(args => Console.WriteLine($"Value: {args}")) />

    Properties

    Cols

    Gets or sets the number of cols.

    Declaration
    public int Cols { get; set; }
    Property Value
    Type Description
    System.Int32

    The number of cols.

    MaxLength

    Gets or sets the maximum length.

    Declaration
    public long? MaxLength { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    The maximum length.

    ReadOnly

    Gets or sets a value indicating whether is read only.

    Declaration
    public bool ReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if is read only; otherwise, false.

    Rows

    Gets or sets the number of rows.

    Declaration
    public int Rows { get; set; }
    Property Value
    Type Description
    System.Int32

    The number of rows.

    Methods

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    GetId()

    Gets the unique identifier.

    Declaration
    protected override string GetId()
    Returns
    Type Description
    System.String

    Returns the id attribute (if specified) or generates a random one.

    Overrides
    RadzenComponent.GetId()

    OnChange(ChangeEventArgs)

    Handles the Change event.

    Declaration
    protected async Threading.Tasks.Task OnChange(ChangeEventArgs args)
    Parameters
    Type Name Description
    ChangeEventArgs args

    The instance containing the event data.

    Returns
    Type Description
    System.Threading.Tasks.Task

    Implements

    IDisposable
    IRadzenFormComponent

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT