Sets the popup tooltip that will be displayed alongside the property label in the Redakt back office. The tooltip will not be rendered if the HideLabelAttribute is set.

[AttributeUsage]
public sealed class TooltipAttribute: IContentPropertyAttribute
Inheritance:
ObjectAttributeTooltipAttribute
Implements:
IContentPropertyAttribute

Constructors

TooltipAttribute(string) Configures a tooltip for this property in the Redakt back office.

Methods

Apply(ContentPropertyDefinition)