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

DxRichEdit.ActiveRibbonTabIndex Property

Specifies the active ribbon tab’s index.

Namespace: DevExpress.Blazor.RichEdit

Assembly: DevExpress.Blazor.RichEdit.v21.2.dll

NuGet Package: DevExpress.Blazor.RichEdit

Declaration

[Parameter]
public int ActiveRibbonTabIndex { get; set; }

Property Value

Type Description
Int32

A zero-based tab index.

Remarks

Use the ActiveRibbonTabIndex property to specify the active ribbon tab.

<DxRichEdit ViewType="ViewType.Simple" ActiveRibbonTabIndex="6" />

Run Demo: Simple View

When the active tab is changed, the ActiveRibbonTabIndexChanged event fires.

See Also