Class HyperlinkInDocumentCategoryContent
Inherited Members
Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink.Categories
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkInDocumentCategoryContent : HyperlinkDialogCategoryContentBase, INotifyPropertyChanged
  Constructors
HyperlinkInDocumentCategoryContent()
Initializes a new instance of the HyperlinkInDocumentCategoryContent class.
Declaration
public HyperlinkInDocumentCategoryContent()
  Properties
CellReference
Gets or sets the cell reference.
Declaration
public string CellReference { get; set; }
  Property Value
| 
        System.String
         The cell reference.  | 
    
CellReferenceLabel
SelectedAddress
Gets or sets the selected address.
Declaration
public string SelectedAddress { get; set; }
  Property Value
| 
        System.String
         The selected address.  | 
    
Type
Gets the type of the link category.
Declaration
public override HyperlinkType Type { get; }
  Property Value
| 
        HyperlinkType
         The type of the link category.  | 
    
Overrides
UsedCellReferences
Gets the used cell references.
Declaration
public ObservableCollection<string> UsedCellReferences { get; }
  Property Value
| 
        System.Collections.ObjectModel.ObservableCollection<System.String>
         The used cell references.  | 
    
UsedReferencesLabel
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
| 
        HyperlinkInfo
        hyperlinkInfo
         The hyperlink info.  | 
    
Overrides
CopyPropertiesToContext(HyperlinkDialogCategoryContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
  Parameters
| 
        HyperlinkDialogCategoryContext
        context
         The context.  | 
    
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
  Parameters
| 
        System.Boolean
        disposing
         true if managed resources should be disposed; otherwise, false.  | 
    
GetStringAddress()
Gets the address as string.
Declaration
public override string GetStringAddress()
  Returns
| 
        System.String
         The address as string.  | 
    
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
  Parameters
| 
        System.EventArgs
        e
         
  | 
    
SetDefaultValues()
Sets the default values.
Declaration
public override void SetDefaultValues()