Class Action
Defines the constant that specify the action to be performed.
Inheritance
System.Object
Action
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class Action : Enum
Fields
Add
Specifies whether the TreeNodeAdv needs to added.
Declaration
public const Action Add
Field Value
| Type |
|---|
| Action |
Edit
Specifies whether the TreeNodeAdv needs to edited.
Declaration
public const Action Edit
Field Value
| Type |
|---|
| Action |
None
Default action
Declaration
public const Action None
Field Value
| Type |
|---|
| Action |
Remove
Specifies whether the TreeNodeAdv needs to removed.
Declaration
public const Action Remove
Field Value
| Type |
|---|
| Action |