Enum Action
Defines the constant that specify the action to be performed.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum Action
Fields
Name | Description |
---|---|
Add | Specifies whether the TreeNodeAdv needs to added. |
Edit | Specifies whether the TreeNodeAdv needs to edited. |
None | Default action |
Remove | Specifies whether the TreeNodeAdv needs to removed. |