Class GanttSortDescriptors
Configures sort descriptors.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttSortDescriptors : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
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 |
|---|---|
| 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 |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Triggers during the initial rendering of the component.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |