Represents the content of the email category in the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HyperlinkEmailCategoryContent : HyperlinkDialogCategoryContentBase
Inheritance: objectControlBaseHyperlinkDialogCategoryContentBaseHyperlinkEmailCategoryContent
Inherited Members
Constructors
Initializes a new instance of the HyperlinkEmailCategoryContent class.
public HyperlinkEmailCategoryContent()
Fields
EmailAddressProperty
DependencyProperty
Email address dependency property.
public static readonly DependencyProperty EmailAddressProperty
EmailSubjectProperty
DependencyProperty
Email subject dependency property.
public static readonly DependencyProperty EmailSubjectProperty
SelectedAddressProperty
DependencyProperty
Selected address dependency property.
public static readonly DependencyProperty SelectedAddressProperty
Properties
Gets or sets the email address.
public string EmailAddress { get; set; }
The email address.
Gets or sets the email subject.
public string EmailSubject { get; set; }
The email subject.
Gets or sets the selected address.
public string SelectedAddress { get; set; }
The selected address.
Type
HyperlinkType
Gets the type of the link category.
public override HyperlinkType Type { get; }
The type of the link category.
Overrides:
Gets the used emails.
public ObservableCollection<string> UsedEmails { get; }
The used emails.
Methods
Adds to used items.
public override void AddToUsedItems()
Overrides:
Assigns the properties.
public override void AssignProperties(HyperlinkInfo hyperlinkInfo)
The hyperlink info.
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
The context.
Overrides:
Gets the address as string.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Sets the default values.
public override void SetDefaultValues()
Overrides: