aspnetmvc-devexpress-dot-web-dot-mvc-7024d03c.md
A collection of toolbar item objects.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxHtmlEditorToolbarItemCollection :
HtmlEditorToolbarItemCollection
Public Class MVCxHtmlEditorToolbarItemCollection
Inherits HtmlEditorToolbarItemCollection
The following members return MVCxHtmlEditorToolbarItemCollection objects:
Each toolbar within an HtmlEditor control holds its toolbar items within a collection which is specified by an instance of the MVCxHtmlEditorToolbarItemCollection class and can be accessed via the MVCxHtmlEditorToolbar.Items property.
The properties and methods exposed by the MVCxHtmlEditorToolbarItemCollection class can be used to perform common collection operations such as adding new or deleting the existing toolbar items. Each item of the collection is specified by a HtmlEditorToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation (Collection<T>.Item) or by their display texts (ToolbarItemCollectionBase<T>.FindByText).
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
ICollection<HtmlEditorToolbarItem>
IEnumerable<HtmlEditorToolbarItem>
Object StateManagedCollectionBase Collection Collection<HtmlEditorToolbarItem> ToolbarItemCollectionBase<HtmlEditorToolbarItem> HtmlEditorToolbarItemCollection MVCxHtmlEditorToolbarItemCollection
See Also