Back to Devexpress

BootstrapSchedulerRecurrenceDialogSettings<TViewModel, TLayoutElements> Class

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

latest2.2 KB
Original Source

BootstrapSchedulerRecurrenceDialogSettings<TViewModel, TLayoutElements> Class

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapSchedulerRecurrenceDialogSettings<TViewModel, TLayoutElements> :
    BootstrapSchedulerDialogSettings<TViewModel, TLayoutElements>
    where TViewModel : RecurrenceEditDialogViewModel<TViewModel>
vb
Public Class BootstrapSchedulerRecurrenceDialogSettings(Of TViewModel As RecurrenceEditDialogViewModel(Of TViewModel), TLayoutElements As {BootstrapDialogLayoutElementCollection(Of TViewModel), New})
    Inherits BootstrapSchedulerDialogSettings(Of TViewModel, TLayoutElements)

Type Parameters

Name
TViewModel
TLayoutElements

Inheritance

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

See Also

BootstrapSchedulerRecurrenceDialogSettings<TViewModel, TLayoutElements> Members

DevExpress.Web.Bootstrap Namespace