WebGrid.SortFieldName Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
C#
public string SortFieldName { get; }
member this.SortFieldName : string
Public ReadOnly Property SortFieldName As String
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.
Product | Versions |
---|---|
ASP.NET Web Pages | 3.2 |