aspnet-devexpress-dot-web-dot-aspxscheduler-7f4300d1.md
Contains settings that relate to an appointment dialog layout.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class AppointmentDialogLayoutSettings :
DialogLayoutSettings<AppointmentEditDialogViewModel, AppointmentEditDialogLayoutElementCollection>
Public Class AppointmentDialogLayoutSettings
Inherits DialogLayoutSettings(Of AppointmentEditDialogViewModel, AppointmentEditDialogLayoutElementCollection)
The following members return AppointmentDialogLayoutSettings objects:
These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.AppointmentDialog property.
Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<AppointmentEditDialogViewModel, DevExpress.Web.ASPxScheduler.AppointmentEditDialogLayoutElementCollection> AppointmentDialogLayoutSettings
See Also