Back to Devexpress

ASPxHtmlEditor.RibbonContextTabCategories Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-23544bf9.md

latest2.2 KB
Original Source

ASPxHtmlEditor.RibbonContextTabCategories Property

Gets the collection of ribbon context tab categories.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public HtmlEditorRibbonContextTabCategoryCollection RibbonContextTabCategories { get; }
vb
Public ReadOnly Property RibbonContextTabCategories As HtmlEditorRibbonContextTabCategoryCollection

Property Value

TypeDescription
HtmlEditorRibbonContextTabCategoryCollection

A HtmlEditorRibbonContextTabCategoryCollection object that is the collection of context tab categories.

|

Remarks

When the ASPxHtmlEditor.ToolbarMode property is set to Ribbon , the ASPxHtmlEditor displays a ribbon as a toolbar. In this case, use the RibbonContextTabCategories property to access a collection of ribbon context tab categories. This collection provides the 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