RichEditExtension.DefaultRibbonContextTabCategories Property
In This Article
Gets an array of predefined ribbon context tab categories for the RichEdit extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static RibbonContextTabCategory[] DefaultRibbonContextTabCategories { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A DevExpress. |
#Remarks
Use the static DefaultRibbonContextTabCategories property to get a collection of RibbonContextTabCategory objects.
See Also