RadControls for Silverlight

Gets or sets the column that will be used for sorting.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public GridViewColumn Column { get; set; }
Visual Basic
Public Property Column As GridViewColumn
	Get
	Set

Field Value

The column that will be used for sorting.

See Also