Class PageToolbarItem
Inheritance
PageToolbarItem
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class PageToolbarItem
Constructors
PageToolbarItem(Type, Dictionary<string, object?>?, int)
Declaration
public PageToolbarItem(Type componentType, Dictionary<string, object?>? arguments = null, int order = 0)
Parameters
Properties
Arguments
Declaration
public Dictionary<string, 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