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

ASPxSchedulerDialogLayoutSettings.ReminderDialog Property

Provides access to the reminder dialog’s layout settings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public ReminderDialogLayoutSettings ReminderDialog { get; }

Property Value

Type Description
ReminderDialogLayoutSettings

A ReminderDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ReminderDialog
ASP.NET Controls and MVC Extensions ASPxSchedulerOptionsForms
.DialogLayoutSettings.ReminderDialog
MVCxSchedulerOptionsForms
.DialogLayoutSettings.ReminderDialog
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsDialogs.ReminderDialog
BootstrapSchedulerDialogOptions
.DialogLayoutSettings.ReminderDialog
See Also