HtmlEditorToolbarItemBuilder.FormatValues(IEnumerable<Double>) Method
OBSOLETE
Use acceptedValues instead.
Specifies values for a format with multiple choices. Mirrors the client-side formatValues option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
[Obsolete("Use acceptedValues instead.")]
public HtmlEditorToolbarItemBuilder FormatValues(
IEnumerable<double> value
)
Parameters
Name | Type | Description |
---|---|---|
value | IEnumerable<Double> | The option value. |
Returns
Type | Description |
---|---|
HtmlEditorToolbarItemBuilder | A reference to this instance after the method is called. |
See Also