Skip to main content

HtmlEditorToolbarItemBuilder.FormatName(HtmlEditorToolbarItem) Method

OBSOLETE

Use name instead.

Specifies the predefined item that this object customizes or a format with multiple choices. 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