Class ItemType
Specifies the options for supporting element types of Toolbar command.
Inheritance
System.Object
ItemType
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ItemType : Enum
Fields
Button
Specifies the button option Toolbar command.
Declaration
public const ItemType Button
Field Value
Type | Description |
---|---|
ItemType |
Input
Specifies the Input option Toolbar command.
Declaration
public const ItemType Input
Field Value
Type | Description |
---|---|
ItemType |
Separator
Specifies the separator option Toolbar command.
Declaration
public const ItemType Separator
Field Value
Type | Description |
---|---|
ItemType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |