Class ToolbarItem
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
public class ToolbarItem : IHasSimpleStateCheckers<ToolbarItem>
Constructors
Declaration
public ToolbarItem(Type componentType, int order = 0, string? requiredPermissionName = null)
Parameters
Type |
Name |
Description |
Type |
componentType |
|
int |
order |
|
string |
requiredPermissionName |
|
Properties
Declaration
public Type ComponentType { get; set; }
Property Value
Declaration
public int Order { get; set; }
Property Value
Declaration
[Obsolete("Use RequirePermissions extension method.")]
public string? RequiredPermissionName { get; set; }
Property Value
Declaration
public List<ISimpleStateChecker<ToolbarItem>> StateCheckers { get; }
Property Value
Implements
Extension Methods