Back to Devexpress

ToolbarInsertPlaceholderDialogButton Class

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

latest2.1 KB
Original Source

ToolbarInsertPlaceholderDialogButton Class

A default toolbar button item that invokes the “Insert Placeholder” dialog, allowing a placeholder to be inserted into the design view area.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ToolbarInsertPlaceholderDialogButton :
    HtmlEditorToolbarItem
vb
Public Class ToolbarInsertPlaceholderDialogButton
    Inherits HtmlEditorToolbarItem

Remarks

To learn more on default toolbar buttons, refer to the Default Toolbar Items topic.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem ToolbarItemBase HtmlEditorToolbarItem ToolbarInsertPlaceholderDialogButton

See Also

ToolbarInsertPlaceholderDialogButton Members

DevExpress.Web.ASPxHtmlEditor Namespace