Skip to main content
A newer version of this page is available. .

HtmlEditorToolbarItem Class

Implements the base toolbar item functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public abstract class HtmlEditorToolbarItem :
    ToolbarItemBase

The following members return HtmlEditorToolbarItem objects:

Remarks

A toolbar item‘s visibility and visible order amongst other toolbar items can be specified using the HtmlEditorToolbarItem.Visible and HtmlEditorToolbarItem.VisibleIndex properties. The HtmlEditorToolbarItem.BeginGroup property can be used to control whether a toolbar item starts a group (a specific separator appears before the toolbar item in this case). Using the ToolbarItemBase.ToolTip property, a toolbar item’s tooltip text can be defined.

An individual toolbar item can be accessed by the Collection<T>.Item property of a collection available by a toolbar’s HtmlEditorToolbar.Items property.

Inheritance

Show 72 items
Object
StateManager
CollectionItem
ToolbarItemBase
HtmlEditorToolbarItem
See Also