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

RepositoryItemRichTextEdit.AcceptsTab Property

Gets or sets a value specifying whether a tab character can be inserted into the editor’s text.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if tab characters typed within the control are accepted and processed by an editor; otherwise, false.

Remarks

When this property is true, the TAB key is processed by the editor, enabling end-users to align the editor’s text.

See Also