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

ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentDeleteDialog Property

Provides access to the corresponding dialog’s layout settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public RecurrentAppointmentDeleteDialogLayoutSettings RecurrentAppointmentDeleteDialog { get; }

Property Value

Type Description
RecurrentAppointmentDeleteDialogLayoutSettings

A RecurrentAppointmentDeleteDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the RecurrentAppointmentDeleteDialog property to access the layout settings of the dialog that is used to delete recurrent appointments.

See Also