Back to Devexpress

MVCxHtmlEditorToolbarCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-35de7f2b.md

latest3.4 KB
Original Source

MVCxHtmlEditorToolbarCollection Class

A collection of toolbar objects.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorToolbarCollection :
    HtmlEditorToolbarCollection
vb
Public Class MVCxHtmlEditorToolbarCollection
    Inherits 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).

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<HtmlEditorToolbar>

ICollection<HtmlEditorToolbar>

IEnumerable<HtmlEditorToolbar>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<HtmlEditorToolbar> HtmlEditorToolbarCollection MVCxHtmlEditorToolbarCollection

See Also

MVCxHtmlEditorToolbarCollection Members

HTML Editor

DevExpress.Web.Mvc Namespace