Class HyperlinkInDocumentCategoryContent
Represents the content of the in document category in the HyperlinkDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HyperlinkInDocumentCategoryContent : HyperlinkDialogCategoryContentBase
Constructors
HyperlinkInDocumentCategoryContent()
Initializes a new instance of the Hyperlink
Declaration
public HyperlinkInDocumentCategoryContent()
Fields
CellReferenceProperty
Cell reference dependency property.
Declaration
public static readonly DependencyProperty CellReferenceProperty
Field Value
System.
|
SelectedAddressProperty
Selected address dependency property.
Declaration
public static readonly DependencyProperty SelectedAddressProperty
Field Value
System.
|
Properties
CellReference
Gets or sets the cell reference.
Declaration
public string CellReference { get; set; }
Property Value
System. The cell reference. |
SelectedAddress
Gets or sets the selected address.
Declaration
public string SelectedAddress { get; set; }
Property Value
System. The selected address. |
Type
Gets the type of the link category.
Declaration
public override HyperlinkType Type { get; }
Property Value
Telerik. The type of the link category. |
Overrides
UsedCellReferences
Gets the used cell references.
Declaration
public ObservableCollection<string> UsedCellReferences { get; }
Property Value
System. The used cell references. |
Methods
AddToUsedItems()
Adds to used items.
Declaration
public override void AddToUsedItems()
Overrides
AssignProperties(HyperlinkInfo)
Assigns the properties.
Declaration
public override void AssignProperties(HyperlinkInfo hyperlinkInfo)
Parameters
Telerik. The hyperlink info. |
Overrides
CopyPropertiesToContext(HyperlinkDialogCategoryContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
Parameters
Hyperlink The context. |
Overrides
GetStringAddress()
Gets the address as string.
Declaration
public override string GetStringAddress()
Returns
System. The address as string. |
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
SetDefaultValues()
Sets the default values.
Declaration
public override void SetDefaultValues()