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