Skip to main content

RecurrenceDialogLayoutSettings.ViewModel Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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:

Object Type Path to ViewModel
ASPxSchedulerDialogLayoutSettings
.RecurrenceDialog .ViewModel
See Also