A command that gets executed when a hyperlink is clicked.

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

Syntax

C#
public ICommand ExecuteHyperlinkCommand { get; protected set; }
Visual Basic
Public Property ExecuteHyperlinkCommand As ICommand
	Get
	Protected Set
JScript
final function get ExecuteHyperlinkCommand () : ICommand
protected final function set ExecuteHyperlinkCommand (value : ICommand)

Implements

IDataGridColumn..::..ExecuteHyperlinkCommand

See Also