Skip to main content

DocumentCapabilitiesOptions.ParagraphTabsAllowed Property

Gets whether paragraph tab stops are allowed.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Browsable(false)]
public bool ParagraphTabsAllowed { get; }
<Browsable(False)>
Public ReadOnly Property ParagraphTabsAllowed As Boolean

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

You can access the DocumentCapabilitiesOptions.ParagraphTabsAllowed property from the following objects:

Object Type Path to ParagraphTabsAllowed
RichEditControl
.Options.DocumentCapabilities.ParagraphTabsAllowed
RichEditControlOptions
.DocumentCapabilities.ParagraphTabsAllowed
RichEditControlOptionsBase
.DocumentCapabilities.ParagraphTabsAllowed

Remarks

Use the DocumentCapabilitiesOptions.ParagraphTabs property instead.

See Also