Class AssetItemAction
Represents a model of an action which appears for each Asset item in Asset tile grid.
public sealed class AssetItemAction
- Inheritance
-
objectAssetItemAction
- Extension Methods
Properties
Confirmation
Confirmation for action.
public AssetItemActionConfirmation Confirmation { get; set; }
Property Value
Disabled
Indicates if the action is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Icon
Icon of the action.
public string Icon { get; set; }
Property Value
- string
IsDestructive
Indicates if the action is destructive.
public bool IsDestructive { get; set; }
Property Value
- bool
Label
Label of the action.
public string Label { get; set; }
Property Value
- string
Name
Unique action name.
public string Name { get; set; }
Property Value
- string
Permission
Permission that will be checked to determine whether the user has the permission to execute the action.
public string Permission { get; set; }
Property Value
- string
Tooltip
Tooltip for the action.
public string Tooltip { get; set; }
Property Value
- string