Gets or sets whether the additional controls is always visible or only when a mouse pointer hovers over an item.
public function getToolbarAlwaysVisible() {
}
public function setToolbarAlwaysVisible($value) {
}
Type: boolean
true
if the additional controls is always visible; otherwise, false
.
Default value is false.