Back to Devexpress

AppointmentDialogLayoutSettings Class

aspnet-devexpress-dot-web-dot-aspxscheduler-7f4300d1.md

latest2.1 KB
Original Source

AppointmentDialogLayoutSettings Class

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

Declaration

csharp
public class AppointmentDialogLayoutSettings :
    DialogLayoutSettings<AppointmentEditDialogViewModel, AppointmentEditDialogLayoutElementCollection>
vb
Public Class AppointmentDialogLayoutSettings
    Inherits DialogLayoutSettings(Of AppointmentEditDialogViewModel, AppointmentEditDialogLayoutElementCollection)

The following members return AppointmentDialogLayoutSettings objects:

Remarks

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

Implements

IStateManager

Inheritance

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

See Also

AppointmentDialogLayoutSettings Members

DevExpress.Web.ASPxScheduler Namespace