Class TextAreaFocusInEventArgs
Interface for focus event.
Inheritance
System.Object
TextAreaFocusInEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class TextAreaFocusInEventArgs : Object
Constructors
TextAreaFocusInEventArgs()
Declaration
public TextAreaFocusInEventArgs()
Properties
Value
Gets the entered value of the SfTextArea.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Return the string value. |