A newer version of this page is available.
Switch to the current version.
BootstrapDialogLayoutElementCollectionBase<TElement> Class
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public abstract class BootstrapDialogLayoutElementCollectionBase<TElement> :
Collection<TElement>,
IDialogCollection<IDialogLayoutElement>,
IAssignableCollection,
IBootstrapDialogLayoutElementCollection,
IDialogElementContainer
where TElement : BootstrapDialogLayoutElement, IDialogLayoutElement
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
Object
StateManagedCollectionBase
Collection
Collection<TElement>
BootstrapDialogLayoutElementCollectionBase<TElement>
See Also
Feedback