WebGridColumn.CanSort 属性

定义

获取或设置一个值,该值指示是否可以对 WebGrid 列进行排序。

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

属性值

如果为 true,则指示可对列进行排序;否则为 false。

适用于