System.Object
IgbRadio
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbRadio : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors IgbRadio() 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 Change Declaration
public EventCallback<IgbRadioChangeEventArgs> Change { get; set; }
Property Value ChangeScript Declaration
public string ChangeScript { get; set; }
Property Value Type Description System.String Checked
The checked state of the control.
Declarationpublic bool Checked { get; set; }
Property Value Type Description System.Boolean CheckedChanged Declaration
public EventCallback<bool> CheckedChanged { get; set; }
Property Value Type Description Microsoft.AspNetCore.Components.EventCallback<System.Boolean> 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
Disables the radio control.
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 Invalid
Controls the validity of the control.
Declarationpublic bool Invalid { get; set; }
Property Value Type Description System.Boolean LabelPosition
The label position of the radio control.
Declarationpublic ToggleLabelPosition LabelPosition { get; set; }
Property Value 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 Value
The value attribute of the control.
Declarationpublic string Value { get; set; }
Property Value Type Description System.String Methods BlurComponent() Declaration
[WCWidgetMemberName("Blur")]
public void BlurComponent()
BlurComponentAsync()
Removes focus from the radio 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 Click() Declaration ClickAsync()
Simulates a click on the radio control.
Declaration Returns Type Description System.Threading.Tasks.Task EnsureModulesLoaded() Declarationprotected 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 FocusComponent(IgbFocusOptions) Declaration
[WCWidgetMemberName("Focus")]
public void FocusComponent(IgbFocusOptions options)
Parameters FocusComponentAsync(IgbFocusOptions)
Sets focus on the radio control.
Declaration[WCWidgetMemberName("Focus")]
public Task FocusComponentAsync(IgbFocusOptions options)
Parameters Returns Type Description System.Threading.Tasks.Task GetCurrentChecked() Declaration
public bool GetCurrentChecked()
Returns Type Description System.Boolean GetCurrentCheckedAsync() Declaration
public Task<bool> GetCurrentCheckedAsync()
Returns Type Description System.Threading.Tasks.Task<System.Boolean> ReportValidity() Declaration
public bool ReportValidity()
Returns Type Description System.Boolean ReportValidityAsync()
Checks for validity of the control and shows the browser message if it invalid.
Declarationpublic Task<bool> ReportValidityAsync()
Returns Type Description System.Threading.Tasks.Task<System.Boolean> 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)
Sets a custom validation message for the control. As long as message
is not empty, the control is considered invalid.
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 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