Skip to main content

ToolbarTableColumnPropertiesDialogButton.ToolTip Property

Gets or sets the button’s tooltip text.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Column Properties"

A string value that specifies the text content of the button’s tooltip.

Remarks

A toolbar item’s tooltip is shown whenever the mouse cursor pauses over the item. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also