SankeyLabelBorderBuilder(OptionsOwnerContext) Constructor
In This Article
For internal use only. Initializes a new SankeyLabelBorderBuilder class instance.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public SankeyLabelBorderBuilder(
OptionsOwnerContext context
)
#Parameters
Name | Type | Description |
---|---|---|
context | Options |
For internal use only. |
#Remarks
Do not use this constructor explicitly. A new SankeyLabelBorderBuilder class instance is created when you call the Border(Action<SankeyLabelBorderBuilder>) method.
See Also