HtmlEditorToolbarItemBuilder.FormatName(String) 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(
string value
)
Parameters
Name | Type | Description |
---|---|---|
value | String | The option value. |
Returns
Type | Description |
---|---|
HtmlEditorToolbarItemBuilder | A reference to this instance after the method is called. |
See Also