New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the web page category in the HyperlinkDialog.

Definition

Constructors

Initializes a new instance of the HyperlinkWebPageCategoryContent class.

C#
public HyperlinkWebPageCategoryContent()

Fields

AddressProperty

DependencyProperty

Address dependency property.

C#
public static readonly DependencyProperty AddressProperty

SelectedAddressProperty

DependencyProperty

Selected address dependency property.

C#
public static readonly DependencyProperty SelectedAddressProperty

Properties

Gets or sets the address.

C#
public string Address { get; set; }
Property Value:

The address.

Gets or sets the selected address.

C#
public string SelectedAddress { get; set; }
Property Value:

The selected address.

Type

HyperlinkType

Gets the type of the link category.

C#
public override HyperlinkType Type { get; }
Property Value:

The type of the link category.

Overrides: HyperlinkDialogCategoryContentBase.Type

Gets the used web pages.

C#
public ObservableCollection<string> UsedWebPages { get; }
Property Value:

The used web pages.

Methods

Adds to used items.

C#
public override void AddToUsedItems()

Overrides: HyperlinkDialogCategoryContentBase.AddToUsedItems()

Assigns the properties.

C#
public override void AssignProperties(HyperlinkInfo hyperlinkInfo)
Parameters:hyperlinkInfoHyperlinkInfo

The hyperlink info.

Overrides: HyperlinkDialogCategoryContentBase.AssignProperties(HyperlinkInfo)

Copies the properties to context.

C#
public override void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
Parameters:contextHyperlinkDialogCategoryContext

The context.

Overrides: HyperlinkDialogCategoryContentBase.CopyPropertiesToContext(HyperlinkDialogCategoryContext)

Gets the address as string.

C#
public override string GetStringAddress()
Returns:

string

The address as string.

Overrides: HyperlinkDialogCategoryContentBase.GetStringAddress()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Sets the default values.

C#
public override void SetDefaultValues()

Overrides: HyperlinkDialogCategoryContentBase.SetDefaultValues()