WebGrid.SortFieldName Property

Definition

Gets the full name of the query-string field that is used to specify the name of the data column that the WebGrid instance is sorted by.

public string SortFieldName { get; }
member this.SortFieldName : string
Public ReadOnly Property SortFieldName As String

Property Value

The full name of the query-string field that is used to specify the name of the data column that the grid is sorted by.

Applies to