Table of Contents

Class TooltipValue

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

The value of a tooltip parameter.

public sealed class TooltipValue
Inheritance
object
TooltipValue
Extension Methods

Properties

Value

The value to be used in the tooltip.

public object Value { get; init; }

Property Value

object

ValueType

The type of the value.

public TooltipValueType ValueType { get; init; }

Property Value

TooltipValueType