Skip to main content

ReminderDialogLayoutSettings(ASPxSchedulerDialogLayoutSettings) Constructor

Initializes a new instance of the ReminderDialogLayoutSettings class.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ReminderDialogLayoutSettings(
    ASPxSchedulerDialogLayoutSettings settingContainer
)

Parameters

Name Type Description
settingContainer ASPxSchedulerDialogLayoutSettings

An ASPxSchedulerDialogLayoutSettings object.

See Also