Back to Devexpress

RecurrentAppointmentEditDialogLayoutSettings Class

aspnet-devexpress-dot-web-dot-aspxscheduler-b7143d24.md

latest2.3 KB
Original Source

RecurrentAppointmentEditDialogLayoutSettings Class

Provides layout settings of the recurrent appointment “Edit” dialog.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class RecurrentAppointmentEditDialogLayoutSettings :
    DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogLayoutElementCollection>
vb
Public Class RecurrentAppointmentEditDialogLayoutSettings
    Inherits DialogLayoutSettings(Of RecurrentAppointmentEditDialogViewModel, RecurrentAppointmentEditDialogLayoutElementCollection)

The following members return RecurrentAppointmentEditDialogLayoutSettings objects:

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<RecurrentAppointmentEditDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrentAppointmentEditDialogLayoutElementCollection> RecurrentAppointmentEditDialogLayoutSettings

See Also

RecurrentAppointmentEditDialogLayoutSettings Members

DevExpress.Web.ASPxScheduler Namespace