BootstrapScheduler.OptionsDialogs Property
Provides access to settings of the Scheduler control’s dialogs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSchedulerDialogsSettings OptionsDialogs { get; }
Property Value
| Type | Description |
|---|---|
| BootstrapSchedulerDialogsSettings | A BootstrapSchedulerDialogsSettings object containing dialog settings. |
See Also