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

ASPxRichEdit.ActiveTabIndex Property

Gets or sets the index of the active ribbon tab within the ASPxRichEdit control.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

[DefaultValue(1)]
public int ActiveTabIndex { get; set; }

Property Value

Type Default Description
Int32 1

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

See Also