BootstrapScheduler.OptionsToolTips Property
Provides access to options which specify tooltip appearance and visibility.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSchedulerOptionsToolTips OptionsToolTips { get; }
Property Value
Type | Description |
---|---|
BootstrapSchedulerOptionsToolTips | A BootstrapSchedulerOptionsToolTips object containing options which can be specified for tooltips. |
See Also