AppointmentDialogLayoutSettings(ASPxSchedulerDialogLayoutSettings) Constructor
Initializes a new instance of the AppointmentDialogLayoutSettings class.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public AppointmentDialogLayoutSettings(
ASPxSchedulerDialogLayoutSettings settingContainer
)
Parameters
| Name | Type | Description |
|---|---|---|
| settingContainer | ASPxSchedulerDialogLayoutSettings | An object representing dialog layout settings. |
See Also