Class GanttSortDescriptors
Configures sort descriptors.
Inheritance
System.Object
GanttSortDescriptors
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttSortDescriptors : ComponentBase
Constructors
GanttSortDescriptors()
Declaration
public GanttSortDescriptors()
Properties
Columns
Gets the collection of sorted columns in the Gantt chart.
Declaration
public List<GanttSortDescriptor> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttSortDescriptor> | This property specifies the collection of columns that are currently sorted in the Gantt chart. The default value of this property is an empty list of GanttSortDescriptor. |
Remarks
Use this property to retrieve a collection of columns that are currently sorted in the Gantt chart.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |