System.Object
IgbInputBase
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbInputBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbInputBase() Declaration Properties 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 DefaultEventBehavior Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value Overrides DirectRenderElementName Declaration
protected override string DirectRenderElementName { get; }
Property Value Type Description System.String Overrides Disabled
Makes the control a disabled field.
Declarationpublic 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 InputOcurred Declaration
public EventCallback<IgbComponentValueChangedEventArgs> InputOcurred { get; set; }
Property Value InputOcurredScript Declaration
public string InputOcurredScript { get; set; }
Property Value Type Description System.String Invalid Declaration
public bool Invalid { get; set; }
Property Value Type Description System.Boolean Label
The label for the control.
Declarationpublic string Label { get; set; }
Property Value Type Description System.String Outlined Declaration
public bool Outlined { get; set; }
Property Value Type Description System.Boolean Placeholder
The placeholder attribute of the control.
Declarationpublic string Placeholder { get; set; }
Property Value Type Description System.String ReadOnly
Makes the control a readonly field.
Declaration[WCAttributeName("readonly")]
public bool ReadOnly { get; set; }
Property Value Type Description System.Boolean Required
Makes the control a required field.
Declarationpublic bool Required { 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 ValueChanging Declaration
public EventCallback<string> ValueChanging { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.EventCallback<System.String> Methods BlurComponent() Declaration
[WCWidgetMemberName("Blur")]
public void BlurComponent()
BlurComponentAsync()
Removes focus from the control.
Declaration[WCWidgetMemberName("Blur")]
public Task BlurComponentAsync()
Returns Type Description System.Threading.Tasks.Task CheckValidity() Declaration
public void CheckValidity()
CheckValidityAsync() Declaration
public Task CheckValidityAsync()
Returns Type Description System.Threading.Tasks.Task FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides FocusComponent(IgbFocusOptions) Declaration
[WCWidgetMemberName("Focus")]
public void FocusComponent(IgbFocusOptions options)
Parameters FocusComponentAsync(IgbFocusOptions)
Sets focus on the control.
Declaration[WCWidgetMemberName("Focus")]
public Task FocusComponentAsync(IgbFocusOptions options)
Parameters Returns Type Description System.Threading.Tasks.Task 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 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 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 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
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