WebGridColumn.CanSort Property

Definition

Gets or sets a value that indicates whether the WebGrid column can be sorted.

public bool CanSort { get; set; }
member this.CanSort : bool with get, set
Public Property CanSort As Boolean

Property Value

true to indicate that the column can be sorted; otherwise, false.

Applies to