Inheritance
System.Object
IgbToolActionIconMenu
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionIconMenu : IgbToolActionIconButton, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionIconMenu()
Properties
Gets the actual stroke color of the arrow icon.
Declaration
public string ActualArrowStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the stroke color of the arrow icon.
Declaration
public string ArrowStroke { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets whether the arrow icon should be shown.
Declaration
public bool ShowArrowIcon { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object ExportVisualData()
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public override Task<object> ExportVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Object> |
|
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements
System.IDisposable