WebGrid.CanSort Property

Definition

Gets a value that indicates whether the WebGrid instance supports sorting.

public bool CanSort { get; }
member this.CanSort : bool
Public ReadOnly Property CanSort As Boolean

Property Value

true if the instance supports sorting; otherwise, false.

Applies to