Skip to main content

ASPxScheduler.OptionsToolTips Property

Provides access to options which specify tooltip appearance and visibility.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerOptionsToolTips OptionsToolTips { get; }

Property Value

Type Description
ASPxSchedulerOptionsToolTips

An ASPxSchedulerOptionsToolTips object containing options which can be specified for tooltips.

See Also