WebColumnBase.ToolTip Property
Gets or sets the column header’s tooltip text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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