Back to Devexpress

BootstrapDialogLayoutElementCollectionBase<TElement> Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapdialoglayoutelementcollectionbase-1.md

latest3.6 KB
Original Source

BootstrapDialogLayoutElementCollectionBase<TElement> Class

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public abstract class BootstrapDialogLayoutElementCollectionBase<TElement> :
    Collection<TElement>,
    IDialogCollection<IDialogLayoutElement>,
    IAssignableCollection,
    IBootstrapDialogLayoutElementCollection,
    IDialogElementContainer
    where TElement : BootstrapDialogLayoutElement, IDialogLayoutElement
vb
Public MustInherit Class BootstrapDialogLayoutElementCollectionBase(Of TElement As {BootstrapDialogLayoutElement, IDialogLayoutElement})
    Inherits Collection(Of TElement)
    Implements IDialogCollection(Of IDialogLayoutElement),
               IAssignableCollection,
               IBootstrapDialogLayoutElementCollection,
               IDialogElementContainer

Type Parameters

Name
TElement

Inheritance

Show 17 items

Object StateManagedCollectionBase Collection Collection<TElement> BootstrapDialogLayoutElementCollectionBase<TElement> BootstrapDialogButtonCollection

BootstrapDialogLayoutElementCollection

BootstrapDialogNestedFieldCollection

ReminderBootstrapDialogLayoutElementCollection

BootstrapDialogLayoutElementCollection<TViewModel>

RecurrenceEditBootstrapDialogLayoutElementCollection

BootstrapDialogNestedFieldCollection<TViewModel>

AppointmentEditBootstrapDialogLayoutElementCollection

GotoDateBootstrapDialogLayoutElementCollection

RecurrentAppointmentDeleteBootstrapDialogLayoutElementCollection

RecurrentAppointmentEditBootstrapDialogLayoutElementCollection

AppointmentInplaceEditBootstrapDialogLayoutElementCollection

See Also

BootstrapDialogLayoutElementCollectionBase<TElement> Members

DevExpress.Web.Bootstrap Namespace