Back to Devexpress

ASPxHtmlEditor.RibbonTabs Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-cf6b61c6.md

latest1.8 KB
Original Source

ASPxHtmlEditor.RibbonTabs Property

Provides access to the collection of Ribbon tabs.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public HtmlEditorRibbonTabCollection RibbonTabs { get; }
vb
Public ReadOnly Property RibbonTabs As HtmlEditorRibbonTabCollection

Property Value

TypeDescription
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

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace