alexa

    Show / Hide Table of Contents

    Interface ISortDirection

    The interface that defines the sort direction. The user can implement this
    interface in custom sort comparer to get the sort direction.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public interface ISortDirection

    Properties

    SortDirection

    Gets or sets the possible direction of a sort operation.

    Declaration
    ListSortDirection SortDirection { get; set; }
    Property Value
    Type Description
    System.ComponentModel.ListSortDirection

    The possible direction of a sort operation.

    Back to top Generated by DocFX