Skip to main content

HtmlEditorSettings.Toolbars Property

Gets the collection of toolbars in the HtmlEditor.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorToolbarCollection Toolbars { get; }

Property Value

Type Description
MVCxHtmlEditorToolbarCollection

An MVCxHtmlEditorToolbarCollection object, which is the collection of toolbars within the editor.

Remarks

The Toolbars property provides access to the collection of toolbars within the HtmlEditor control. The collection is denoted by an instance of the MVCxHtmlEditorToolbarCollection class, and allows individual toolbars (which are descendants of the MVCxHtmlEditorToolbar class) to be added, deleted and accessed, using either indexer notation or their names (see the MVCxHtmlEditorToolbarCollection.Item property).

See Also