Back to Devexpress

RecurrentAppointmentDeleteDialogLayoutSettings Class

aspnet-devexpress-dot-web-dot-aspxscheduler-726fc1e1.md

latest2.4 KB
Original Source

RecurrentAppointmentDeleteDialogLayoutSettings Class

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

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class RecurrentAppointmentDeleteDialogLayoutSettings :
    DialogLayoutSettings<RecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogLayoutElementCollection>
vb
Public Class RecurrentAppointmentDeleteDialogLayoutSettings
    Inherits DialogLayoutSettings(Of RecurrentAppointmentDeleteDialogViewModel, RecurrentAppointmentDeleteDialogLayoutElementCollection)

The following members return RecurrentAppointmentDeleteDialogLayoutSettings objects:

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DevExpress.Web.DialogLayoutSettings DevExpress.Web.DialogLayoutSettings<RecurrentAppointmentDeleteDialogViewModel, DevExpress.Web.ASPxScheduler.RecurrentAppointmentDeleteDialogLayoutElementCollection> RecurrentAppointmentDeleteDialogLayoutSettings

See Also

RecurrentAppointmentDeleteDialogLayoutSettings Members

DevExpress.Web.ASPxScheduler Namespace