Skip to main content

RecurrentAppointmentDeleteDialogLayoutSettings Class

Provides layout settings of the recurrent appointment “Delete” dialog.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class RecurrentAppointmentDeleteDialogLayoutSettings :
    DialogLayoutSettings<RecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogLayoutElementCollection>

The following members return RecurrentAppointmentDeleteDialogLayoutSettings objects:

Remarks

These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.RecurrentAppointmentDeleteDialog property.

Implements

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.DialogLayoutSettings
DevExpress.Web.DialogLayoutSettings<RecurrentAppointmentDeleteDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrentAppointmentDeleteDialogLayoutElementCollection>
RecurrentAppointmentDeleteDialogLayoutSettings
See Also