HtmlEditorToolbarCollection.CreateDefaultToolbars() Method
Creates a collection of default toolbars.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Use the CreateDefaultToolbars method, to manually create default toolbars within the ASPxHtmlEditor.
Custom toolbars can be added to the HtmlEditorToolbarCollection, using the collection’s HtmlEditorToolbarCollection.Add method.
See Also