Back to Devexpress

HtmlEditorToolbarCollection Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-98474957.md

latest3.4 KB
Original Source

HtmlEditorToolbarCollection Class

Represents a collection of toolbar objects.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorToolbarCollection :
    Collection<HtmlEditorToolbar>
vb
Public Class HtmlEditorToolbarCollection
    Inherits Collection(Of HtmlEditorToolbar)

The following members return HtmlEditorToolbarCollection objects:

Remarks

The APSxHtmlEditor control holds its toolbars within a collection which is represented by an instance of the HtmlEditorToolbarCollection class, and can be accessed via the ASPxHtmlEditor.Toolbars property.

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

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<HtmlEditorToolbar>

ICollection<HtmlEditorToolbar>

IEnumerable<HtmlEditorToolbar>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<HtmlEditorToolbar> HtmlEditorToolbarCollection MVCxHtmlEditorToolbarCollection

See Also

HtmlEditorToolbarCollection Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace