Represents the content of the web page category in the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HyperlinkWebPageCategoryContent : HyperlinkDialogCategoryContentBase
Inheritance: objectControlBaseHyperlinkDialogCategoryContentBaseHyperlinkWebPageCategoryContent
Inherited Members
Constructors
Initializes a new instance of the HyperlinkWebPageCategoryContent class.
public HyperlinkWebPageCategoryContent()
Fields
AddressProperty
DependencyProperty
Address dependency property.
public static readonly DependencyProperty AddressProperty
SelectedAddressProperty
DependencyProperty
Selected address dependency property.
public static readonly DependencyProperty SelectedAddressProperty
Properties
Gets or sets the address.
public string Address { get; set; }
The address.
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 web pages.
public ObservableCollection<string> UsedWebPages { get; }
The used web pages.
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: