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

RecurrenceDialogLayoutSettings.ViewModel Property

Gets or sets a View Model for the dialog’s recurring section.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override RecurrenceEditDialogViewModel ViewModel { get; set; }

Property Value

Type Description
RecurrenceEditDialogViewModel

A RecurrenceEditDialogViewModel object providing the View Model.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ViewModel
ASP.NET Controls and MVC Extensions ASPxSchedulerDialogLayoutSettings
.RecurrenceDialog.ViewModel
ASP.NET Bootstrap Controls BootstrapSchedulerDialogsSettings
.RecurrenceDialog.ViewModel
See Also