Skip to main content
A newer version of this page is available. .

RecurrentAppointmentDeleteDialogLayoutSettings(ASPxSchedulerDialogLayoutSettings) Constructor

Initializes a new instance of the RecurrentAppointmentDeleteDialogLayoutSettings class.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public RecurrentAppointmentDeleteDialogLayoutSettings(
    ASPxSchedulerDialogLayoutSettings settingContainer
)

Parameters

Name Type Description
settingContainer ASPxSchedulerDialogLayoutSettings

An ASPxSchedulerDialogLayoutSettings object.

See Also