Class HyperlinkEmailCategoryContent
Represents the content of the email category in the HyperlinkDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HyperlinkEmailCategoryContent : HyperlinkDialogCategoryContentBase
Constructors
HyperlinkEmailCategoryContent()
Initializes a new instance of the HyperlinkEmailCategoryContent class.
Declaration
public HyperlinkEmailCategoryContent()
Fields
EmailAddressProperty
Email address dependency property.
Declaration
public static readonly DependencyProperty EmailAddressProperty
Field Value
System.Windows.DependencyProperty
|
EmailSubjectProperty
Email subject dependency property.
Declaration
public static readonly DependencyProperty EmailSubjectProperty
Field Value
System.Windows.DependencyProperty
|
SelectedAddressProperty
Selected address dependency property.
Declaration
public static readonly DependencyProperty SelectedAddressProperty
Field Value
System.Windows.DependencyProperty
|
Properties
EmailAddress
Gets or sets the email address.
Declaration
public string EmailAddress { get; set; }
Property Value
System.String
The email address. |
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. |
Type
Gets the type of the link category.
Declaration
public override HyperlinkType Type { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.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. |
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.Windows.Documents.Spreadsheet.Model.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
GetStringAddress()
Gets the address as string.
Declaration
public override string GetStringAddress()
Returns
System.String
The address as string. |
Overrides
SetDefaultValues()
Sets the default values.
Declaration
public override void SetDefaultValues()