Skip to main content

DiagramBuilder Class

A Diagram control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DiagramBuilder :
    WidgetBuilder

The following members return DiagramBuilder objects:

Show 88 links

Remarks

Call the Diagram helper method to create a new Diagram control. The method creates a DiagramBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().Diagram() // create an Diagram
    // call methods to specify control options
)

Inheritance

See Also