Skip to main content
A newer version of this page is available. .

RecurrentAppointmentEditDialogLayoutSettings Class

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class RecurrentAppointmentEditDialogLayoutSettings :
    DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogLayoutElementCollection>

The following members return RecurrentAppointmentEditDialogLayoutSettings objects:

Remarks

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

Implements

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.DialogLayoutSettings
DevExpress.Web.DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrentAppointmentEditDialogLayoutElementCollection>
RecurrentAppointmentEditDialogLayoutSettings
See Also