Class HyperlinkDialogCategoryContext
Represents context for the the categories of the HyperlinkDialog.
Inheritance
System.Object
HyperlinkDialogCategoryContext
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HyperlinkDialogCategoryContext : Object
Constructors
HyperlinkDialogCategoryContext(String)
Initializes a new instance of the HyperlinkDialogCategoryContext class.
Declaration
public HyperlinkDialogCategoryContext(string screenTip)
Parameters
System.String
screenTip
The screen tip. |
Properties
NewHyperlinkInfo
Gets or sets the new hyperlink info.
Declaration
public HyperlinkInfo NewHyperlinkInfo { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.HyperlinkInfo
The new hyperlink info. |
ScreenTip
Gets the screen tip.
Declaration
public string ScreenTip { get; }
Property Value
System.String
The screen tip. |