Class BuilderButtonEditTemplateActionComponent
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
-
objectBuilderButtonEditTemplateActionComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
BuilderButtonEditTemplateActionComponent(ActionType)
Initializes an instance of the BuilderButtonEditTemplateActionComponent class.
public BuilderButtonEditTemplateActionComponent(ActionType type)
Parameters
type
ActionTypeAction 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