Class ToolbarItem
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web.Theming.Toolbars
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class ToolbarItem
Constructors
ToolbarItem(Type, int)
Declaration
public ToolbarItem(Type componentType, int order = 0)
Parameters
Type | Name | Description |
---|---|---|
Type | componentType | |
int | order |
Properties
ComponentType
Declaration
public Type ComponentType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Order
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
int |