aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-8f8a65a1.md
A Sankey control.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class SankeyBuilder :
WidgetBuilder
The following members return SankeyBuilder objects:
Show 72 links
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.
@(Html.DevExtreme().Sankey() // create a Sankey
// call methods to specify control options
)
Object OptionsOwnerBuilder WidgetBuilder SankeyBuilder
See Also