Class IgbBaseComboBoxLike
Inheritance
System.Object
IgbBaseComboBoxLike
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBaseComboBoxLike : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbBaseComboBoxLike()
Declaration
public IgbBaseComboBoxLike()
Properties
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
EmitEvent
Declaration
public object EmitEvent { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
KeepOpenOnOutsideClick
Whether the component dropdown should be kept open on clicking outside of it.
Declaration
public bool KeepOpenOnOutsideClick { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
KeepOpenOnSelect
Whether the component dropdown should be kept open on selection.
Declaration
public bool KeepOpenOnSelect { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Open
Sets the open state of the component.
Declaration
public bool Open { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Hide()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
HideAsync()
Declaration
public Task<bool> HideAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
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 |
|
Show()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
ShowAsync()
Declaration
public Task<bool> ShowAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
Toggle()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
ToggleAsync()
Toggles the open state of the component.
Declaration
public Task<bool> ToggleAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
Implements
System.IDisposable