AppointmentDialogLayoutSettings Class
Contains settings that relate to an appointment dialog layout.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
public class AppointmentDialogLayoutSettings :
DialogLayoutSettings<AppointmentEditDialogViewModel, AppointmentEditDialogLayoutElementCollection>
Related API Members
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