Back to Devexpress

SankeyBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-8f8a65a1.md

latest11.5 KB
Original Source

SankeyBuilder Class

A Sankey control.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class SankeyBuilder :
    WidgetBuilder

The following members return SankeyBuilder objects:

Show 72 links

Remarks

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

csharp
@(Html.DevExtreme().Sankey() // create a Sankey
    // call methods to specify control options
)

Inheritance

Object OptionsOwnerBuilder WidgetBuilder SankeyBuilder

See Also

SankeyBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace