Class HyperlinkEmailCategoryContent
Inherited Members
Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink.Categories
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkEmailCategoryContent : HyperlinkDialogCategoryContentBase, INotifyPropertyChanged
  Constructors
HyperlinkEmailCategoryContent()
Initializes a new instance of the HyperlinkEmailCategoryContent class.
Declaration
public HyperlinkEmailCategoryContent()
  Properties
EmailAddress
Gets or sets the email address.
Declaration
public string EmailAddress { get; set; }
  Property Value
| 
        System.String
         The email address.  | 
    
EmailLabel
EmailSubject
Gets or sets the email subject.
Declaration
public string EmailSubject { get; set; }
  Property Value
| 
        System.String
         The email subject.  | 
    
SelectedAddress
Gets or sets the selected address.
Declaration
public string SelectedAddress { get; set; }
  Property Value
| 
        System.String
         The selected address.  | 
    
SubjectLabel
Type
Gets the type of the link category.
Declaration
public override HyperlinkType Type { get; }
  Property Value
| 
        HyperlinkType
         The type of the link category.  | 
    
Overrides
UsedEmails
Gets the used emails.
Declaration
public ObservableCollection<string> UsedEmails { get; }
  Property Value
| 
        System.Collections.ObjectModel.ObservableCollection<System.String>
         The used emails.  | 
    
UsedEmailsLabel
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()