Class Toolbar
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Toolbars
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.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 |