HtmlEditorRibbonContextTabCategoryCollection.Add(String) Method
Adds a new context tab category with the specified name to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that specifies the created category’s name. Initializes the RibbonContextTabCategory.Name property. |
Returns
| Type | Description |
|---|---|
| RibbonContextTabCategory | A RibbonContextTabCategory object that is the newly created context tab category. |
See Also