Table of Contents

Class SubmitButton

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

Represents submit button.

public sealed class SubmitButton
Inheritance
object
SubmitButton
Extension Methods

Properties

ConfirmationDialog

Confirmation dialog.

public ConfirmationDialog ConfirmationDialog { get; set; }

Property Value

ConfirmationDialog

Label

Label of the form submit button.

public string Label { get; set; }

Property Value

string

TooltipText

Tooltip text of the form submit button.

public string TooltipText { get; set; }

Property Value

string

Visible

Indicates if the form submit button is visible.

public bool Visible { get; set; }

Property Value

bool