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