Skip to main content

BootstrapScheduler.OptionsDialogs Property

Provides access to settings of the Scheduler control’s dialogs.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.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