menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridTreeNodeActions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridTreeNodeActions

    Enumerates actions that can raise an event that uses the arguments.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridTreeNodeActions

    Fields

    Name Description
    Collapsed

    An object has been collapsed.

    Collapsing

    An object is about to be collapsed.

    Expanded

    An object has been expanded.

    Expanding

    An object is about to be expanded.

    Selecting

    An object is about to be added to the collection.

    Unselecting

    An object is about to be removed from the SelectedNodes collection.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved