menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttSortDescriptors - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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()

    Triggers during the initial rendering of the component.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved