aspnetmvc-devexpress-dot-web-dot-mvc-35de7f2b.md
A collection of toolbar objects.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxHtmlEditorToolbarCollection :
HtmlEditorToolbarCollection
Public Class MVCxHtmlEditorToolbarCollection
Inherits HtmlEditorToolbarCollection
The following members return MVCxHtmlEditorToolbarCollection objects:
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).
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
ICollection<HtmlEditorToolbar>
IEnumerable<HtmlEditorToolbar>
Object StateManagedCollectionBase Collection Collection<HtmlEditorToolbar> HtmlEditorToolbarCollection MVCxHtmlEditorToolbarCollection
See Also