Skip to main content

HETableToolsRibbonTabCategory.Name Property

Gets or sets the Table Tools ribbon tab category name.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("hetabletools")]
public string Name { get; set; }

Property Value

Type Default Description
String "hetabletools"

A string value that specifies the tab category name.

See Also