ToolbarExportDropDownButton.CreateDefaultItems() Method
Adds items providing the appropriate predefined functionality to the toolbar item’s dropdown list.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Call this method to properly initialize the toolbar item when manually creating and adding it to toolbars.
To initialize all newly created default toolbar items that are added to a toolbar, call its HtmlEditorToolbar.CreateDefaultItems method.
See Also