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