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.v24.2.dll
Declaration
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