Table of Contents

Class ParametrizedTooltip

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

Parametrized tooltip.

public sealed class ParametrizedTooltip
Inheritance
object
ParametrizedTooltip
Extension Methods

Properties

TooltipTemplate

Tooltip template.

public string TooltipTemplate { get; set; }

Property Value

string

Examples

Tooltip with {0} replaced.

Remarks

Can be customized by providing additional values in Values which replace {#} placeholders.

Values

Values to be used in the tooltip text if needed to be parametrized.

public TooltipValue[] Values { get; set; }

Property Value

TooltipValue[]