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

WebColumnBase.ToolTip Property

Gets or sets the column header’s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text displayed within the column header’s tooltip.

Remarks

If the ToolTip property is specified, the tooltip is shown whenever the mouse pointer pauses over the column’s header. Otherwise, the tooltip isn’t shown.

See Also