SankeyNodesLabelsSettingsBuilder
Methods
AriaTemplate(System.String)
The template that will be used for the aria-label attribute of the node.
Parameters
value - System.String
The value that configures the ariatemplate.
AriaTemplateId(System.String)
The template that will be used for the aria-label attribute of the node.
Parameters
value - System.String
The value that configures the ariatemplate.
AriaTemplateView(System.Web.Mvc.MvcHtmlString)
The template that will be used for the aria-label attribute of the node.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the ariatemplate.
AriaTemplateHandler(System.String)
The template that will be used for the aria-label attribute of the node.
Parameters
value - System.String
The value that configures the ariatemplate.
AriaTemplate(Kendo.Mvc.UI.TemplateBuilder)
The template that will be used for the aria-label attribute of the node.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the ariatemplate.