System.Object
IgbInput
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbInput : IgbInputBase, RefSink, JsonSerializable, IDisposable
Constructors IgbInput() Declaration Properties Autocomplete
The autocomplete attribute of the control.
Declarationpublic string Autocomplete { get; set; }
Property Value Type Description System.String Autofocus
The autofocus attribute of the control.
Declarationpublic bool Autofocus { get; set; }
Property Value Type Description System.Boolean 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 DisplayType
The type attribute of the control.
Declaration[WCWidgetMemberName("Type")]
public InputType DisplayType { get; set; }
Property Value InputMode
The input mode attribute of the control.
Declaration[WCAttributeName("inputmode")]
public string InputMode { get; set; }
Property Value Type Description System.String Max
The max attribute of the control.
Declarationpublic double Max { get; set; }
Property Value Type Description System.Double MaxLength
The maxlength attribute of the control.
Declaration[WCAttributeName("maxlength")]
public double MaxLength { get; set; }
Property Value Type Description System.Double Min
The min attribute of the control.
Declarationpublic double Min { get; set; }
Property Value Type Description System.Double MinLength
The minlength attribute of the control.
Declaration[WCAttributeName("minlength")]
public double MinLength { get; set; }
Property Value Type Description System.Double Pattern
The pattern attribute of the control.
Declarationpublic string Pattern { get; set; }
Property Value Type Description System.String Step
The step attribute of the control.
Declarationpublic double Step { get; set; }
Property Value Type Description System.Double 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> Methods 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> ResolveDisplay() Declaration
protected override string ResolveDisplay()
Returns Type Description System.String Overrides Select() Declaration SelectAsync()
Selects all text within the input.
Declarationpublic Task SelectAsync()
Returns Type Description System.Threading.Tasks.Task SetParametersAsync(ParameterView) Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters Type Name Description Microsoft.AspNetCore.Components.ParameterView parameters Returns Type Description System.Threading.Tasks.Task Overrides StepDown(Double) Declaration
public void StepDown(double n = -1)
Parameters Type Name Description System.Double n StepDownAsync(Double)
Decrements the numeric value of the input by one or more steps.
Declarationpublic Task StepDownAsync(double n = -1)
Parameters Type Name Description System.Double n Returns Type Description System.Threading.Tasks.Task StepUp(Double) Declaration
public void StepUp(double n = -1)
Parameters Type Name Description System.Double n StepUpAsync(Double)
Increments the numeric value of the input by one or more steps.
Declarationpublic Task StepUpAsync(double n = -1)
Parameters Type Name Description System.Double n Returns Type Description System.Threading.Tasks.Task Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4