Skip to main content
Tab

WebColumnBase.ToolTip Property

Gets or sets the column header’s 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 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