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

Represents the content of the in document category in the HyperlinkDialog.

Definition

Constructors

Initializes a new instance of the HyperlinkInDocumentCategoryContent class.

C#
public HyperlinkInDocumentCategoryContent()

Fields

CellReferenceProperty

DependencyProperty

Cell reference dependency property.

C#
public static readonly DependencyProperty CellReferenceProperty

SelectedAddressProperty

DependencyProperty

Selected address dependency property.

C#
public static readonly DependencyProperty SelectedAddressProperty

Properties

Gets or sets the cell reference.

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

The cell reference.

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 cell references.

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

The used cell references.

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()