menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridOperation - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridOperation

    Defines the constants that specify the possible grid operations in SfTreeGrid.

    Inheritance
    System.Object
    TreeGridOperation
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class TreeGridOperation : Enum

    Fields

    RowHeaderChanged

    The RowHeader state is being changed in SfTreeGrid.

    Declaration
    public const TreeGridOperation RowHeaderChanged
    Field Value
    Type
    TreeGridOperation

    Sorting

    Specifies the column is being sorted in SfTreeGrid.

    Declaration
    public const TreeGridOperation Sorting
    Field Value
    Type
    TreeGridOperation

    StackedHeaderRow

    Specifies the StackedHeaderRow related operation is being processed in SfTreeGrid.

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