Gets or sets the sort command.

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

Field Value

The sort command.

See Also