Table of Contents

Class Action

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents an action.

public class Action
Inheritance
object
Action
Derived
Extension Methods

Constructors

Action(ActionType)

Creates new instance of Action.

public Action(ActionType type)

Parameters

type ActionType

Action type.

Properties

ButtonColor

Style of the action button.

public ButtonColor ButtonColor { get; set; }

Property Value

ButtonColor

ComponentProperties

Properties for the component that will be loaded.

public IActionComponentClientProperties ComponentProperties { get; set; }

Property Value

IActionComponentClientProperties

ConfirmationDialog

Confirmation dialog properties.

public ConfirmationDialog ConfirmationDialog { get; set; }

Property Value

ConfirmationDialog

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

LinkParameters

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; }

Property Value

ActionType