WidgetFactory<TModel>.Sankey() Method
In This Article
Creates a Sankey control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public SankeyBuilder Sankey()
#Returns
Type | Description |
---|---|
Sankey |
An instance of Sankey |
#Remarks
This method creates a SankeyBuilder class instance whose members can be used to specify Sankey options.
@(Html.DevExtreme().Sankey() // create a Sankey
// call methods to specify control options
)
See Also