menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewSortDirection - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewSortDirection

    Defines the direction for sorting operations in the SfTreeView.

    Inheritance
    System.Object
    TreeViewSortDirection
    Namespace: Syncfusion.Maui.TreeView
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public sealed class TreeViewSortDirection : Enum

    Fields

    Ascending

    Specifies that items should be sorted in ascending order.

    Declaration
    public const TreeViewSortDirection Ascending
    Field Value
    Type
    TreeViewSortDirection

    Descending

    Specifies that items should be sorted in descending order.

    Declaration
    public const TreeViewSortDirection Descending
    Field Value
    Type
    TreeViewSortDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved