Class Action
Represents an action.
public class Action
- Inheritance
-
objectAction
- Derived
- Extension Methods
Constructors
Action(ActionType)
Creates new instance of Action.
public Action(ActionType type)
Parameters
type
ActionTypeAction type.
Properties
ButtonColor
Style of the action button.
public ButtonColor ButtonColor { get; set; }
Property Value
ComponentProperties
Properties for the component that will be loaded.
public IActionComponentClientProperties ComponentProperties { get; set; }
Property Value
ConfirmationDialog
Confirmation dialog properties.
public ConfirmationDialog ConfirmationDialog { get; set; }
Property Value
Destructive
Indicates whether action is destructive.
public bool Destructive { get; set; }
Property Value
- bool
Disabled
Indicates whether action is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Icon
Icon of the action.
public string Icon { get; set; }
Property Value
- string
Identifier
Identifier of the action.
public string Identifier { get; set; }
Property Value
- string
Label
Display name of the action.
public string Label { get; set; }
Property Value
- string
LinkParameters
Parameters for the link action Link.
public LinkParameters LinkParameters { get; set; }
Property Value
Parameter
Action parameter.
public string Parameter { get; set; }
Property Value
- string
Title
Gets or sets the tooltip of a button.
public string Title { get; set; }
Property Value
- string
Type
Type of the action.
public ActionType Type { get; }