menu

WinUI

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

    Show / Hide Table of Contents

    Class NodeOperation

    Defines the constants that specify whether nodes are expanded/collapsed in SfTreeGrid.

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

    Fields

    NodesCollapsed

    Specifies all nodes are collapsed

    Declaration
    public const NodeOperation NodesCollapsed
    Field Value
    Type
    NodeOperation

    NodesExpanded

    Specifies all nodes are expanded

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