Class PivotGridFieldMenuSort
Inherited Members
Namespace: Telerik.Blazor.Components.PivotGrid.Configurator.FieldMenu
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridFieldMenuSort : BaseComponent, IDisposable
Constructors
PivotGridFieldMenuSort()
Declaration
public PivotGridFieldMenuSort()
Properties
OnSort
Declaration
public Func<PivotGridSortOrder, Task> OnSort { get; set; }
Property Value
System.Func<Telerik.Blazor.Components.PivotGrid.Enums.PivotGridSortOrder, System.Threading.Tasks.Task>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
ToggleSortAsync(PivotGridSortOrder)
Declaration
public Task ToggleSortAsync(PivotGridSortOrder sortDirection)
Parameters
Telerik.Blazor.Components.PivotGrid.Enums.PivotGridSortOrder
sortDirection
|
Returns
System.Threading.Tasks.Task
|