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

ASPxRichEditBehaviorSettings.AcceptsTab Property

Gets or sets a value indicating whether pressing the TAB key types a TAB character instead of moving the focus to the next control in the tab order.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

[DefaultValue(true)]
public bool AcceptsTab { get; set; }

Property Value

Type Default Description
Boolean **true**

true if users can enter tabs in a RichEdit using the TAB key, false if pressing the TAB key moves the focus.

Property Paths

You can access this nested property as listed below:

Object Type Path to AcceptsTab
ASPxRichEditSettings
.Behavior.AcceptsTab
See Also