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

HtmlEditorExtension.DefaultRibbonTabs Property

Gets an array of predefined ribbon tabs for the HtmlEditor extension.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static RibbonTab[] DefaultRibbonTabs { get; }

Property Value

Type Description
RibbonTab[]

A DevExpress.Web.RibbonTab[] object that is an array of default ribbon tabs for the HtmlEditor extension.

Remarks

Use the static DefaultRibbonTabs property to get a collection of RibbonTab objects. This collection contains the same set of predefined ribbon tabs as the HtmlEditor extension displays when its HtmlEditorSettings.ToolbarMode property is set to Ribbon.

See Also