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#
ICommand ExecuteHyperlinkCommand { get; }
Visual Basic
ReadOnly Property ExecuteHyperlinkCommand As ICommand
	Get
JScript
function get ExecuteHyperlinkCommand () : ICommand

See Also