A newer version of this page is available.
Switch to the current version.
RecurrentAppointmentDeleteDialogLayoutSettings Class
Provides layout settings of the recurrent appointment "Delete" dialog.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public class RecurrentAppointmentDeleteDialogLayoutSettings :
DialogLayoutSettings<RecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogLayoutElementCollection>
Public Class RecurrentAppointmentDeleteDialogLayoutSettings
Inherits DialogLayoutSettings(Of RecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogLayoutElementCollection)
Related API Members
The following members accept/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
Feedback