Skip to main content
A newer version of this page is available. .

BootstrapScheduler.OptionsDialogs Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSchedulerDialogsSettings OptionsDialogs { get; }

Property Value

Type Description
BootstrapSchedulerDialogsSettings

A BootstrapSchedulerDialogsSettings object containing dialog settings.

See Also