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

ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentEditDialog Property

Provides access to the corresponding dialog’s layout settings.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public RecurrentAppointmentEditDialogLayoutSettings RecurrentAppointmentEditDialog { get; }

Property Value

Type Description
RecurrentAppointmentEditDialogLayoutSettings

A RecurrentAppointmentEditDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the RecurrentAppointmentEditDialog property to access the layout settings of the dialog that is used to modify recurrent appointments.

See Also