Data.setData

Set data values of the widget.

mixintemplate Data()
setData
(
this T
)
(
string[] values
)

Parameters

values string[]

The data values.

Return Value

Type: auto

This widget to aid method chaining.

Meta