Skip to main content

AppointmentDialogLayoutSettings Class

Contains settings that relate to an appointment dialog layout.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public class AppointmentDialogLayoutSettings :
    DialogLayoutSettings<AppointmentEditDialogViewModel, AppointmentEditDialogLayoutElementCollection>

The following members return AppointmentDialogLayoutSettings objects:

#Remarks

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

#Implements

#Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.DialogLayoutSettings
DevExpress.Web.DialogLayoutSettings<AppointmentEditDialogViewModel, DevExpress.Web.ASPxScheduler.AppointmentEditDialogLayoutElementCollection>
AppointmentDialogLayoutSettings
See Also