Get or sets a value indicating whether a tooltip containing a filename should be displayed when the mouse pointer hovers over the pane item.
public function getEnableFileNameTooltip() { } public function setEnableFileNameTooltip($value) { }
Type: boolean
If true
filename tooltip is displayed when the mouse pointer hovers over the pane item.
Default value is false.