Table of Contents

Class SubmitConfiguration

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

Represents the configuration of submit of edit page.

public sealed class SubmitConfiguration
Inheritance
object
SubmitConfiguration
Extension Methods

Properties

ConfirmationConfiguration

Configuration for confirmation dialog.

public ConfirmationConfiguration ConfirmationConfiguration { get; set; }

Property Value

ConfirmationConfiguration

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