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

RecurrenceDialogLayoutSettings Class

Provides layout settings of the recurrent appointment dialog.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class RecurrenceDialogLayoutSettings :
    DialogLayoutSettings<RecurrenceEditDialogViewModel, RecurrenceEditDialogLayoutElementCollection>

The following members return RecurrenceDialogLayoutSettings objects:

Remarks

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

Implements

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.DialogLayoutSettings
DevExpress.Web.DialogLayoutSettings<RecurrenceEditDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrenceEditDialogLayoutElementCollection>
RecurrenceDialogLayoutSettings
See Also