Class HyperlinkWebPageCategoryContent
Inherited Members
Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink.Categories
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkWebPageCategoryContent : HyperlinkDialogCategoryContentBase, INotifyPropertyChanged
  Constructors
HyperlinkWebPageCategoryContent()
Initializes a new instance of the HyperlinkWebPageCategoryContent class.
Declaration
public HyperlinkWebPageCategoryContent()
  Properties
Address
Gets or sets the address.
Declaration
public string Address { get; set; }
  Property Value
| 
        System.String
         The address.  | 
    
AddressLabel
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
UsedWebPages
Gets the used web pages.
Declaration
public ObservableCollection<string> UsedWebPages { get; }
  Property Value
| 
        System.Collections.ObjectModel.ObservableCollection<System.String>
         The used web pages.  | 
    
WebPagesLabel
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()