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