Back to Devexpress

MVCxDiagramToolboxShapeCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-f9655d9d.md

latest2.4 KB
Original Source

MVCxDiagramToolboxShapeCollection Class

A collection of shapes.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxDiagramToolboxShapeCollection :
    Collection<DiagramToolboxShape>
vb
Public Class MVCxDiagramToolboxShapeCollection
    Inherits Collection(Of DiagramToolboxShape)

The following members return MVCxDiagramToolboxShapeCollection objects:

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<DiagramToolboxShape>

ICollection<DiagramToolboxShape>

IEnumerable<DiagramToolboxShape>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DiagramToolboxShape> MVCxDiagramToolboxShapeCollection

See Also

MVCxDiagramToolboxShapeCollection Members

DevExpress.Web.Mvc Namespace