Skip to main content
A newer version of this page is available. .

RichEditRibbonTabCollection.CreateDefaultRibbonTabs() Method

Creates default ribbon tabs within the RichEditRibbonTabCollection collection.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public void CreateDefaultRibbonTabs()

Remarks

Use the CreateDefaultRibbonTabs method, to manually create a default set of ribbon tabs within the RichEditRibbonTabCollection.

Custom tabs can be added to the ASPxRichEdit.RibbonTabs collection using the collection’s Collection<T>.Add method.

See Also