RecurrentAppointmentDeleteDialogLayoutSettings Class
Provides layout settings of the recurrent appointment “Delete” dialog.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
public class RecurrentAppointmentDeleteDialogLayoutSettings :
DialogLayoutSettings<RecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogLayoutElementCollection>
Related API Members
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