menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttSortDescriptor

    Configures sort descriptor.

    Inheritance
    System.Object
    GanttSortDescriptor
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttSortDescriptor : OwningComponentBase

    Constructors

    GanttSortDescriptor()

    Declaration
    public GanttSortDescriptor()

    Properties

    Direction

    Defines the direction of the sort column.

    Declaration
    public SortDirection Direction { get; set; }
    Property Value
    Type Description
    SortDirection

    The default value of this property is SortDirection.Ascending.

    Remarks

    This property specifies the direction in which the sort column will be sorted. By default, this property is set to SortDirection.Ascending.

    Field

    Defines the field name of the sort column.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    The default value of this property is an empty string.

    Remarks

    This property specifies the name of the field that will be used for sorting. By default, this property is set to an empty string.

    Methods

    Dispose(Boolean)

    Dispose unmanaged resources in the Syncfusion Blazor component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Boolean value to dispose the object.

    OnInitializedAsync()

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

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved