ToolbarButtonsIndex Enumeration | |
Standard toolbar buttons for web view Index
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public enum ToolbarButtonsIndex
Public Enumeration ToolbarButtonsIndex
Members
| Member name | Value | Description |
---|
| Home | 0 |
Standard Toolbar for view Index Button Home
|
| Create | 1 |
Standard Toolbar for view Index Button Create
|
| Refresh | 2 |
Standard Toolbar for view Index Button Refresh
|
| ListHeader | 3 |
Standard Toolbar for view Index Button List Header
|
| EditDataGrid | 4 |
Standard Toolbar for view Index Button Edit Data Grid View
|
| Import | 5 |
Standard Toolbar for view Index Button Import
|
| Export | 6 |
Standard Toolbar for view Index Button Export
|
Examples
Use enumeration as index by data list
lToolbar[(int)SOWIWeb.Helper.ToolbarButtonsIndex.Create].Disabled = true;
See Also