Gets the sort command. This command is executed when the user clicks at the Column's header.Sort is passed as a CommandParameter.

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

Syntax

C#
ICommand SortCommand { get; }
Visual Basic
ReadOnly Property SortCommand As ICommand
	Get
JScript
function get SortCommand () : ICommand

See Also