[]
        
(Showing Draft Content)

C1.Win.Ribbon.ToolTipSettings.StripAmpersands

StripAmpersands Property

StripAmpersands

Gets or sets whether ampersands in the text should be hidden.

Declaration
[C1Category("Appearance")]
[C1Description("ToolTipSettings.StripAmpersands", "Indicates whether ampersands in the text should be hidden.")]
public bool StripAmpersands { get; set; }
<C1Category("Appearance")>
<C1Description("ToolTipSettings.StripAmpersands", "Indicates whether ampersands in the text should be hidden.")>
Public Property StripAmpersands As Boolean
Remarks

Ampersands should be encoded in HTML as '&amp;' or '&#38;'. Ampersands that are not properly encoded will not be hidden.