Back to Devexpress

RecurrenceDialogLayoutSettings Class

aspnet-devexpress-dot-web-dot-aspxscheduler-021b71e8.md

latest2.1 KB
Original Source

RecurrenceDialogLayoutSettings Class

Provides layout settings of the recurrent appointment dialog.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class RecurrenceDialogLayoutSettings :
    DialogLayoutSettings<RecurrenceEditDialogViewModel, RecurrenceEditDialogLayoutElementCollection>
vb
Public Class RecurrenceDialogLayoutSettings
    Inherits DialogLayoutSettings(Of RecurrenceEditDialogViewModel, RecurrenceEditDialogLayoutElementCollection)

The following members return RecurrenceDialogLayoutSettings objects:

Remarks

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

Implements

IStateManager

Inheritance

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

See Also

RecurrenceDialogLayoutSettings Members

DevExpress.Web.ASPxScheduler Namespace