Table of Contents

Class CalloutConfiguration

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

Callout appearance configuration.

public class CalloutConfiguration
Inheritance
object
CalloutConfiguration
Extension Methods

Constructors

CalloutConfiguration()

public CalloutConfiguration()

Properties

ActionButton

Callout action button.

public CalloutButtonConfiguration ActionButton { get; set; }

Property Value

CalloutButtonConfiguration

Content

Main message.

public string Content { get; set; }

Property Value

string

ContentAsHtml

Indicates that content is rendered as HTML.

public bool ContentAsHtml { get; set; }

Property Value

bool

Remarks

Beware that enabling this property may lead to executing malicious code on client.

Headline

Callout headline.

public string Headline { get; set; }

Property Value

string

Placement

Placement method.

public CalloutPlacement Placement { get; set; }

Property Value

CalloutPlacement

Type

Displayed variant.

public CalloutType Type { get; set; }

Property Value

CalloutType