Skip to main content
A newer version of this page is available. .

DiagramToolboxGroupBuilder Class

Represents a toolbox group.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DiagramToolboxGroupBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new DiagramToolboxGroupBuilder class instance is created when you call the Groups(Action<CollectionFactory<DiagramToolboxGroupBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
DiagramToolboxGroupBuilder
See Also