EditorButton.ToolTip Property
Gets or sets the button’s regular tooltip.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 Hints and Tooltips for more information.
Related GitHub Examples
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.