Skip to main content

HtmlEditorRibbonTabCollection.CreateDefaultRibbonTabs() Method

Creates a collection of default Ribbon tabs within the HtmlEditorRibbonTabCollection collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public void CreateDefaultRibbonTabs()

Remarks

Use the CreateDefaultRibbonTabs method, to manually create a default set of Ribbon tabs within the HtmlEditorRibbonTabCollection.

Custom tabs can be added to the ASPxHtmlEditor.RibbonTabs collection using the collection’s HtmlEditorRibbonTabCollection.Add method.

See Also