Table of Contents

Class BuilderButtonEditTemplateActionComponent

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

Component that represents header builder button that can be used as builder edit template header button.

[Obsolete("Class is deprecated and will be removed in the next version.")]
[ObsoleteSince(28, 1)]
public sealed class BuilderButtonEditTemplateActionComponent : Action, IEditTemplateActionComponent
Inheritance
object
BuilderButtonEditTemplateActionComponent
Implements
Inherited Members
Extension Methods

Constructors

BuilderButtonEditTemplateActionComponent(ActionType)

Initializes an instance of the BuilderButtonEditTemplateActionComponent class.

public BuilderButtonEditTemplateActionComponent(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

IsPrimary

Whether this button is primary.

public bool IsPrimary { get; set; }

Property Value

bool

SubmitFormBeforeAction

Whether the current form should be submitted before corresponding button action.

public bool SubmitFormBeforeAction { get; set; }

Property Value

bool