Resolves the HyperlinkText property in case it contains {{ColumnName}} string. If it does, it also sets up a new listener for the target cell value in the target column so that when that value changes, the view gets properly updated.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual void ResolveHyperlink()
Visual Basic
Public Overridable Sub ResolveHyperlink
JScript
public function ResolveHyperlink()

See Also