ColumnBase<TGridItem>.Sortable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出數據是否應該依此數據行排序。
預設值可能會因資料行類型而有所不同 (例如, TemplateColumn<TGridItem> 如果指定任何 SortBy 參數) ,則預設可排序 。
[Microsoft.AspNetCore.Components.Parameter]
public bool? Sortable { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Sortable : Nullable<bool> with get, set
Public Property Sortable As Nullable(Of Boolean)
屬性值
- 屬性