Skip to main content

MVCxDiagramToolboxGroupCollection Class

A collection of toolbox groups.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxDiagramToolboxGroupCollection :
    Collection<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

DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection

Inheritance

See Also