Class Toolbar
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web.Theming.Toolbars
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class Toolbar
Constructors
Toolbar(string)
Declaration
public Toolbar(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Properties
Items
Declaration
public List<ToolbarItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| List<ToolbarItem> |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |