WebGrid.SortDirection Property

Definition

Gets or sets the direction in which the WebGrid instance is sorted.

public System.Web.Helpers.SortDirection SortDirection { get; set; }
member this.SortDirection : System.Web.Helpers.SortDirection with get, set
Public Property SortDirection As SortDirection

Property Value

The sort direction.

Applies to