aspnet-devexpress-dot-web-dot-aspxscheduler-021b71e8.md
Provides layout settings of the recurrent appointment dialog.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class RecurrenceDialogLayoutSettings :
DialogLayoutSettings<RecurrenceEditDialogViewModel, RecurrenceEditDialogLayoutElementCollection>
Public Class RecurrenceDialogLayoutSettings
Inherits DialogLayoutSettings(Of RecurrenceEditDialogViewModel, RecurrenceEditDialogLayoutElementCollection)
The following members return RecurrenceDialogLayoutSettings objects:
These settings can be accessed by the ASPxSchedulerDialogLayoutSettings.RecurrenceDialog property.
Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<RecurrenceEditDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrenceEditDialogLayoutElementCollection> RecurrenceDialogLayoutSettings
See Also