Back to Devexpress

BootstrapSchedulerDialogSettings<TViewModel, TLayoutElements> Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapschedulerdialogsettings-2.md

latest4.0 KB
Original Source

BootstrapSchedulerDialogSettings<TViewModel, TLayoutElements> Class

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public abstract class BootstrapSchedulerDialogSettings<TViewModel, TLayoutElements> :
    BootstrapDialogLayoutSettings<TViewModel, TLayoutElements>
    where TViewModel : DialogViewModelBase
vb
Public MustInherit Class BootstrapSchedulerDialogSettings(Of TViewModel As DialogViewModelBase, TLayoutElements As {BootstrapDialogLayoutElementCollection(Of TViewModel), New})
    Inherits BootstrapDialogLayoutSettings(Of TViewModel, TLayoutElements)

Type Parameters

Name
TViewModel
TLayoutElements

Inheritance

Show 20 items

Object StateManager PropertiesBase BootstrapDialogLayoutSettings BootstrapDialogLayoutSettings<TViewModel, TLayoutElements> BootstrapSchedulerDialogSettings<TViewModel, TLayoutElements> BootstrapSchedulerAppointmentDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerAppointmentInplaceEditDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerGotoDateDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerRecurrenceDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerRecurrentAppointmentEditDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerReminderDialogSettings<TViewModel, TLayoutElements>

BootstrapSchedulerAppointmentInplaceEditDialogSettings

BootstrapSchedulerGotoDateDialogSettings

BootstrapSchedulerRecurrentAppointmentEditDialogSettings

BootstrapSchedulerReminderDialogSettings

BootstrapSchedulerRecurrenceDialogSettings

BootstrapSchedulerRecurrentAppointmentDeleteDialogSettings

BootstrapSchedulerAppointmentDialogSettings

See Also

BootstrapSchedulerDialogSettings<TViewModel, TLayoutElements> Members

DevExpress.Web.Bootstrap Namespace