Table of Contents

Class LabelWithTooltipProperties

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

Represents the configuration of the LabelWithTooltip component.

public sealed class LabelWithTooltipProperties
Inheritance
object
LabelWithTooltipProperties
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