Skip to main content

ASPxSchedulerDialogLayoutSettings.ReminderDialog Property

Provides access to the reminder dialog’s layout settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ReminderDialogLayoutSettings ReminderDialog { get; }

Property Value

Type Description
ReminderDialogLayoutSettings

A ReminderDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

Object Type Path to ReminderDialog
ASPxSchedulerOptionsForms
.DialogLayoutSettings .ReminderDialog
See Also