Title Property (C1JumpLink)
In This Topic
Gets or sets the text displayed for the link in the Jump List.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1JumpLink.Title", "Text displayed for the link in the Jump List.")>
Public Property Title As String
[C1Category("Appearance")]
[Localizable(true)]
[DefaultValue("")]
[C1Description("C1JumpLink.Title", "Text displayed for the link in the Jump List.")]
public string Title {get; set;}
See Also