Table of Contents

Class CalloutButtonConfiguration

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

Base class for callout button configuration.

public class CalloutButtonConfiguration
Inheritance
object
CalloutButtonConfiguration
Derived
Extension Methods

Properties

Disabled

Indicates whether the button is disabled.

public bool Disabled { get; set; }

Property Value

bool

Text

Button text.

public string Text { get; set; }

Property Value

string