Skip to main content
A newer version of this page is available. .

HtmlEditorToolbarItemBuilder.FormatValues(JS) Method

OBSOLETE

Use acceptedValues instead.

Mirrors the client-side formatValues option.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("Use acceptedValues instead.")]
public HtmlEditorToolbarItemBuilder FormatValues(
    JS value
)

Parameters

Name Type Description
value JS

A JavaScript expression that specifies the option value.

Returns

Type Description
HtmlEditorToolbarItemBuilder

A reference to this instance after the method is called.

See Also