aspnet-devexpress-dot-web-dot-aspxscheduler-b7143d24.md
Provides layout settings of the recurrent appointment “Edit” dialog.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class RecurrentAppointmentEditDialogLayoutSettings :
DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogLayoutElementCollection>
Public Class RecurrentAppointmentEditDialogLayoutSettings
Inherits DialogLayoutSettings(Of RecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogLayoutElementCollection)
The following members return RecurrentAppointmentEditDialogLayoutSettings objects:
These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentEditDialog property.
Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrentAppointmentEditDialogLayoutElementCollection> RecurrentAppointmentEditDialogLayoutSettings
See Also