Skip to main content

ASPxSchedulerDialogLayoutSettings.RecurrenceDialog Property

Provides access to the corresponding dialog’s layout settings.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public RecurrenceDialogLayoutSettings RecurrenceDialog { get; }

Property Value

Type Description
RecurrenceDialogLayoutSettings

A RecurrenceDialogLayoutSettings object.

Property Paths

You can access this nested property as listed below:

Object Type Path to RecurrenceDialog
ASPxSchedulerOptionsForms
.DialogLayoutSettings .RecurrenceDialog
See Also