Gets or sets the current sort order of this column.

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

Syntax

C#
Sort Sort { get; set; }
Visual Basic
Property Sort As Sort
	Get
	Set
JScript
function get Sort () : Sort
function set Sort (value : Sort)

See Also