Class GridTreeNodeActions
Enumerates actions that can raise an event that uses the
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 |