alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridTreeNodeActions

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

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

    Fields

    Collapsed

    An object has been collapsed.

    Declaration
    public const GridTreeNodeActions Collapsed
    Field Value
    Type
    GridTreeNodeActions

    Collapsing

    An object is about to be collapsed.

    Declaration
    public const GridTreeNodeActions Collapsing
    Field Value
    Type
    GridTreeNodeActions

    Expanded

    An object has been expanded.

    Declaration
    public const GridTreeNodeActions Expanded
    Field Value
    Type
    GridTreeNodeActions

    Expanding

    An object is about to be expanded.

    Declaration
    public const GridTreeNodeActions Expanding
    Field Value
    Type
    GridTreeNodeActions

    Selecting

    An object is about to be added to the collection.

    Declaration
    public const GridTreeNodeActions Selecting
    Field Value
    Type
    GridTreeNodeActions

    Unselecting

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

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