Back to Devexpress

WebColumnBase.ToolTip Property

aspnet-devexpress-dot-web-dot-webcolumnbase-8edf2c1b.md

latest1.3 KB
Original Source

WebColumnBase.ToolTip Property

Gets or sets the column header’s tooltip text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ToolTip { get; set; }
vb
<DefaultValue("")>
Public Property ToolTip As String

Property Value

TypeDefaultDescription
StringString.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

WebColumnBase Class

WebColumnBase Members

DevExpress.Web Namespace