Class ToolbarItem
Inheritance
System.Object
ToolbarItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Toolbars
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class ToolbarItem
Constructors
ToolbarItem(Type, Int32)
Declaration
public ToolbarItem(Type componentType, int order = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Type | componentType | |
System.Int32 | order |
Properties
ComponentType
Declaration
public Type ComponentType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Order
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |