Class IgbTextarea
Inheritance
System.Object
IgbTextarea
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTextarea : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbTextarea()
Declaration
Properties
Autocapitalize
Declaration
public TextareaAutocapitalize Autocapitalize { get; set; }
Property Value
Autocomplete
Declaration
public string Autocomplete { get; set; }
Property Value
Type |
Description |
System.String |
|
Blur
Declaration
public EventCallback<IgbVoidEventArgs> Blur { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<IgbVoidEventArgs> |
|
BlurScript
Declaration
public string BlurScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Change
Declaration
public EventCallback<IgbComponentValueChangedEventArgs> Change { get; set; }
Property Value
ChangeScript
Declaration
public string ChangeScript { get; set; }
Property Value
Type |
Description |
System.String |
|
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Disabled
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Focus
Declaration
public EventCallback<IgbVoidEventArgs> Focus { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<IgbVoidEventArgs> |
|
FocusScript
Declaration
public string FocusScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Input
Declaration
public EventCallback<IgbComponentValueChangedEventArgs> Input { get; set; }
Property Value
InputMode
Declaration
[WCAttributeName("inputmode")]
public TextareaInputMode InputMode { get; set; }
Property Value
InputScript
Declaration
public string InputScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Invalid
Declaration
public bool Invalid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxLength
Declaration
[WCAttributeName("maxlength")]
public double MaxLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinLength
Declaration
[WCAttributeName("minlength")]
public double MinLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Outlined
Declaration
public bool Outlined { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Placeholder
Declaration
public string Placeholder { get; set; }
Property Value
Type |
Description |
System.String |
|
ReadOnly
Declaration
[WCAttributeName("readonly")]
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Required
Declaration
public bool Required { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Resize
Declaration
public TextareaResize Resize { get; set; }
Property Value
Rows
Declaration
public double Rows { get; set; }
Property Value
Type |
Description |
System.Double |
|
Spellcheck
Declaration
public bool Spellcheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ValidateOnly
Declaration
public bool ValidateOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueChanged
Declaration
public EventCallback<string> ValueChanged { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<System.String> |
|
Wrap
Declaration
public TextareaWrap Wrap { get; set; }
Property Value
Methods
CheckValidity()
Declaration
public void CheckValidity()
CheckValidityAsync()
Declaration
public Task CheckValidityAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
ConnectedCallback()
Declaration
public void ConnectedCallback()
ConnectedCallbackAsync()
Declaration
public Task ConnectedCallbackAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
DisconnectedCallback()
Declaration
public void DisconnectedCallback()
DisconnectedCallbackAsync()
Declaration
public Task DisconnectedCallbackAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
GetCurrentValue()
Declaration
public string GetCurrentValue()
Returns
Type |
Description |
System.String |
|
GetCurrentValueAsync()
Declaration
public Task<string> GetCurrentValueAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
ReportValidity()
Declaration
public void ReportValidity()
ReportValidityAsync()
Declaration
public Task ReportValidityAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Select()
Declaration
SelectAsync()
Declaration
public Task SelectAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
SetCustomValidity(String)
Declaration
public void SetCustomValidity(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
SetCustomValidityAsync(String)
Declaration
public Task SetCustomValidityAsync(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
SetRangeText(String, Double, Double, RangeTextSelectMode)
Declaration
public void SetRangeText(string replacement, double start, double end, RangeTextSelectMode selectMode)
Parameters
Type |
Name |
Description |
System.String |
replacement |
|
System.Double |
start |
|
System.Double |
end |
|
RangeTextSelectMode |
selectMode |
|
SetRangeTextAsync(String, Double, Double, RangeTextSelectMode)
Declaration
public Task SetRangeTextAsync(string replacement, double start, double end, RangeTextSelectMode selectMode)
Parameters
Type |
Name |
Description |
System.String |
replacement |
|
System.Double |
start |
|
System.Double |
end |
|
RangeTextSelectMode |
selectMode |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
SetSelectionRange(Double, Double, SelectionRangeDirection)
Declaration
public void SetSelectionRange(double start, double end, SelectionRangeDirection direction)
Parameters
SetSelectionRangeAsync(Double, Double, SelectionRangeDirection)
Declaration
public Task SetSelectionRangeAsync(double start, double end, SelectionRangeDirection direction)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable