Class ButtonEditTemplateActionComponent
Component that represents action button that can be used as edit template action.
public sealed class ButtonEditTemplateActionComponent : Action, IEditTemplateActionComponent
- Inheritance
-
objectButtonEditTemplateActionComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
ButtonEditTemplateActionComponent(Action)
Initializes an instance of the ButtonEditTemplateActionComponent class.
public ButtonEditTemplateActionComponent(Action action)
Parameters
action
ActionAction of the button.
ButtonEditTemplateActionComponent(ActionType)
Initializes an instance of the ButtonEditTemplateActionComponent class.
public ButtonEditTemplateActionComponent(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
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