Table of Contents

Class LabelWithTooltipClientProperties

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

Represents the client properties of the LabelWithTooltip component.

public sealed class LabelWithTooltipClientProperties
Inheritance
object
LabelWithTooltipClientProperties
Extension Methods

Properties

Label

The text that will be displayed as a label.

public string Label { get; set; }

Property Value

string

TooltipText

The text that will be displayed as a tooltip.

public string TooltipText { get; set; }

Property Value

string