DocumentCapabilitiesOptions.TabSymbolAllowed Property
Gets whether tab insertion is allowed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
[Browsable(false)]
public bool TabSymbolAllowed { get; }
<Browsable(False)>
Public ReadOnly Property TabSymbolAllowed As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true if a feature is allowed; otherwise, false. |
Property Paths
You can access the DocumentCapabilitiesOptions.TabSymbolAllowed property from the following objects:
| Object Type | Path to TabSymbolAllowed |
|---|---|
| RichEditControl |
|
| RichEditControlOptions |
|
| RichEditControlOptionsBase |
|
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Use the DocumentCapabilitiesOptions.TabSymbol property instead.
See Also