Class LabelWithTooltipClientProperties
Represents the client properties of the LabelWithTooltip component.
public sealed class LabelWithTooltipClientProperties
- Inheritance
-
objectLabelWithTooltipClientProperties
- 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