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

RichEditSettings.ActiveTabIndex Property

Gets or sets the index of the active ribbon tab within the RichEdit.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int ActiveTabIndex { get; set; }

Property Value

Type Description
Int32

An integer value specifying the index of the active ribbon tab.

See Also