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 |