Skip to main content

DiagramToolboxBuilder Class

Provides methods that allow you to configure nested options of the client-side toolbox object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DiagramToolboxBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
DiagramToolboxBuilder
See Also