Class ItemAction
Specifies the action which occurs with item.
Inheritance
System.Object
ItemAction
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ItemAction : Enum
Fields
Hide
Item is hiding.
Declaration
public const ItemAction Hide
Field Value
| Type |
|---|
| ItemAction |
None
Declaration
public const ItemAction None
Field Value
| Type |
|---|
| ItemAction |
Show
Item is showing.
Declaration
public const ItemAction Show
Field Value
| Type |
|---|
| ItemAction |