Back to Devexpress

MVCxDiagramToolboxGroupCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-29a21aef.md

latest2.8 KB
Original Source

MVCxDiagramToolboxGroupCollection Class

A collection of toolbox groups.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxDiagramToolboxGroupCollection :
    Collection<DiagramToolboxGroup>
vb
Public Class MVCxDiagramToolboxGroupCollection
    Inherits Collection(Of DiagramToolboxGroup)

The following members return MVCxDiagramToolboxGroupCollection objects:

Remarks

The MVCxDiagramToolboxGroupCollection is a collection of DiagramToolboxGroup objects.

An instance of the MVCxDiagramToolboxGroupCollection class can be accessed via the Groups property.

Run Demo: Containers

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<DiagramToolboxGroup>

ICollection<DiagramToolboxGroup>

IEnumerable<DiagramToolboxGroup>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DiagramToolboxGroup> MVCxDiagramToolboxGroupCollection

See Also

MVCxDiagramToolboxGroupCollection Members

DevExpress.Web.Mvc Namespace