Table of Contents

Class CalloutCommandButtonConfiguration

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

Callout button configuration.

public class CalloutCommandButtonConfiguration : CalloutButtonConfiguration
Inheritance
object
CalloutCommandButtonConfiguration
Inherited Members
Extension Methods

Properties

ClickCommandName

PageCommandAttribute to call on click.

public string ClickCommandName { get; set; }

Property Value

string

InProgress

Indicates the in progress mode of the button.

public bool InProgress { get; set; }

Property Value

bool

StatusCommandName

PageCommandAttribute to check button status.

public string StatusCommandName { get; set; }

Property Value

string