ClassHyperlinkWebPageCategoryContent
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
HyperlinkWebPageCategoryContent()
Initializes a new instance of the HyperlinkWebPageCategoryContent class.
Declaration
public HyperlinkWebPageCategoryContent()
Fields
AddressProperty
Address dependency property.
Declaration
public static readonly DependencyProperty AddressProperty
Field Value
DependencyProperty
SelectedAddressProperty
Selected address dependency property.
Declaration
public static readonly DependencyProperty SelectedAddressProperty
Field Value
DependencyProperty
Properties
Address
Gets or sets the address.
Declaration
public string Address { get; set; }
Property Value
The address.
SelectedAddress
Gets or sets the selected address.
Declaration
public string SelectedAddress { get; set; }
Property Value
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
The used web pages.
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
context
HyperlinkDialogCategoryContext
The context.
Overrides
GetStringAddress()
Gets the address as string.
Declaration
public override string GetStringAddress()
Returns
The address as string.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
SetDefaultValues()
Sets the default values.
Declaration
public override void SetDefaultValues()
Overrides