Represents the type of a custom command.
public enum CustomCommandButtonType
Members
| Member Name | Description | Value |
| CommandButton | The custom command will be rendered as a command button in the command bar. | 0 |
| ContextMenuItem | The custom command will be rendered as a context menu item. | 1 |
Requirements
Namespace: Aspose.Grid.Web
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web Namespace