다음을 통해 공유


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)

속성 값

특성

적용 대상