次の方法で共有


ColumnBase<TGridItem>.Sortable プロパティ

定義

この列でデータを並べ替え可能にするかどうかを示します。

既定値は列の種類によって異なる場合があります (たとえば、 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)

プロパティ値

属性

適用対象