Back to Devexpress

MVCxHtmlEditorToolbarItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-7024d03c.md

latest4.0 KB
Original Source

MVCxHtmlEditorToolbarItemCollection Class

A collection of toolbar item objects.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorToolbarItemCollection :
    HtmlEditorToolbarItemCollection
vb
Public Class MVCxHtmlEditorToolbarItemCollection
    Inherits HtmlEditorToolbarItemCollection

The following members return MVCxHtmlEditorToolbarItemCollection objects:

Remarks

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).

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<HtmlEditorToolbarItem>

ICollection<HtmlEditorToolbarItem>

IEnumerable<HtmlEditorToolbarItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<HtmlEditorToolbarItem> ToolbarItemCollectionBase<HtmlEditorToolbarItem> HtmlEditorToolbarItemCollection MVCxHtmlEditorToolbarItemCollection

See Also

MVCxHtmlEditorToolbarItemCollection Members

HTML Editor

DevExpress.Web.Mvc Namespace