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

HtmlEditorToolbarItemBuilder.FormatName(JS) Method

OBSOLETE

Use name instead.

Mirrors the client-side formatName option.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("Use name instead.")]
public HtmlEditorToolbarItemBuilder FormatName(
    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