Class IgbBaseOptionLike
Inheritance
System.Object
IgbBaseOptionLike
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBaseOptionLike : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbBaseOptionLike()
Declaration
public IgbBaseOptionLike()
Properties
Active
Whether the item is active.
Declaration
public bool Active { get; set; }
Property Value
| Type |
Description |
| 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
Whether the item is disabled.
Declaration
public bool Disabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Selected
Whether the item is selected.
Declaration
public bool Selected { 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 current value of the item.
If not specified, the element's text content is used.
Declaration
public string Value { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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