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

MVCxHtmlEditorToolbarCollection Class

A collection of toolbar objects.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class MVCxHtmlEditorToolbarCollection :
    HtmlEditorToolbarCollection

The following members return MVCxHtmlEditorToolbarCollection objects:

Remarks

The HtmlEditor holds its toolbars within a collection specified by an instance of the MVCxHtmlEditorToolbarCollection class, and can be accessed via the ASPxHtmlEditor.Toolbars property.

The properties and methods exposed by the MVCxHtmlEditorToolbarCollection class can be used to perform common collection operations such as adding new or deleting the existing toolbars. Each item of the collection is specified by a HtmlEditorToolbar object descendant. Individual toolbars can be accessed using either indexer notation or by their display names (MVCxHtmlEditorToolbarCollection.Item).

See Also