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

HtmlEditorToolbarItemBuilder.FormatName(HtmlEditorToolbarItem) 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(
    HtmlEditorToolbarItem value
)

Parameters

Name Type Description
value HtmlEditorToolbarItem

The option value.

Returns

Type Description
HtmlEditorToolbarItemBuilder

A reference to this instance after the method is called.

See Also