alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeNodeAdvSortType

    Defines the constant that specifies the different sort types that can be specified in the method.

    Inheritance
    System.Object
    TreeNodeAdvSortType
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TreeNodeAdvSortType : Enum

    Fields

    CheckBox

    Sorts by the checkbox value.

    Declaration
    public const TreeNodeAdvSortType CheckBox
    Field Value
    Type
    TreeNodeAdvSortType

    Tag

    Sorts by the tag value.

    Declaration
    public const TreeNodeAdvSortType Tag
    Field Value
    Type
    TreeNodeAdvSortType

    Text

    Sorts by text.

    Declaration
    public const TreeNodeAdvSortType Text
    Field Value
    Type
    TreeNodeAdvSortType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved