Table of Contents

Class ButtonEditTemplateActionComponent

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

Component that represents action button that can be used as edit template action.

public sealed class ButtonEditTemplateActionComponent : Action, IEditTemplateActionComponent
Inheritance
object
ButtonEditTemplateActionComponent
Implements
Inherited Members
Extension Methods

Constructors

ButtonEditTemplateActionComponent(Action)

Initializes an instance of the ButtonEditTemplateActionComponent class.

public ButtonEditTemplateActionComponent(Action action)

Parameters

action Action

Action of the button.

ButtonEditTemplateActionComponent(ActionType)

Initializes an instance of the ButtonEditTemplateActionComponent class.

public ButtonEditTemplateActionComponent(ActionType type)

Parameters

type ActionType

Action type.

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public string ClientComponentName { get; }

Property Value

string

ResetAllDataChanges

Reset all form data changes.

public bool ResetAllDataChanges { get; set; }

Property Value

bool

SubmitFormData

Indicates if the data should be submitted with the command.

public bool SubmitFormData { get; set; }

Property Value

bool