WebGrid.SortColumn Property

Definition

Gets or sets the name of the data column that the WebGrid instance is sorted by.

public string SortColumn { get; set; }
member this.SortColumn : string with get, set
Public Property SortColumn As String

Property Value

The name of the data column that is used to sort the grid.

Applies to