[]
Gets or sets whether ampersands in the text should be hidden.
[C1Category("Appearance")]
[C1Description("ToolTipSettings.StripAmpersands", "Indicates whether ampersands in the text should be hidden.")]
public bool StripAmpersands { get; set; }
Ampersands should be encoded in HTML as '&' or '&'. Ampersands that are not properly encoded will not be hidden.