WebGridColumn.CanSort 屬性

定義

取得或設定值,這個值表示是否可以 WebGrid 排序資料行。

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

屬性值

true 表示可以排序資料行;否則為 false。

適用於