RecurrentAppointmentEditDialogLayoutSettings Class
In This Article
Provides layout settings of the recurrent appointment “Edit” dialog.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public class RecurrentAppointmentEditDialogLayoutSettings :
DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogLayoutElementCollection>
#Related API Members
The following members return RecurrentAppointmentEditDialogLayoutSettings objects:
#Remarks
These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentEditDialog property.
#Implements
#Inheritance
Object
StateManager
PropertiesBase
DevExpress.Web.DialogLayoutSettings
DevExpress.Web.DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrentAppointmentEditDialogLayoutElementCollection>
RecurrentAppointmentEditDialogLayoutSettings
See Also