ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentEditDialog Property
In This Article
Provides access to the corresponding dialog’s layout settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public RecurrentAppointmentEditDialogLayoutSettings RecurrentAppointmentEditDialog { get; }
#Property Value
Type | Description |
---|---|
Recurrent |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Recurrent |
---|---|
ASPx |
|
#Remarks
Use the RecurrentAppointmentEditDialog property to access the layout settings of the dialog that is used to modify recurrent appointments.
See Also