alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridTreeSortingOptions

    Inheritance
    System.Object
    GridTreeSortingOptions
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridTreeSortingOptions : Enum

    Fields

    Default

    Sorting Enabled always

    Declaration
    public const GridTreeSortingOptions Default
    Field Value
    Type
    GridTreeSortingOptions

    DisableSortingOnEdit

    Sorting Disabled when cell value is edited

    Declaration
    public const GridTreeSortingOptions DisableSortingOnEdit
    Field Value
    Type
    GridTreeSortingOptions

    DisableSortingOnPropertyChange

    Sorting Disabled when cell property value changed

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