Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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