Back to Devexpress

BootstrapDialogNestedFieldCollection Class

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

latest2.1 KB
Original Source

BootstrapDialogNestedFieldCollection Class

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapDialogNestedFieldCollection :
    BootstrapDialogLayoutElementCollectionBase<BootstrapDialogNestedField>,
    IDialogCollection<IDialogNestedField>,
    IAssignableCollection
vb
Public Class BootstrapDialogNestedFieldCollection
    Inherits BootstrapDialogLayoutElementCollectionBase(Of BootstrapDialogNestedField)
    Implements IDialogCollection(Of IDialogNestedField),
               IAssignableCollection

The following members return BootstrapDialogNestedFieldCollection objects:

Inheritance

Object StateManagedCollectionBase Collection Collection<BootstrapDialogNestedField> BootstrapDialogLayoutElementCollectionBase<BootstrapDialogNestedField> BootstrapDialogNestedFieldCollection BootstrapDialogNestedFieldCollection<TViewModel>

See Also

BootstrapDialogNestedFieldCollection Members

DevExpress.Web.Bootstrap Namespace