Skip to main content

HtmlEditorExtension.DefaultRibbonContextTabCategories Property

Gets an array of predefined ribbon context tab categories for the HtmlEditor extension.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static RibbonContextTabCategory[] DefaultRibbonContextTabCategories { get; }

Property Value

Type Description
RibbonContextTabCategory[]

A DevExpress.Web.RibbonContextTabCategory[] object that is an array of default ribbon context tab categories.

Remarks

Use the static DefaultRibbonContextTabCategories property to get a collection of RibbonContextTabCategory objects.

See Also