Skip to main content
A newer version of this page is available. .

EditorButton.ToolTip Property

Gets or sets the button’s regular tooltip.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string which specifies the button’s regular tooltip.

Remarks

Editor buttons support regular tooltips and SuperToolTip objects. The ToolTip property allows you to specify a regular tooltip. The EditorButton.SuperTip property can be used to assign a SuperToolTip object to the button.

The editor’s BaseControl.ToolTipController property determines the ToolTipController which manages tooltips for the control. The type of tooltips displayed by controls is determined by the ToolTipController.ToolTipType property.

See Tooltip Management for more information.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ToolTip property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also