Skip to main content

ASPxHtmlEditor.RibbonTabs Property

Provides access to the collection of Ribbon tabs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public HtmlEditorRibbonTabCollection RibbonTabs { get; }

#Property Value

Type Description
HtmlEditorRibbonTabCollection

A HtmlEditorRibbonTabCollection object that is the collection of the Ribbon’s tabs.

#Remarks

When the ASPxHtmlEditor.ToolbarMode property is set to Ribbon, the ASPxHtmlEditor displays a Ribbon as a toolbar. In this case, use the RibbonTabs property to access a collection of Ribbon tabs. This collection provides standard means to manipulate (add or remove) tabs within the control. A particular tab can be accessed using index notation.

See Also