aspnet-devexpress-dot-web-dot-aspxhtmleditor-e80d5cdd.md
Implements the base toolbar item functionality.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class HtmlEditorToolbarItem :
ToolbarItemBase
Public MustInherit Class HtmlEditorToolbarItem
Inherits ToolbarItemBase
The following members return HtmlEditorToolbarItem objects:
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.
Show 72 items
Object StateManager CollectionItem ToolbarItemBase HtmlEditorToolbarItem CustomToolbarButton
ToolbarDeleteTableColumnButton
ToolbarFindAndReplaceDialogButton
ToolbarInsertAudioDialogButton
ToolbarInsertFlashDialogButton
ToolbarInsertImageDialogButton
ToolbarInsertOrderedListButton
ToolbarInsertPlaceholderDialogButton
ToolbarInsertTableColumnToLeftButton
ToolbarInsertTableColumnToRightButton
ToolbarInsertTableDialogButton
ToolbarInsertTableRowAboveButton
ToolbarInsertTableRowBelowButton
ToolbarInsertUnorderedListButton
ToolbarInsertVideoDialogButton
ToolbarInsertYouTubeVideoDialogButton
ToolbarMergeTableCellDownButton
ToolbarMergeTableCellRightButton
ToolbarSplitTableCellHorizontallyButton
ToolbarSplitTableCellVerticallyButton
ToolbarTableCellPropertiesDialogButton
ToolbarTableColumnPropertiesDialogButton
ToolbarTablePropertiesDialogButton
ToolbarTableRowPropertiesDialogButton
ToolbarParagraphFormattingEdit
ToolbarTableOperationsDropDownButton
See Also