DxRichEdit.ActiveRibbonTabIndex Property
Specifies the active ribbon tab’s index.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.1.dll
NuGet Package: DevExpress.Blazor.RichEdit
Declaration
[DefaultValue(1)]
[Parameter]
public int ActiveRibbonTabIndex { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 | A zero-based tab index. |
Remarks
Use the ActiveRibbonTabIndex
property to specify the active ribbon tab.
<DxRichEdit ViewType="ViewType.Simple" ActiveRibbonTabIndex="6" />
When the active tab is changed, the ActiveRibbonTabIndexChanged event fires.
See Also