HtmlEditorToolbarItem Class
Implements the base toolbar item functionality.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.