Skip to main content
A newer version of this page is available. .

RichEditExtension.DefaultRibbonContextTabCategories Property

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

Namespace: DevExpress.Web.Mvc

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

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