Skip to main content
All docs
V19.2

ASPxScheduler.ToolTip Property

Gets or sets the control’s tooltip text.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public override string ToolTip { get; set; }

Property Value

Type Description
String

A string value that specifies the text displayed within the tooltip.

Remarks

The tooltip is shown whenever the mouse pointer pauses over the control.

This tooltip can be displayed simultaneously with appointment tooltips, appointment drag tooltips and scheduler selection tooltips. Use the ASPxScheduler.OptionsToolTips to specify the visibility of specific tooltips.

See Also