Skip to main content
Tab

FileManagerToolbarExpandFolderContainerButtonSettings.ToolTip Property

Gets or sets the Expand Folder Container button tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string which specifies the text content of the tooltip.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolTip
FileManagerSettingsToolbar

Remarks

Use the ToolTip property to define a tooltip text for the button. If a string is assigned to the ToolTip property, the tooltip is shown whenever the mouse cursor pauses over the button. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also