Class PageToolbarItem
Inheritance
PageToolbarItem
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class PageToolbarItem
Constructors
PageToolbarItem(Type, object?, int)
Declaration
public PageToolbarItem(Type componentType, object? arguments = null, int order = 0)
Parameters
Type |
Name |
Description |
Type |
componentType |
|
object |
arguments |
|
int |
order |
|
Properties
Arguments
Declaration
public object? Arguments { get; set; }
Property Value
ComponentType
Declaration
public Type ComponentType { get; }
Property Value
Order
Declaration
public int Order { get; set; }
Property Value
Extension Methods