Class IgbRadioGroup
Inheritance
System.Object
IgbRadioGroup
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRadioGroup : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbRadioGroup()
Declaration
Properties
Alignment
Declaration
public RadioGroupAlignment Alignment { get; set; }
Property Value
Change
Declaration
public EventCallback<IgbRadioChangeEventArgs> 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
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
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
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