Specifies the location of the toolbar
| C# | Visual Basic |
public enum ToolbarLocation
Public Enumeration ToolbarLocation
| Member | Description |
|---|---|
| Top |
Locate toolbar above grid.
|
| Bottom |
Locate toolbar below grid.
|
| Hidden |
Hide the toolbar
|