Controls the position of the grid toolbar
| C# | Visual Basic |
public enum ToolbarLocation
Public Enumeration ToolbarLocation
| Member | Description |
|---|---|
| Top |
Locate toolbar above grid.
|
| Bottom |
Locate toolbar below grid.
|
| Hidden |
Don't show the toolbar
|