Back to Devexpress

DxRichEdit.ActiveRibbonTabIndex Property

blazor-devexpress-dot-blazor-dot-richedit-dot-dxrichedit-1a8f4bc5.md

latest1.2 KB
Original Source

DxRichEdit.ActiveRibbonTabIndex Property

Specifies the active ribbon tab’s index.

Namespace : DevExpress.Blazor.RichEdit

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

NuGet Package : DevExpress.Blazor.RichEdit

Declaration

csharp
[DefaultValue(1)]
[Parameter]
public int ActiveRibbonTabIndex { get; set; }

Property Value

TypeDefaultDescription
Int321

A zero-based tab index.

|

Remarks

Use the ActiveRibbonTabIndex property to specify the active ribbon tab.

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

Run Demo: Simple View

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

See Also

DxRichEdit Class

DxRichEdit Members

DevExpress.Blazor.RichEdit Namespace