GridItemsProviderRequest<TGridItem>.SortByColumn 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定哪一個數據行代表排序順序。
您通常不應該手動推斷排序規則,而是通常會呼叫 ApplySorting(IQueryable<TGridItem>) 或 GetSortByProperties(),因為它們也會考慮並SortByAscending自動進行SortByColumn。
public Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<TGridItem>? SortByColumn { get; init; }
member this.SortByColumn : Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<'GridItem> with get, set
Public Property SortByColumn As ColumnBase(Of TGridItem)